forked from v8/v8
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
First I cross compile V8 for rv64 on x86 with args :
is_component_build = false
is_debug = true
target_cpu = "riscv64"
v8_target_cpu = "riscv64"
use_goma = false
goma_dir = "None"
treat_warnings_as_errors = false
riscv_gcc_toolchain_path = "/home/cxo/riscv"
riscv_sysroot = "/home/cxo/riscv/sysroot"
use_lld = false
is_clang = true
symbol_level = 0
Then copy out/riscv64.native.debug/d8, out/riscv64.native.debug/snapshot_blob.bin and test/benchmarks to Unmatched board. Run:
./csuite.py -r 1 octane baseline /home/chenxiaoou/V8/d8 -x "--noopt"
See output in _benchmark_runner_data/out.0.txt:
Richards: 3.96
DeltaBlue: 4.47
Crypto: 2.64
RayTrace: 10.0
EarleyBoyer: 18.0
RegExp: 4.48
Splay: 29.8
SplayLatency: 262
NavierStokes: Error: checksum failed
PdfJS produced incorrect output: expected 36788 939524096, got 36788 536870912
PdfJS: PdfJS produced incorrect output: expected 36788 939524096, got 36788 536870912
NavierStokes and PdfJS Failed.
Metadata
Metadata
Assignees
Labels
No labels
