forked from v8/v8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] Introduce a faster param transformation in the js-to-wasm wrapper
This CL introduces a fast path for transforming JavaScript parameters to WebAssembly when calling an exported WebAssembly function from JavaScript. A transformation is considered fast when it does not require a call to a built-in function, thus spilling registers for the call can be avoided. Bug: v8:10943 Change-Id: I5563bfdf77a68bef7ab8afc6d0f4ab2d2ea67bd4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2418857 Reviewed-by: Jakob Kummerow <[email protected]> Reviewed-by: Andreas Haas <[email protected]> Commit-Queue: Vicky Kontoura <[email protected]> Cr-Commit-Position: refs/heads/master@{#70033}
- Loading branch information
Vicky Kontoura
authored and
Commit Bot
committed
Sep 21, 2020
1 parent
69ca751
commit 66300a0
Showing
1 changed file
with
165 additions
and
47 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