Skip to content

Commit 66ae993

Browse files
committed
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
1 parent 9e8c753 commit 66ae993

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

common.gypi

Lines 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
}],

tools/v8_gypfiles/features.gypi

Lines 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)