| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4390889 commit 77189c1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -452,9 +452,6 @@ | |||
| 452 | 452 | ['v8_enable_pointer_compression_shared_cage == 1', { | |
| 453 | 453 | 'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'], | |
| 454 | 454 | }], | |
| 455 | - ['v8_enable_pointer_compression == 1 and v8_enable_pointer_compression_shared_cage != 1', { | ||
| 456 | - 'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'], | ||
| 457 | - }], | ||
| 458 | 455 | ['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', { | |
| 459 | 456 | 'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'], | |
| 460 | 457 | }], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -373,9 +373,6 @@ | |||
| 373 | 373 | ['v8_enable_pointer_compression_shared_cage==1', { | |
| 374 | 374 | 'defines': ['V8_COMPRESS_POINTERS_IN_SHARED_CAGE'], | |
| 375 | 375 | }], | |
| 376 | - ['v8_enable_pointer_compression==1 and v8_enable_pointer_compression_shared_cage==0', { | ||
| 377 | - 'defines': ['V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE'], | ||
| 378 | - }], | ||
| 379 | 376 | ['v8_enable_pointer_compression==1 or v8_enable_31bit_smis_on_64bit_arch==1', { | |
| 380 | 377 | 'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH',], | |
| 381 | 378 | }], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments