Two bugfixes for hydrogen-based array constructors
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 30 Apr 2013 13:43:45 +0000 (13:43 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 30 Apr 2013 13:43:45 +0000 (13:43 +0000)
commit6e4a8fecb7091be12cbb06b2a60361e7b696e298
tree3b2823b70e494ea82a29207292df1ac69f14178b
parentacf1a7c91c952a91f5a2d77fbfbdddba99a8f452
Two bugfixes for hydrogen-based array constructors

CacheInitialJSArrayMaps needs to be able to pick up where it left off,
as it can now be called from a handlfied context.

Disable incremental marking for CCTest SetJitCodeEventHandler, as it allocates
during compilation.

BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14495 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/objects.cc
test/cctest/test-api.cc