Reviewers: Kasper Lund,

Description:
- Added caching of regexp data in the compilation cache.
- Changed the structure of regexp objects from having two internal
   fields to having a single field containing a fixed array, since it's
   easier to store the whole fixed array in the cache.
- Move printing of the command to after printing std{err,out} in the
   compact progress indicators in the test framework.

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

Affected files:
   M src/compilation-cache.h
   M src/compilation-cache.cc
   M src/factory.h
   M src/factory.cc
   M src/jsregexp.h
   M src/jsregexp.cc
   M src/log.h
   src/log.cc
   M src/objects-debug.cc
   M src/objects-inl.h
   M src/objects.h
   M src/objects.cc
   M tools/test.py



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to