Commit 46f7257
deps: patch V8 for illumos
illumos pointers are VA48, can allocate from the top of the 64-bit range
as well.
PR-URL: #59805
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>1 parent 39eb88e commit 46f7257Copy full SHA for 46f7257
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 |
|---|---|---|
| ||
2043 | 2043 | |
2044 | 2044 | |
2045 | 2045 | |
| 2046 | + |
| 2047 | + |
| 2048 | + |
| 2049 | + |
| 2050 | + |
| 2051 | + |
| 2052 | + |
| 2053 | + |
2046 | 2054 | |
| 2055 | + |
2047 | 2056 | |
2048 | 2057 | |
2049 | 2058 | |
|
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 |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
| 28 | + |
28 | 29 | |
29 | 30 | |
30 | 31 | |
31 | 32 | |
32 | 33 | |
33 | 34 | |
34 | 35 | |
| 36 | + |
35 | 37 | |
36 | 38 | |
37 | 39 | |
| ||
57 | 59 | |
58 | 60 | |
59 | 61 | |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
60 | 69 | |
61 | 70 | |
| 71 | + |
62 | 72 | |
63 | 73 | |
64 | 74 | |
| ||
216 | 226 | |
217 | 227 | |
218 | 228 | |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
219 | 233 | |
| 234 | + |
220 | 235 | |
221 | 236 | |
222 | 237 | |
|
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 |
|---|---|---|
| ||
90 | 90 | |
91 | 91 | |
92 | 92 | |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
93 | 107 | |
| 108 | + |
94 | 109 | |
95 | 110 | |
96 | 111 | |
|
0 commit comments