Reviewers: Michael Starzinger, titzer,

Description:
Reland "Add initial support for inlining."

Reland Fixes:
* Remove usage of C++11 vector members.
* Guard tests by V8_TURBO_TARGET.

Changes:
* Make context specialization clean up after itself.
* Add UpdateToAndIncrement to Inputs::iterator.
  Uses:iterator already provides this member function.
* Allow next node id in graph to be set.

[email protected], [email protected]

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

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

Affected files (+609, -53 lines):
  M BUILD.gn
  M src/compiler/generic-graph.h
  M src/compiler/generic-node.h
  M src/compiler/js-context-specialization.cc
  A src/compiler/js-inlining.h
  A src/compiler/js-inlining.cc
  M src/compiler/js-typed-lowering.cc
  M src/compiler/node-properties.h
  M src/compiler/node-properties-inl.h
  M src/compiler/pipeline.cc
  M src/flag-definitions.h
  M test/cctest/cctest.gyp
  A test/cctest/compiler/test-run-inlining.cc
  M tools/gyp/v8.gyp


--
--
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