Reviewers: Kasper Lund,

Description:
Changed the property representation in JS global objects so
each property value is stored in a wrapper object.
This is the runtime part of speeding up global property access.


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

SVN Base: http://v8.googlecode.com/svn/branches/experimental/global/

Affected files:
   M     src/bootstrapper.cc
   M     src/factory.h
   M     src/factory.cc
   M     src/heap.h
   M     src/heap.cc
   M     src/ic-arm.cc
   M     src/ic-ia32.cc
   M     src/ic.cc
   M     src/objects-debug.cc
   M     src/objects-inl.h
   M     src/objects.h
   M     src/objects.cc
   M     src/property.h
   M     src/runtime.cc



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

Reply via email to