Reviewers: Benedikt Meurer, Yang,

Message:
Note that tests and ports are still missing.
Benedikt: PTAL TurboFan internal parts.
Yang: PTAL interface and runtime parts.

Description:
[turbofan] Introduce prediction for exception handlers.

This introduces a conservative prediction for each exception handler
whether it will locally catch an exception or re-throw it to outside
the code bondaries. It will allow for a more intuitive prediction of
whether an exception is considered "caught" or "uncaught".

[email protected],[email protected]
BUG=chromium:492522

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

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

Affected files (+91, -20 lines):
  M src/compiler/ast-graph-builder.h
  M src/compiler/ast-graph-builder.cc
  M src/compiler/code-generator.h
  M src/compiler/code-generator.cc
  M src/compiler/common-operator.h
  M src/compiler/common-operator.cc
  M src/compiler/ia32/instruction-selector-ia32.cc
  M src/compiler/linkage.h
  M src/frames.cc
  M src/objects.h
  M src/objects.cc
  M test/unittests/compiler/common-operator-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