Skip to content

Commit b03f7b9

Browse 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 e483267 commit b03f7b9

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
@@ -452,9 +452,6 @@
452452
['v8_enable_pointer_compression_shared_cage == 1', {
453453
'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'],
454454
}],
455-
['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', {
456-
'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'],
457-
}],
458455
['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', {
459456
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'],
460457
}],

tools/v8_gypfiles/features.gypi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,6 @@
373373
['v8_enable_pointer_compression_shared_cage==1', {
374374
'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'],
375375
}],
376-
['v8_enable_pointer_compression==1 and v8_enable_pointer_compression_shared_cage==0', {
377-
'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'],
378-
}],
379376
['v8_enable_pointer_compression==1 or v8_enable_31bit_smis_on_64bit_arch==1', {
380377
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH',],
381378
}],

0 commit comments

Comments
 (0)