[v8-users] questions regarding v8's riscv and arm simulator

2023-11-29 Thread 'Qiaowen Yang' via v8-users
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

[v8-users] Re: questions regarding v8's riscv and arm simulator

2023-11-29 Thread Yahan Lu
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