Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(929)

Issue 2226163004: [turbofan] Ensure nodes without kNoThrow have only IfSuccess or IfException uses. (Closed)

Created:
4 years, 4 months ago by bgeron
Modified:
4 years, 4 months ago
CC:
rossberg, v8-reviews_googlegroups.com, titzer
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Ensure nodes without kNoThrow have only IfSuccess or IfException uses. This adds an IfSuccess control use in three places: - in the lowering of isinstance, - in wasm BuildTrapCode, - in wasm BuildJavaScriptToNumber, - WasmGrowMemory is marked as kNoThrow. BUG= Committed: https://crrev.com/3306dbc2f89a78ca73628b5fc4b4a3e862e5f0df Cr-Commit-Position: refs/heads/master@{#38531}

Patch Set 1 #

Patch Set 2 : Merge with master #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -14 lines) Patch
M src/compiler/js-typed-lowering.cc View 1 2 chunks +11 lines, -10 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 4 chunks +3 lines, -4 lines 2 comments Download

Dependent Patchsets:

Messages

Total messages: 20 (10 generated)
bgeron
Hi Andreas, We're making sure that Turbofan nodes without kNoThrow are only followed by IfSuccess/IfException ...
4 years, 4 months ago (2016-08-10 09:20:20 UTC) #2
Benedikt Meurer
lgtm
4 years, 4 months ago (2016-08-10 09:26:10 UTC) #3
bgeron
Right, Benedikt meant the other Andreas. Makes so much sense. /facepalm
4 years, 4 months ago (2016-08-10 09:26:51 UTC) #5
Jarin
lgtm
4 years, 4 months ago (2016-08-10 09:47:10 UTC) #7
ahaas
https://codereview.chromium.org/2226163004/diff/20001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2226163004/diff/20001/src/compiler/wasm-compiler.cc#newcode253 src/compiler/wasm-compiler.cc:253: *control_ptr = graph()->NewNode(common()->IfSuccess(), node); node is a call to ...
4 years, 4 months ago (2016-08-10 10:34:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2226163004/20001
4 years, 4 months ago (2016-08-10 10:39:57 UTC) #13
ahaas
lgtm
4 years, 4 months ago (2016-08-10 10:41:03 UTC) #14
bgeron
https://codereview.chromium.org/2226163004/diff/20001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2226163004/diff/20001/src/compiler/wasm-compiler.cc#newcode253 src/compiler/wasm-compiler.cc:253: *control_ptr = graph()->NewNode(common()->IfSuccess(), node); On 2016/08/10 10:34:58, ahaas wrote: ...
4 years, 4 months ago (2016-08-10 10:41:56 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-10 11:34:31 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 11:34:45 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3306dbc2f89a78ca73628b5fc4b4a3e862e5f0df
Cr-Commit-Position: refs/heads/master@{#38531}

Powered by Google App Engine
This is Rietveld 408576698