Revision: 16087
Author: [email protected]
Date: Wed Aug 7 00:08:50 2013
Log: Handle external reference values properly in
HConstant::ImmortalImmovable().
[email protected]
Review URL: https://codereview.chromium.org/22274017
http://code.google.com/p/v8/source/detail?r=16087
Modified:
/branches/bleeding_edge/src/hydrogen-instructions.h
=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.h Tue Aug 6 06:34:51
2013
+++ /branches/bleeding_edge/src/hydrogen-instructions.h Wed Aug 7 00:08:50
2013
@@ -3212,6 +3212,9 @@
}
return false;
}
+ if (has_external_reference_value_) {
+ return false;
+ }
ASSERT(!handle_.is_null());
Heap* heap = isolate()->heap();
--
--
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.