Lines Matching full:v8
3 Generate a discrepancy report on the number of bytecode instructions generated by ES2ABC and V8.
5 # Prepare V8
16 ## 2. fetch v8 code
18 Create a V8 source code directory in any directory and switch to it:
21 mkdir ~/v8
22 cd ~/v8
25 Get the V8 source code and all its branches and dependencies using the fetch command
28 fetch v8
29 cd v8
35 Execute the following commands in the V8 source directory to pull the latest changes and install an…
49 ## 4. compile V8
51 Use the gm tool for V8 build.
57 The path of the compiled V8 executable program d8 is as follows:
69 python3 parse_command.py -es2abc ES2ABC_PATH -v8 D8_PATH [arguments]
75 + `-v8`: path to the V8 executable d8.