Reviewers: Michael Starzinger, titzer,

Message:
I realize that this is a huge CL. Feel free to suggest another reviewer for
this.

Description:
Refactor the compiling pipeline.

Goals:
 - easier to read, more suitable identifiers.
 - better distinction between compiling optimized/unoptimized code
 - compiler does not install code on the function.
 - easier to add features (e.g. caching optimized code for osr).
 - remove unnecessary code.

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

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

Affected files (+1095, -1285 lines):
  M src/accessors.cc
  M src/api.cc
  M src/arm/builtins-arm.cc
  M src/bootstrapper.cc
  M src/builtins.h
  M src/compilation-cache.h
  M src/compilation-cache.cc
  M src/compiler.h
  M src/compiler.cc
  M src/debug.h
  M src/debug.cc
  M src/factory.cc
  M src/full-codegen.h
  M src/full-codegen.cc
  M src/ia32/builtins-ia32.cc
  M src/ic.cc
  M src/liveedit.cc
  M src/mips/builtins-mips.cc
  M src/objects-inl.h
  M src/objects.h
  M src/objects.cc
  M src/optimizing-compiler-thread.h
  M src/optimizing-compiler-thread.cc
  M src/parser.h
  M src/runtime-profiler.cc
  M src/runtime.h
  M src/runtime.cc
  M src/utils.h
  M src/x64/builtins-x64.cc
  M test/cctest/test-compiler.cc
  M test/mjsunit/fuzz-natives-part1.js
  M test/mjsunit/fuzz-natives-part2.js
  M test/mjsunit/fuzz-natives-part3.js
  M test/mjsunit/fuzz-natives-part4.js
  M test/mjsunit/regress/regress-2618.js


--
--
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/groups/opt_out.

Reply via email to