Hi,
I'm using V8's simulator to run riscv and arm. My question is why the
values of icount_ are so different between riscv simulator and arm
simulator.
One of my target benchmarks is navier-strokes.js. The code size of this
bench in riscv is 1680 and in arm is 1388, but the icount_ I collect fr
Hi
Can you give me your test code navier-strokes.js?
在2023年11月29日星期三 UTC+8 16:04:28 写道:
> Hi,
>
> I'm using V8's simulator to run riscv and arm. My question is why the
> values of icount_ are so different between riscv simulator and arm
> simulator.
> One of my target benchmarks is navier-str