Commit a71075e0 authored by Igor Sheludko's avatar Igor Sheludko Committed by Commit Bot

[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: 's avatarJaroslav Sevcik <jarin@chromium.org>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60367}
parent 477d88a5
......@@ -25,7 +25,7 @@ namespace internal {
namespace compiler {
namespace {
bool UsingCompressedPointers() { return kTaggedSize < kSystemPointerSize; }
bool UsingCompressedPointers() { return false; }
} // namespace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment