[turbofan] Remove obsolete --turbo-try-catch flag.
authormstarzinger <mstarzinger@chromium.org>
Thu, 10 Sep 2015 09:38:29 +0000 (02:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 10 Sep 2015 09:38:40 +0000 (09:38 +0000)
commita676da3ae0261a946f1cd8243286c3d5426ac80e
tree487b1e5ee4d85b8b0e1c1b19d9641d70e1c0e295
parentcfbe3f64437c963bc36ba7f2644da871bafc8877
[turbofan] Remove obsolete --turbo-try-catch flag.

This removes the aforementioned flag which has been on by default for a
while now. Note that this does not control optimization decisions, only
the last-resort bailout in the graph builder.

R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/1335543002

Cr-Commit-Position: refs/heads/master@{#30673}
src/compiler/ast-graph-builder.cc
src/flag-definitions.h
test/cctest/compiler/test-run-deopt.cc
test/cctest/compiler/test-run-jsexceptions.cc
test/cctest/test-api.cc
test/cctest/test-heap.cc