Revision: 22919
Author: [email protected]
Date: Wed Aug 6 10:52:59 2014 UTC
Log: MIPS: Check that external references are registered in the
serializer.
Port r22896 (4e54978a)
BUG=
[email protected]
Review URL: https://codereview.chromium.org/444943002
http://code.google.com/p/v8/source/detail?r=22919
Modified:
/branches/bleeding_edge/src/mips64/codegen-mips64.cc
=======================================
--- /branches/bleeding_edge/src/mips64/codegen-mips64.cc Mon Aug 4
11:34:54 2014 UTC
+++ /branches/bleeding_edge/src/mips64/codegen-mips64.cc Wed Aug 6
10:52:59 2014 UTC
@@ -989,6 +989,7 @@
DCHECK(!temp1.is(temp3));
DCHECK(!temp2.is(temp3));
DCHECK(ExternalReference::math_exp_constants(0).address() != NULL);
+ DCHECK(!masm->serializer_enabled()); // External references not
serializable.
Label zero, infinity, done;
__ li(temp3, Operand(ExternalReference::math_exp_constants(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/d/optout.