-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport Singlepass optimisations from Near #3305
Comments
near/wasmer#147 => already there |
This was referenced Nov 15, 2022
bors bot
added a commit
that referenced
this issue
Nov 21, 2022
3290: Limit the use of clone when handling Compilation object r=ptitSeb a=ptitSeb # Description Small improvment to limit the number of clone when handling Compilation object. Based on near/wasmer#140 For #3305 Co-authored-by: ptitSeb <[email protected]>
bors bot
added a commit
that referenced
this issue
Nov 21, 2022
3292: Precompute offsets in VMOffsets r=ptitSeb a=ptitSeb # Description Small optimisation: Precompute Offsets in VMOffsets based on near/wasmer#141 For #3305 Co-authored-by: ptitSeb <[email protected]>
bors bot
added a commit
that referenced
this issue
Nov 21, 2022
3296: Use the right collection when parsing type section r=ptitSeb a=ptitSeb # Description Use the right collection when parsing type section based on near/wasmer#144 For #3305 Co-authored-by: ptitSeb <[email protected]>
bors bot
added a commit
that referenced
this issue
Nov 22, 2022
3302: Some Refactor of Singlepass compiler to have better error and cpu features handling r=ptitSeb a=ptitSeb # Description * Some refactor of Singlepass compiler to have a better handling of Target CPU Feature and Error propagation * Added support for TZCNT and LZCNT opcode on x86_64 backend (based on near/wasmer#145) For #3305 Co-authored-by: ptitSeb <[email protected]>
All these optimisations should be implemented now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check if latest optimisation on the fork of the Singlepass compiler from Near can be backported to Wasmer.
The text was updated successfully, but these errors were encountered: