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

Issue 2714373003: [wasm] Several unrelated cleanups (Closed)

Created:
3 years, 9 months ago by Clemens Hammacher
Modified:
3 years, 9 months ago
Reviewers:
titzer, ahaas
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Several unrelated cleanups Most are minor performance optimizations that aggregated while implementing other changes. Those fixes will probably not be visible in perf graphs, but they bothered me anyway. R=titzer@chromium.org, ahaas@chromium.org Review-Url: https://codereview.chromium.org/2714373003 Cr-Commit-Position: refs/heads/master@{#43535} Committed: https://chromium.googlesource.com/v8/v8/+/fa8dba0e864c8c5baa41b51ec7681a3af98b1692

Patch Set 1 #

Patch Set 2 : Fix #

Total comments: 8

Patch Set 3 : Address comments #

Patch Set 4 : Argh. Fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -68 lines) Patch
M src/compiler/wasm-compiler.cc View 1 2 3 3 chunks +19 lines, -18 lines 0 comments Download
M src/frames.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/wasm/module-decoder.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 2 11 chunks +32 lines, -29 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 1 2 2 chunks +11 lines, -11 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 2 chunks +1 line, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 28 (20 generated)
Clemens Hammacher
3 years, 9 months ago (2017-02-27 13:33:23 UTC) #10
Clemens Hammacher
Ping
3 years, 9 months ago (2017-02-28 15:01:15 UTC) #11
titzer
https://codereview.chromium.org/2714373003/diff/20001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2714373003/diff/20001/src/compiler/wasm-compiler.cc#newcode372 src/compiler/wasm-compiler.cc:372: for (size_t i = 0, e = sig->parameter_count(); i ...
3 years, 9 months ago (2017-02-28 15:15:07 UTC) #12
ahaas
https://codereview.chromium.org/2714373003/diff/20001/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2714373003/diff/20001/src/wasm/wasm-module.cc#newcode1025 src/wasm/wasm-module.cc:1025: Handle<Code> orig_code(Code::cast(code_table->get(i)), isolate_); With this change you get rid ...
3 years, 9 months ago (2017-02-28 18:11:40 UTC) #13
Clemens Hammacher
https://codereview.chromium.org/2714373003/diff/20001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2714373003/diff/20001/src/compiler/wasm-compiler.cc#newcode372 src/compiler/wasm-compiler.cc:372: for (size_t i = 0, e = sig->parameter_count(); i ...
3 years, 9 months ago (2017-03-01 16:41:12 UTC) #20
titzer
lgtm
3 years, 9 months ago (2017-03-01 16:52:58 UTC) #23
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/2714373003/60001
3 years, 9 months ago (2017-03-02 10:40:40 UTC) #25
commit-bot: I haz the power
3 years, 9 months ago (2017-03-02 10:42:28 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/fa8dba0e864c8c5baa41b51ec7681a3af98...

Powered by Google App Engine
This is Rietveld 408576698