era-compiler-llvm icon indicating copy to clipboard operation
era-compiler-llvm copied to clipboard

Experiment if changing default values of options in loop passes could benefit EraVM performance

Open akiramenai opened this issue 8 months ago • 0 comments

#592 has shown that we can get significant performance gains from changing default parameters in LLVM passes. This issue is to check other options systematically and document the findings. It's suggested to start with the loop passes as we expect them to contribute more to cycles and gas.

akiramenai avatar Jun 04 '24 14:06 akiramenai