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

Issue 1839843002: wasm: implemente WasmFrame::cast, fix inheritance (Closed)

Created:
4 years, 8 months ago by JF
Modified:
4 years, 8 months ago
Reviewers:
titzer, bradnelson, bradn
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: implemente WasmFrame::cast, fix inheritance wasm_to_js and js_to_wasm both derive from wasm, which was confusing because is_wasm wasn't true for them and that made WasmFrame::cast awkward. Make them derive from StubFrame instead. R=bradnelson@chromium.org, titzer@chromium.org Committed: https://crrev.com/18b44702126d9b27f954f7c9b7168716369b0478 Cr-Commit-Position: refs/heads/master@{#35115}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix inheritance #

Total comments: 2

Patch Set 3 : Fix leftover bad change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M src/frames.h View 1 3 chunks +7 lines, -2 lines 0 comments Download
M src/frames-inl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
JF
4 years, 8 months ago (2016-03-28 23:01:41 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839843002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839843002/1
4 years, 8 months ago (2016-03-28 23:01:56 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-28 23:26:59 UTC) #5
bradn
https://codereview.chromium.org/1839843002/diff/1/src/frames.h File src/frames.h (right): https://codereview.chromium.org/1839843002/diff/1/src/frames.h#newcode417 src/frames.h:417: bool is_wasm() const { Keeping the 3 sorts of ...
4 years, 8 months ago (2016-03-28 23:46:06 UTC) #7
bradn
Or how about rename the internal frames, WASM_INTERNAL and call the combined set Wasm?
4 years, 8 months ago (2016-03-28 23:47:56 UTC) #8
JF
LMK which way you'd rather go. The current code is different from the pre-existing code, ...
4 years, 8 months ago (2016-03-29 00:24:06 UTC) #9
titzer
On 2016/03/29 00:24:06, JF wrote: > LMK which way you'd rather go. The current code ...
4 years, 8 months ago (2016-03-29 09:28:14 UTC) #10
JF
Did some pair-programming on the bus with Brad. This update makes the inheritance + hand-implemented ...
4 years, 8 months ago (2016-03-29 17:02:29 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839843002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839843002/20001
4 years, 8 months ago (2016-03-29 17:05:05 UTC) #14
bradnelson
https://codereview.chromium.org/1839843002/diff/20001/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/1839843002/diff/20001/src/frames.cc#newcode769 src/frames.cc:769: if (!is_wasm() || is_wasm_to_js()) { don't do that...
4 years, 8 months ago (2016-03-29 17:06:57 UTC) #15
JF
https://codereview.chromium.org/1839843002/diff/20001/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/1839843002/diff/20001/src/frames.cc#newcode769 src/frames.cc:769: if (!is_wasm() || is_wasm_to_js()) { On 2016/03/29 17:06:57, bradnelson ...
4 years, 8 months ago (2016-03-29 17:08:17 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839843002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839843002/40001
4 years, 8 months ago (2016-03-29 17:08:35 UTC) #18
bradnelson
lgtm
4 years, 8 months ago (2016-03-29 17:11:48 UTC) #19
titzer
On 2016/03/29 17:11:48, bradnelson wrote: > lgtm lgtm
4 years, 8 months ago (2016-03-29 17:13:21 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-29 17:39:31 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839843002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839843002/40001
4 years, 8 months ago (2016-03-29 17:40:00 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-03-29 17:41:47 UTC) #26
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 17:42:28 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/18b44702126d9b27f954f7c9b7168716369b0478
Cr-Commit-Position: refs/heads/master@{#35115}

Powered by Google App Engine
This is Rietveld 408576698