I've been trying to build v8 with v8_enable_pointer_compression = true and v8_enable_pointer_compression_shared_cage = false as I want each isolate to have its own heap, run mksnapshot fails because mksnapshot is crashing, this only happens when v8_enable_pointer_compression != v8_enable_pointer_compression_shared_cage
building this for linux x64