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

Issue 2625093004: [wasm] Instantiate the interpreter on demand (Closed)

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

Description

[wasm] Instantiate the interpreter on demand If a breakpoint is set on a wasm function, compile an interpreter entry stub for it, and replace all calls to the original function by calls to this interpreter entry. Also, instantiate a wasm interpreter object on demand and set the breakpoint there. R=titzer@chromium.org BUG=v8:5822 Review-Url: https://codereview.chromium.org/2625093004 Cr-Commit-Position: refs/heads/master@{#42309} Committed: https://chromium.googlesource.com/v8/v8/+/eb04a25f1f61611588bf3ccf0bb564ddc2a872e3

Patch Set 1 #

Patch Set 2 : Remove partilly dead variable #

Total comments: 10

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -24 lines) Patch
M src/compiler/wasm-compiler.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/wasm/wasm-debug.cc View 1 2 2 chunks +234 lines, -4 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 2 4 chunks +30 lines, -15 lines 0 comments Download
M src/wasm/wasm-objects.h View 3 chunks +11 lines, -4 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (16 generated)
Clemens Hammacher
3 years, 11 months ago (2017-01-12 11:58:43 UTC) #7
titzer
lgtm with comments https://codereview.chromium.org/2625093004/diff/20001/src/wasm/wasm-debug.cc File src/wasm/wasm-debug.cc (right): https://codereview.chromium.org/2625093004/diff/20001/src/wasm/wasm-debug.cc#newcode117 src/wasm/wasm-debug.cc:117: DCHECK_GE(1, sig->return_count()); I think you should ...
3 years, 11 months ago (2017-01-12 15:32:05 UTC) #10
Clemens Hammacher
https://codereview.chromium.org/2625093004/diff/20001/src/wasm/wasm-debug.cc File src/wasm/wasm-debug.cc (right): https://codereview.chromium.org/2625093004/diff/20001/src/wasm/wasm-debug.cc#newcode117 src/wasm/wasm-debug.cc:117: DCHECK_GE(1, sig->return_count()); On 2017/01/12 at 15:32:05, titzer wrote: > ...
3 years, 11 months ago (2017-01-12 19:19:54 UTC) #13
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/2625093004/40001
3 years, 11 months ago (2017-01-13 09:02:24 UTC) #18
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 09:04:08 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/eb04a25f1f61611588bf3ccf0bb564ddc2a...

Powered by Google App Engine
This is Rietveld 408576698