Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 04cc7aa

Browse filesBrowse files
joyeecheungaduh95
authored andcommitted
build: remove V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE defs
It has been renamed to V8_COMPRESS_POINTERS_IN_MULTIPLE_CAGES in https://chromium-review.googlesource.com/c/v8/v8/+/5439559 PR-URL: #60296 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 36837fa commit 04cc7aa
Copy full SHA for 04cc7aa

File tree

Expand file treeCollapse file tree

2 files changed

+0
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-6
lines changed
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,6 @@
449449
['v8_enable_pointer_compression_shared_cage == 1', {
450450
'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'],
451451
}],
452-
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
453-
'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'],
454-
}],
455452
['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', {
456453
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'],
457454
}],
Collapse file

‎tools/v8_gypfiles/features.gypi‎

Copy file name to clipboardExpand all lines: tools/v8_gypfiles/features.gypi
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@
361361
['v8_enable_pointer_compression_shared_cage==1', {
362362
'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'],
363363
}],
364-
['v8_enable_pointer_compression==1 and v8_enable_pointer_compression_shared_cage==0', {
365-
'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'],
366-
}],
367364
['v8_enable_pointer_compression==1 or v8_enable_31bit_smis_on_64bit_arch==1', {
368365
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH',],
369366
}],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.