Revision: 18934
Author: [email protected]
Date: Thu Jan 30 01:42:03 2014 UTC
Log: MIPS: Turn RegExpConstructResultStub into a HydrogenCodeStub.
Port r18902 (ba394fbc)
Original commit message:
This has the additional benefit that it is now possible to
inline the RegExpResult construction code into Hydrogen
builtins.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/149863003
http://code.google.com/p/v8/source/detail?r=18934
Modified:
/branches/bleeding_edge/src/mips/full-codegen-mips.cc
=======================================
--- /branches/bleeding_edge/src/mips/full-codegen-mips.cc Wed Jan 29
13:10:35 2014 UTC
+++ /branches/bleeding_edge/src/mips/full-codegen-mips.cc Thu Jan 30
01:42:03 2014 UTC
@@ -3815,6 +3815,7 @@
VisitForStackValue(args->at(0));
VisitForStackValue(args->at(1));
VisitForAccumulatorValue(args->at(2));
+ __ mov(a0, result_register());
__ pop(a1);
__ pop(a2);
__ CallStub(&stub);
--
--
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.