Revision: 18047
Author: [email protected]
Date: Mon Nov 25 12:50:52 2013 UTC
Log: Force inline Math.random.
[email protected]
Review URL: https://codereview.chromium.org/85483002
http://code.google.com/p/v8/source/detail?r=18047
Modified:
/branches/bleeding_edge/src/math.js
=======================================
--- /branches/bleeding_edge/src/math.js Fri Nov 22 11:35:39 2013 UTC
+++ /branches/bleeding_edge/src/math.js Mon Nov 25 12:50:52 2013 UTC
@@ -348,6 +348,7 @@
"imul", MathImul
));
+ %SetInlineBuiltinFlag(MathRandom);
%SetInlineBuiltinFlag(MathSin);
%SetInlineBuiltinFlag(MathCos);
%SetInlineBuiltinFlag(MathTan);
--
--
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.