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

Issue 2057523002: [wasm] Refactor function name table and lookup (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@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Refactor function name table and lookup The function name table will now always be set; a CHECK will fail if the length would exceed the integer range. Also, the resolution of undefined function names to "<WASM UNNAMED>" is moved over to the wasm side. R=titzer@chromium.org Committed: https://crrev.com/3400ee9f4f21a455b7850ec42a4182a3c0eba310 Committed: https://crrev.com/759baaff7843622300991657fff21d1fe2ae76ca Cr-Original-Commit-Position: refs/heads/master@{#36918} Cr-Commit-Position: refs/heads/master@{#36952}

Patch Set 1 #

Total comments: 4

Patch Set 2 : minor fixes #

Patch Set 3 : fix gc issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -48 lines) Patch
M src/isolate.cc View 1 2 1 chunk +3 lines, -10 lines 0 comments Download
M src/messages.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/wasm/wasm-function-name-table.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/wasm/wasm-function-name-table.cc View 1 chunk +5 lines, -9 lines 0 comments Download
M src/wasm/wasm-module.h View 2 chunks +10 lines, -5 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 2 3 chunks +30 lines, -17 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
Clemens Hammacher
4 years, 6 months ago (2016-06-10 09:51:20 UTC) #1
titzer
lgtm other than one nit https://codereview.chromium.org/2057523002/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2057523002/diff/1/src/wasm/wasm-module.cc#newcode985 src/wasm/wasm-module.cc:985: Handle<Object> GetWasmFunctionNameOrNull(Isolate* isolate, Handle<Object> ...
4 years, 6 months ago (2016-06-10 13:21:41 UTC) #2
Clemens Hammacher
https://codereview.chromium.org/2057523002/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2057523002/diff/1/src/wasm/wasm-module.cc#newcode985 src/wasm/wasm-module.cc:985: Handle<Object> GetWasmFunctionNameOrNull(Isolate* isolate, Handle<Object> wasm, On 2016/06/10 13:21:40, titzer ...
4 years, 6 months ago (2016-06-13 08:51:35 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2057523002/20001
4 years, 6 months ago (2016-06-13 09:29:46 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-13 09:31:59 UTC) #7
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/3400ee9f4f21a455b7850ec42a4182a3c0eba310 Cr-Commit-Position: refs/heads/master@{#36918}
4 years, 6 months ago (2016-06-13 09:33:03 UTC) #9
Michael Achenbach
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/2062793002/ by machenbach@chromium.org. ...
4 years, 6 months ago (2016-06-13 11:34:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2057523002/40001
4 years, 6 months ago (2016-06-14 09:03:55 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-14 09:07:02 UTC) #16
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 09:07:53 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/759baaff7843622300991657fff21d1fe2ae76ca
Cr-Commit-Position: refs/heads/master@{#36952}

Powered by Google App Engine
This is Rietveld 408576698