Replies: 1 comment
-
Hello, Thank you for the proposal. Feel free to open a PR! If you need any assistance, we are available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm interested in pushing to the limits a performance of the code that extensively uses 64x64 -> 128 bit unsigned integer multiplication, and would like to try to implement optimization passes for cases of x86-64 and AOT or JIT compilers available in Wasmer. Hope to get an initial direction suggestions here.
Additional details
I'm not a compiler professional or anywhere close to the area, so a description may be not the most precise, but for my case such an optimization should be very powerful and I would like to take a risk to implement it.
Beta Was this translation helpful? Give feedback.
All reactions