| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 36837fa commit 04cc7aa
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -449,9 +449,6 @@ | |||
| 449 | 449 | ['v8_enable_pointer_compression_shared_cage == 1', { | |
| 450 | 450 | 'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'], | |
| 451 | 451 | }], | |
| 452 | - ['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', { | ||
| 453 | - 'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'], | ||
| 454 | - }], | ||
| 455 | 452 | ['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', { | |
| 456 | 453 | 'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'], | |
| 457 | 454 | }], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -361,9 +361,6 @@ | |||
| 361 | 361 | ['v8_enable_pointer_compression_shared_cage==1', { | |
| 362 | 362 | 'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'], | |
| 363 | 363 | }], | |
| 364 | - ['v8_enable_pointer_compression==1 and v8_enable_pointer_compression_shared_cage==0', { | ||
| 365 | - 'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'], | ||
| 366 | - }], | ||
| 367 | 364 | ['v8_enable_pointer_compression==1 or v8_enable_31bit_smis_on_64bit_arch==1', { | |
| 368 | 365 | 'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH',], | |
| 369 | 366 | }], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments