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

Issue 2055783002: [wasm] Add functionality to decode a function offset table (Closed)

Created:
4 years, 6 months ago by Clemens Hammacher
Modified:
4 years, 6 months ago
Reviewers:
titzer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@print-ast-to-ostream
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Add functionality to decode a function offset table This will be needed during debugging to know function boundaries within the wasm module bytes, and to extract the bytes for a single function to disassemble it. R=titzer@chromium.org BUG=chromium:613110 Committed: https://crrev.com/175fc180b717dcac0301b7300eb9ccfa790540f4 Cr-Commit-Position: refs/heads/master@{#37028}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : fix signed/unsigned comparison #

Total comments: 2

Patch Set 4 : fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -3 lines) Patch
M src/wasm/decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M src/wasm/module-decoder.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/wasm/module-decoder.cc View 1 2 3 chunks +69 lines, -0 lines 0 comments Download
M src/wasm/wasm-module.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/wasm/wasm-result.h View 1 chunk +1 line, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 11 (5 generated)
Clemens Hammacher
4 years, 6 months ago (2016-06-10 09:52:08 UTC) #2
titzer
lgtm other than nit https://codereview.chromium.org/2055783002/diff/40001/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/2055783002/diff/40001/src/wasm/wasm-module.h#newcode308 src/wasm/wasm-module.h:308: using ModuleResult = Result<const WasmModule*>; ...
4 years, 6 months ago (2016-06-10 11:20:05 UTC) #3
Clemens Hammacher
https://codereview.chromium.org/2055783002/diff/40001/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/2055783002/diff/40001/src/wasm/wasm-module.h#newcode308 src/wasm/wasm-module.h:308: using ModuleResult = Result<const WasmModule*>; On 2016/06/10 11:20:05, titzer ...
4 years, 6 months ago (2016-06-16 08:14:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055783002/60001
4 years, 6 months ago (2016-06-16 08:14:42 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-16 08:45:25 UTC) #9
commit-bot: I haz the power
4 years, 6 months ago (2016-06-16 08:46:06 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/175fc180b717dcac0301b7300eb9ccfa790540f4
Cr-Commit-Position: refs/heads/master@{#37028}

Powered by Google App Engine
This is Rietveld 408576698