You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of optimising compiler will be to replace some generic instructions that are generated by ssa.js, with some platform-specific ones (hopefully, prefixed with x64/).
So, while baseline is just generating generic code on all platforms, the optimising will figure out precise instructions and do it's job well! :)
The text was updated successfully, but these errors were encountered:
The idea of optimising compiler will be to replace some generic instructions that are generated by ssa.js, with some platform-specific ones (hopefully, prefixed with
x64/
).So, while baseline is just generating generic code on all platforms, the optimising will figure out precise instructions and do it's job well! :)
The text was updated successfully, but these errors were encountered: