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

Issue 2623773004: [wasm] Introduce WasmToInterpreterFrame (Closed)

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

Description

[wasm] Introduce WasmToInterpreterFrame and rename WasmFrame to WasmCompiledFrame. The WasmToInterpreterFrames are not used yet; this will follow in a follow-up CL (see tracking bug for the overall picture). Those frames will represent frames for WASM_TO_INTERPRETER stubs, which call from wasm code to the wasm interpreter, implemented in C++. They will support the Summarize method to inspect the stack frames in the wasm interpreter. R=yangguo@chromium.org, titzer@chromium.org BUG=v8:5822 Review-Url: https://codereview.chromium.org/2623773004 Cr-Commit-Position: refs/heads/master@{#42213} Committed: https://chromium.googlesource.com/v8/v8/+/81700ddfdc579c54e03d4d26fc0331fc13f92aca

Patch Set 1 #

Patch Set 2 : Replace StackFrame::WASM occurences in platform-specific code #

Total comments: 4

Patch Set 3 : Renaming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -58 lines) Patch
M src/arm64/macro-assembler-arm64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/compilation-info.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/debug/debug-frames.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/frames.h View 1 2 10 chunks +68 lines, -14 lines 0 comments Download
M src/frames.cc View 1 2 12 chunks +80 lines, -22 lines 0 comments Download
M src/frames-inl.h View 1 2 2 chunks +8 lines, -6 lines 0 comments Download
M src/isolate.cc View 1 2 6 chunks +12 lines, -5 lines 0 comments Download
M src/log.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (16 generated)
Clemens Hammacher
3 years, 11 months ago (2017-01-10 11:43:48 UTC) #9
titzer
lgtm modulo naming https://codereview.chromium.org/2623773004/diff/20001/src/frames.h File src/frames.h (right): https://codereview.chromium.org/2623773004/diff/20001/src/frames.h#newcode103 src/frames.h:103: V(WASM_TO_INTERPRETER, WasmToInterpreterFrame) \ Can we name ...
3 years, 11 months ago (2017-01-10 18:54:56 UTC) #10
Clemens Hammacher
https://codereview.chromium.org/2623773004/diff/20001/src/frames.h File src/frames.h (right): https://codereview.chromium.org/2623773004/diff/20001/src/frames.h#newcode103 src/frames.h:103: V(WASM_TO_INTERPRETER, WasmToInterpreterFrame) \ On 2017/01/10 at 18:54:56, titzer wrote: ...
3 years, 11 months ago (2017-01-11 08:39:15 UTC) #13
Yang
On 2017/01/11 08:39:15, Clemens Hammacher wrote: > https://codereview.chromium.org/2623773004/diff/20001/src/frames.h > File src/frames.h (right): > > https://codereview.chromium.org/2623773004/diff/20001/src/frames.h#newcode103 ...
3 years, 11 months ago (2017-01-11 10:13:14 UTC) #16
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/2623773004/40001
3 years, 11 months ago (2017-01-11 10:14:14 UTC) #19
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 10:16:19 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/81700ddfdc579c54e03d4d26fc0331fc13f...

Powered by Google App Engine
This is Rietveld 408576698