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

Issue 2165633006: [wasm] Remove special memory type for (internal) globals and use local type instead. (Closed)

Created:
4 years, 5 months ago by titzer
Modified:
4 years, 5 months ago
Reviewers:
bradnelson, ahaas, rossberg
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] Remove special memory type for (internal) globals and use local type instead. R=ahaas@chromium.org,rossberg@chromium.org,bradnelson@chromium.org BUG= Committed: https://crrev.com/d9eb33582fab45f84ad06d5a5416927f9aea2233 Cr-Commit-Position: refs/heads/master@{#37945}

Patch Set 1 #

Total comments: 2

Patch Set 2 : [wasm] Remove special memory type for (internal) globals and use local type instead. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -237 lines) Patch
M src/asmjs/asm-wasm-builder.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/wasm/ast-decoder.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/wasm/ast-decoder.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/wasm/encoder.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/wasm/encoder.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/wasm/module-decoder.cc View 1 4 chunks +5 lines, -36 lines 0 comments Download
M src/wasm/wasm-interpreter.cc View 2 chunks +10 lines, -42 lines 0 comments Download
M src/wasm/wasm-module.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 2 chunks +0 lines, -44 lines 0 comments Download
M test/cctest/wasm/test-run-wasm.cc View 1 6 chunks +15 lines, -27 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/wasm/test-run-wasm-module.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-relocation.cc View 1 chunk +9 lines, -12 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 2 chunks +5 lines, -5 lines 0 comments Download
M test/unittests/wasm/ast-decoder-unittest.cc View 1 8 chunks +19 lines, -35 lines 0 comments Download
M test/unittests/wasm/module-decoder-unittest.cc View 7 chunks +19 lines, -19 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
titzer
4 years, 5 months ago (2016-07-21 09:38:10 UTC) #1
ahaas
I like it! lgtm https://codereview.chromium.org/2165633006/diff/1/src/wasm/module-decoder.cc File src/wasm/module-decoder.cc (right): https://codereview.chromium.org/2165633006/diff/1/src/wasm/module-decoder.cc#newcode236 src/wasm/module-decoder.cc:236: module->globals.push_back({0, 0, kAstStmt, 0, false}); ...
4 years, 5 months ago (2016-07-21 12:06:47 UTC) #6
titzer
https://codereview.chromium.org/2165633006/diff/1/src/wasm/module-decoder.cc File src/wasm/module-decoder.cc (right): https://codereview.chromium.org/2165633006/diff/1/src/wasm/module-decoder.cc#newcode236 src/wasm/module-decoder.cc:236: module->globals.push_back({0, 0, kAstStmt, 0, false}); On 2016/07/21 12:06:46, ahaas ...
4 years, 5 months ago (2016-07-21 12:15:10 UTC) #9
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/2165633006/20001
4 years, 5 months ago (2016-07-21 12:26:08 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-21 12:34:32 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 12:35:20 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d9eb33582fab45f84ad06d5a5416927f9aea2233
Cr-Commit-Position: refs/heads/master@{#37945}

Powered by Google App Engine
This is Rietveld 408576698