Reviewers: Søren Gjesse,

Description:
Force pretenuring of closures that are immediately assigned to
properties. For these closures we would like to be able to use
constant functions and for that we need the closures allocated in old
space.

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

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

Affected files:
  M     src/arm/code-stubs-arm.cc
  M     src/arm/codegen-arm.h
  M     src/arm/codegen-arm.cc
  M     src/arm/full-codegen-arm.cc
  M     src/ast.h
  M     src/full-codegen.h
  M     src/full-codegen.cc
  M     src/ia32/code-stubs-ia32.cc
  M     src/ia32/codegen-ia32.h
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/full-codegen-ia32.cc
  M     src/parser.cc
  M     src/runtime.h
  M     src/runtime.cc
  M     src/x64/code-stubs-x64.cc
  M     src/x64/codegen-x64.h
  M     src/x64/codegen-x64.cc
  M     src/x64/full-codegen-x64.cc


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

Reply via email to