-
Hi, Could anyone please help me in figuring out my mistakes? Are the load/store or global instructions slow? Following I attach the C program, the manually generated code binaryen.js instructions, and the disassembled emcc program. Thanks for any help. The C program: My manually generated code - javascript binaryen.js instructions: /* INIT * /mod.global.set('sp',mod.i32.const(11291432)), emcc generated program (only the while block): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I managed to profile the jitted code in d8 with perf. The stores/loads are the problem. I will close this question. |
Beta Was this translation helpful? Give feedback.
I managed to profile the jitted code in d8 with perf. The stores/loads are the problem. I will close this question.