- Added caching of regexp data in the compilation cache.
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 24 Oct 2008 08:40:02 +0000 (08:40 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 24 Oct 2008 08:40:02 +0000 (08:40 +0000)
commit9d9f608a382e45364edcf4db2bd41073582cfb07
treebdb981e7ca1ed75125c4a2343fa674bebbbdf5e6
parent5d36cc80618ca69e7c58dd5dc3058ed9e068cb9c
- 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.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@579 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
src/compilation-cache.cc
src/compilation-cache.h
src/compiler.cc
src/factory.cc
src/factory.h
src/jsregexp.cc
src/jsregexp.h
src/log.cc
src/log.h
src/objects-debug.cc
src/objects-inl.h
src/objects.cc
src/objects.h
src/v8-counters.h
tools/test.py