Revision: 21155
Author: [email protected]
Date: Tue May 6 07:49:21 2014 UTC
Log: Fix Mac64-debug issue introduced with r21154.
[email protected]
Review URL: https://codereview.chromium.org/271443002
http://code.google.com/p/v8/source/detail?r=21155
Modified:
/branches/bleeding_edge/src/x64/lithium-codegen-x64.cc
=======================================
--- /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc Tue May 6
07:05:07 2014 UTC
+++ /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc Tue May 6
07:49:21 2014 UTC
@@ -1692,6 +1692,7 @@
void LCodeGen::DoConstantT(LConstantT* instr) {
Handle<Object> object = instr->value(isolate());
+ AllowDeferredHandleDereference smi_check;
if (instr->hydrogen()->HasObjectMap()) {
Handle<Map> object_map = instr->hydrogen()->ObjectMap().handle();
CHECK(object->IsHeapObject());
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.