[ptr-compr] Disable 32-bit map checks
We also need to deoptimize the code if the embedded 32-bit map dies. Bug: v8:8982, chromium:943823 Change-Id: Iabeac5c943444a7b4d858704c3720228f3d74fe1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1532073 Auto-Submit: Igor Sheludko <ishell@chromium.org> Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> Commit-Queue: Igor Sheludko <ishell@chromium.org> Cr-Commit-Position: refs/heads/master@{#60367}
This commit is contained in:
parent
477d88a5ce
commit
a71075e012
@ -25,7 +25,7 @@ namespace internal {
|
||||
namespace compiler {
|
||||
|
||||
namespace {
|
||||
bool UsingCompressedPointers() { return kTaggedSize < kSystemPointerSize; }
|
||||
bool UsingCompressedPointers() { return false; }
|
||||
|
||||
} // namespace
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user