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

Issue 2557923005: [wasm] Provide correct eval origin for asm.js code (Closed)

Created:
4 years ago by Clemens Hammacher
Modified:
4 years ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Provide correct eval origin for asm.js code This CL moves all methods related to scripts and eval origin (HasScript, GetScript, IsEval, GetEvalOrigin) from JSStackFrame to StackFrameBase, because it also applies to WasmFrames. This makes the AppendFileLocation method append the same information to WasmStackFrames and AsmJsWasmStackFrames than to JSStackFrames. R=titzer@chromium.org, mstarzinger@chromium.org BUG=v8:4203 Committed: https://crrev.com/c4057d464511a217851148df862126eea664df33 Cr-Commit-Position: refs/heads/master@{#41642}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -125 lines) Patch
M src/messages.h View 10 chunks +17 lines, -11 lines 0 comments Download
M src/messages.cc View 1 8 chunks +124 lines, -112 lines 0 comments Download
M test/mjsunit/wasm/asm-wasm-exception-in-tonumber.js View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (13 generated)
Clemens Hammacher
4 years ago (2016-12-08 12:52:25 UTC) #5
Michael Starzinger
LGTM from my end.
4 years ago (2016-12-08 12:55:44 UTC) #6
titzer
lgtm https://codereview.chromium.org/2557923005/diff/1/src/messages.h File src/messages.h (right): https://codereview.chromium.org/2557923005/diff/1/src/messages.h#newcode76 src/messages.h:76: StackFrameBase() {} Shouldn't you initialize the isolate_ to ...
4 years ago (2016-12-12 10:10:44 UTC) #7
Clemens Hammacher
https://codereview.chromium.org/2557923005/diff/1/src/messages.h File src/messages.h (right): https://codereview.chromium.org/2557923005/diff/1/src/messages.h#newcode76 src/messages.h:76: StackFrameBase() {} On 2016/12/12 at 10:10:44, titzer wrote: > ...
4 years ago (2016-12-12 12:12:37 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/2557923005/20001
4 years ago (2016-12-12 13:03:42 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-12 13:31:22 UTC) #18
commit-bot: I haz the power
4 years ago (2016-12-12 13:31:44 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c4057d464511a217851148df862126eea664df33
Cr-Commit-Position: refs/heads/master@{#41642}

Powered by Google App Engine
This is Rietveld 408576698