Reviewers: bak,

Description:
Improve performance of allocating closures for nested
functions by allocating them in new space without
entering the runtime system.

Please review this at http://codereview.chromium.org/506037

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     bleeding_edge/src/code-stubs.h
   M     bleeding_edge/src/codegen.h
   M     bleeding_edge/src/factory.h
   M     bleeding_edge/src/factory.cc
   M     bleeding_edge/src/heap.h
   M     bleeding_edge/src/heap.cc
   M     bleeding_edge/src/ia32/codegen-ia32.cc
   M     bleeding_edge/src/ia32/stub-cache-ia32.cc
   M     bleeding_edge/src/objects-inl.h
   M     bleeding_edge/src/objects.h
   M     bleeding_edge/src/objects.cc
   M     bleeding_edge/src/runtime.cc


-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to