Commit 7860c96
[wasm] Skip WasmJSFunctions in js-to-wasm wrapper tier-up
When a js-to-wasm wrapper tiers up, we also set the newly compiled
wrapper as the target for other exports that have the same signature.
This assumed that all exports have type WasmExportedFunction, but they
can also have type WasmJSFunction in the case of a re-exported
WebAssembly.Function import.
[email protected]
Fixed: 362539773
Change-Id: I190a680ac5726122e2124977668bba3a95df93b5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5822928
Reviewed-by: Clemens Backes <[email protected]>
Commit-Queue: Thibaud Michaud <[email protected]>
Cr-Commit-Position: refs/heads/main@{#95877}1 parent bb43776 commit 7860c96
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| 550 | + | |
| 551 | + | |
550 | 552 | | |
551 | 553 | | |
552 | 554 | | |
| |||
0 commit comments