MIPS: Skip write barriers in the fast case when setting up local context.
authorplind44@gmail.com <plind44@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 26 May 2014 14:40:55 +0000 (14:40 +0000)
committerplind44@gmail.com <plind44@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 26 May 2014 14:40:55 +0000 (14:40 +0000)
commit4fd78904be3edda9e9c0e3b8e591125308649e1b
tree2dec8331c671915471ef0dc45c6ddb61092be145
parentd755611e931e19b3134e6e74bdb0fdbd12a33875
MIPS: Skip write barriers in the fast case when setting up local context.

Port r21481 (5973b48)

Original commit message:
The FastNewContextStub always allocates in new space, so we don't
need to update the write barrier when copying the parameters to
the newly allocated context.

BUG=
R=plind44@gmail.com

Review URL: https://codereview.chromium.org/302633002

Patch from Balazs Kilvady <kilvadyb@homejinni.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21500 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/full-codegen-mips.cc
src/mips/lithium-codegen-mips.cc