Reviewers: Igor Sheludko,

Message:
PTAL

Description:
Fix Mac64-debug issue introduced with r21154.

Please review this at https://codereview.chromium.org/271443002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -0 lines):
  M src/x64/lithium-codegen-x64.cc


Index: src/x64/lithium-codegen-x64.cc
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
index 0cb42dc82dc347ab2e9dcd0bbf7edbd67ebc2701..c0b46f40f987db7ac4f6a73890461c3af200b1b6 100644
--- a/src/x64/lithium-codegen-x64.cc
+++ b/src/x64/lithium-codegen-x64.cc
@@ -1692,6 +1692,7 @@ void LCodeGen::DoConstantE(LConstantE* instr) {

 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.

Reply via email to