Reviewers: Yang, marja,

Message:
The full change, as previously discussed. Does this make sense, overall?


Description:
Change ScriptCompiler::CompileOptions to allow for two 'cache' modes
(parser or code) and to be explicit about cache consumption or production
(rather than making presence of cached_data imply one or the other.)

Also add a --cache flag to d8, to allow testing the functionality.

BUG=

Please review this at https://codereview.chromium.org/389573006/

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

Affected files (+167, -135 lines):
  M include/v8.h
  M src/api.cc
  M src/bootstrapper.cc
  M src/compiler.h
  M src/compiler.cc
  M src/d8.h
  M src/d8.cc
  M src/debug.cc
  M src/parser.h
  M src/parser.cc
  M test/cctest/cctest.h
  M test/cctest/test-api.cc
  M test/cctest/test-compiler.cc
  M test/cctest/test-debug.cc
  M test/cctest/test-parsing.cc
  M tools/parser-shell.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to