Commit 947ec32
deps: patch V8 for illumos
illumos pointers are VA48, can allocate from the top of the 64-bit range
as well.
PR-URL: #61898
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
(cherry picked from commit 593bb51)1 parent 0660b94 commit 947ec32Copy full SHA for 947ec32
4 files changed
+40-1Lines changed: 40 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/v8/src
- codegen
- sandbox
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/codegen/code-stub-assembler.cc
Copy file name to clipboardExpand all lines: deps/v8/src/codegen/code-stub-assembler.cc+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2066 | 2066 | |
2067 | 2067 | |
2068 | 2068 | |
| 2069 | + |
| 2070 | + |
| 2071 | + |
| 2072 | + |
| 2073 | + |
| 2074 | + |
| 2075 | + |
| 2076 | + |
2069 | 2077 | |
| 2078 | + |
2070 | 2079 | |
2071 | 2080 | |
2072 | 2081 | |
|
Collapse file
deps/v8/src/sandbox/js-dispatch-table-inl.h
Copy file name to clipboardExpand all lines: deps/v8/src/sandbox/js-dispatch-table-inl.h+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
30 | 31 | |
31 | 32 | |
32 | 33 | |
33 | 34 | |
| 35 | + |
34 | 36 | |
35 | 37 | |
36 | 38 | |
| ||
56 | 58 | |
57 | 59 | |
58 | 60 | |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
59 | 68 | |
60 | 69 | |
| 70 | + |
61 | 71 | |
62 | 72 | |
63 | 73 | |
| ||
219 | 229 | |
220 | 230 | |
221 | 231 | |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
222 | 236 | |
| 237 | + |
223 | 238 | |
224 | 239 | |
225 | 240 | |
|
Collapse file
deps/v8/src/sandbox/js-dispatch-table.h
Copy file name to clipboardExpand all lines: deps/v8/src/sandbox/js-dispatch-table.h+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
88 | 88 | |
89 | 89 | |
90 | 90 | |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
91 | 105 | |
| 106 | + |
92 | 107 | |
93 | 108 | |
94 | 109 | |
|
0 commit comments