| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
🎉 This PR is included in version 0.14.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is a suggestion to fix #1409 by keeping precompute intact but disabling inlining of const v128s. In the given case
will precompute the value to a v128.const (initializer might be arbitrarily complex), but will not attempt to inline an eventual constant in subsequent code and instead leave the decision to do so to Binaryen.