Commit cee178f
[wasm] Enable trap handling on ARM64 Windows
Improve the speed of Wasm on Windows/ARM64 by enabling bounds-checking via trap-handling.
Change-Id: I85a6cb59d8482d19f409515e26e641d333bf7b90
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5824747
Commit-Queue: Paolo Severini <[email protected]>
Reviewed-by: Mark Mentovai <[email protected]>
Reviewed-by: Andreas Haas <[email protected]>
Cr-Commit-Position: refs/heads/main@{#96606}1 parent aef0dd0 commit cee178f
4 files changed
Lines changed: 19 additions & 7 deletions
File tree
- src/trap-handler
- test/unittests/wasm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6071 | 6071 | | |
6072 | 6072 | | |
6073 | 6073 | | |
6074 | | - | |
6075 | | - | |
| 6074 | + | |
6076 | 6075 | | |
6077 | 6076 | | |
6078 | 6077 | | |
6079 | 6078 | | |
6080 | 6079 | | |
6081 | 6080 | | |
6082 | | - | |
| 6081 | + | |
6083 | 6082 | | |
6084 | 6083 | | |
6085 | 6084 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
125 | 132 | | |
126 | 133 | | |
127 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
250 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
251 | 257 | | |
252 | 258 | | |
253 | 259 | | |
| |||
0 commit comments