Revision: 19637
Author: [email protected]
Date: Mon Mar 3 11:44:14 2014 UTC
Log: Fix A64 after 19635.
[email protected]
Review URL: https://codereview.chromium.org/184103013
http://code.google.com/p/v8/source/detail?r=19637
Modified:
/branches/bleeding_edge/src/a64/lithium-codegen-a64.cc
=======================================
--- /branches/bleeding_edge/src/a64/lithium-codegen-a64.cc Mon Mar 3
11:11:39 2014 UTC
+++ /branches/bleeding_edge/src/a64/lithium-codegen-a64.cc Mon Mar 3
11:44:14 2014 UTC
@@ -920,6 +920,8 @@
data->SetInlinedFunctionCount(Smi::FromInt(inlined_function_count_));
data->SetOptimizationId(Smi::FromInt(info_->optimization_id()));
if (info_->IsOptimizing()) {
+ // Reference to shared function info does not change between phases.
+ AllowDeferredHandleDereference allow_handle_dereference;
data->SetSharedFunctionInfo(*info_->shared_info());
} else {
data->SetSharedFunctionInfo(Smi::FromInt(0));
--
--
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/groups/opt_out.