Commit b887657
deps: V8: cherry-pick aa0b288f87cc
Original commit message:
PPC/S390: [wasm] Fix jump table offset when patching
... need to make sure patching of target occurs at the correct spot
based on what `EmitFarJumpSlot` emits. Also mask the branch offset in
PPC64 EmitJumpSlot to match `Assembler::b()`.
Change-Id: I5a8079d0079d8ad427034761d42c90b64d5746dd
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7642190
Reviewed-by: John <junyan1@ibm.com>
Commit-Queue: Milad Farazmand <mfarazma@ibm.com>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/main@{#105646}
Refs: v8/v8@aa0b288
PR-URL: #62136
Reviewed-By: Aviv Keller <me@aviv.sh>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent f6cdfbf commit b887657Copy full SHA for b887657
2 files changed
+7-4Lines changed: 7 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/v8/src/wasm
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
43 | 43 | |
44 | 44 | |
|
Collapse file
deps/v8/src/wasm/jump-table-assembler.cc
Copy file name to clipboardExpand all lines: deps/v8/src/wasm/jump-table-assembler.cc+6-3Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
426 | 426 | |
427 | 427 | |
428 | 428 | |
429 | | - |
| 429 | + |
| 430 | + |
430 | 431 | |
431 | 432 | |
432 | 433 | |
| ||
636 | 637 | |
637 | 638 | |
638 | 639 | |
639 | | - |
| 640 | + |
640 | 641 | |
641 | 642 | |
642 | 643 | |
| ||
671 | 672 | |
672 | 673 | |
673 | 674 | |
674 | | - |
| 675 | + |
| 676 | + |
| 677 | + |
675 | 678 | |
676 | 679 | |
677 | 680 | |
|
0 commit comments