-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize constant i2/i4 shuffles in jiterpreter
* Detect constant shuffle vectors for i2/i4 shuffles and expand them to byte shuffle vectors at JIT time * Detect constant i1 shuffle vectors and emit them as constants to trigger v8 optimization * v8 doesn't optimize splats so use the enormous encoding for v128 zero
- Loading branch information
Showing
2 changed files
with
88 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters