Reviewers: Mads Ager,

Description:
Go into slow case when encountering object initialization on the top
level to optimize performance of code like
C.prototype.x = ...;
C.prototype.y = ...;
...
C.prototype.z = ...;

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

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

Affected files:
   M     src/ast.h
   M     src/codegen-ia32.cc
   M     src/parser.cc
   M     src/runtime.h
   M     src/runtime.cc



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

Reply via email to