MIPS: Reduce the stack requirements of GetNoCodeAgeSequence.
authorplind44@gmail.com <plind44@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 24 Jan 2014 18:44:47 +0000 (18:44 +0000)
committerplind44@gmail.com <plind44@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 24 Jan 2014 18:44:47 +0000 (18:44 +0000)
commit387e6cc35afa96d73ab5e4ce7c2772417e5e6795
tree84db3eb3bdc1faebf16e6e12a29dc8d0e7e71c7c
parentf4a470d5bb9b41fe11b69cb7a2dbf9d880e8cd30
MIPS: Reduce the stack requirements of GetNoCodeAgeSequence.

Port r18815 (f93582a)

Original commit message:
Allocate the patcher object on the heap, to avoid occasional stack
overflows on QNX/ARM when entering GetNoCodeAgeSequence.

BUG=v8:3111
LOG=y
R=plind44@gmail.com

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

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18839 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/codegen-mips.cc