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

Issue 1962553002: [wasm] Fold bounds checks during graph building. (Closed)

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

Description

[wasm] Fold bounds checks during graph building. R=ahaas@chromium.org,clemensh@chromium.org BUG= Committed: https://crrev.com/aee1824adbcadb97bd7295e87e1e6765997bd8f9 Cr-Commit-Position: refs/heads/master@{#36100}

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -11 lines) Patch
M src/compiler/wasm-compiler.cc View 1 chunk +22 lines, -11 lines 5 comments Download

Messages

Total messages: 10 (2 generated)
titzer
4 years, 7 months ago (2016-05-09 08:22:42 UTC) #1
Clemens Hammacher
https://codereview.chromium.org/1962553002/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/1962553002/diff/1/src/compiler/wasm-compiler.cc#newcode2581 src/compiler/wasm-compiler.cc:2581: trap_->AddTrapIfFalse(wasm::kTrapMemOutOfBounds, cond, position); Why not trap_->TrapAlways? https://codereview.chromium.org/1962553002/diff/1/src/compiler/wasm-compiler.cc#newcode2587 src/compiler/wasm-compiler.cc:2587: CHECK(effective_size ...
4 years, 7 months ago (2016-05-09 08:32:32 UTC) #2
titzer
https://codereview.chromium.org/1962553002/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/1962553002/diff/1/src/compiler/wasm-compiler.cc#newcode2581 src/compiler/wasm-compiler.cc:2581: trap_->AddTrapIfFalse(wasm::kTrapMemOutOfBounds, cond, position); On 2016/05/09 08:32:31, Clemens Hammacher wrote: ...
4 years, 7 months ago (2016-05-09 08:38:17 UTC) #3
Clemens Hammacher
lgtm https://codereview.chromium.org/1962553002/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/1962553002/diff/1/src/compiler/wasm-compiler.cc#newcode2587 src/compiler/wasm-compiler.cc:2587: CHECK(effective_size <= kMaxUInt32); On 2016/05/09 08:38:17, titzer wrote: ...
4 years, 7 months ago (2016-05-09 08:47:40 UTC) #4
titzer
On 2016/05/09 08:47:40, Clemens Hammacher wrote: > lgtm > > https://codereview.chromium.org/1962553002/diff/1/src/compiler/wasm-compiler.cc > File src/compiler/wasm-compiler.cc (right): ...
4 years, 7 months ago (2016-05-09 08:49:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1962553002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1962553002/1
4 years, 7 months ago (2016-05-09 08:50:10 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-09 08:52:11 UTC) #8
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 08:53:58 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/aee1824adbcadb97bd7295e87e1e6765997bd8f9
Cr-Commit-Position: refs/heads/master@{#36100}

Powered by Google App Engine
This is Rietveld 408576698