Improved performance of garbage collection by moving the function that updates pointers during compacting collection into the updating visitor.  This gives the compiler a better chance to inline and avoid a function call per (potential) pointer.

Extended the shell sample with a --runtime-flags option.

Added Visual Studio project files for the shell.cc and process.cc samples.



git-svn-id: http://v8.googlecode.com/svn/trunk@14 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
18 files changed
tree: 60957f0ceb934b2cf0936cb47227e5429f3b9d27
  1. public/
  2. samples/
  3. src/
  4. test/
  5. tools/
  6. ChangeLog
  7. LICENSE
  8. SConstruct