Reviewers: titzer,

Message:
Hey Ben,

Reviving good old Terminate and remove the lovely Always...
Please take a look.

Thanks,
Benedikt

Description:
[turbofan] Connect non-terminating loops via Terminate.

This revives the Terminate operator and removes the weird Always
operator. As a first step we let the ControlReducer connect non
terminating loops via Terminate. The next step will be to change the
graph builder to insert Terminate nodes into every loop.

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+112, -100 lines):
  M src/compiler/common-operator.h
  M src/compiler/common-operator.cc
  M src/compiler/control-reducer.cc
  M src/compiler/instruction-selector.cc
  M src/compiler/js-generic-lowering.cc
  M src/compiler/opcodes.h
  M src/compiler/scheduler.cc
  M src/compiler/simplified-lowering.cc
  M src/compiler/typer.cc
  M src/compiler/verifier.cc
  M test/unittests/compiler/common-operator-unittest.cc
  M test/unittests/compiler/control-reducer-unittest.cc
  M test/unittests/compiler/node-test-utils.h
  M test/unittests/compiler/node-test-utils.cc
  M test/unittests/compiler/scheduler-unittest.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