Optimize the allocation of small, non-nested literal
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 17 Dec 2009 15:35:15 +0000 (15:35 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 17 Dec 2009 15:35:15 +0000 (15:35 +0000)
commit914d4f801d3e9166460bae208fdf7ee586a6816c
tree2d1e5879e2d3793f556fa8d12536ed1e12c1cbc1
parent6af6a82ae3793ebb737ab6f74dadfb280d8bd2a9
Optimize the allocation of small, non-nested literal
arrays and argument objects on IA-32.
Review URL: http://codereview.chromium.org/503042

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3485 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/code-stubs.h
src/codegen.h
src/heap.cc
src/heap.h
src/ia32/codegen-ia32.cc