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

Issue 2627543003: [wasm] Prerequisites for WebAssembly Table.Grow (Closed)

Created:
3 years, 11 months ago by gdeepti
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Prerequisites for WebAssembly Table.Grow - Refactor Dispatch tables to have separate function, signature tables - New Relocation type for WasmFunctionTableReference, assembler, compiler support. - RelocInfo helper functions for Wasm references Review-Url: https://codereview.chromium.org/2627543003 Cr-Commit-Position: refs/heads/master@{#42192} Committed: https://chromium.googlesource.com/v8/v8/+/0c4b8ff44ce4ef0cae06c964679c98c32f8bd40f

Patch Set 1 #

Patch Set 2 : Code generator WasmFunctionTableSize support #

Patch Set 3 : Fix mips64 build #

Patch Set 4 : Fix mips64, add compiler test #

Patch Set 5 : Fix test #

Total comments: 4

Patch Set 6 : Rename update function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -94 lines) Patch
M src/arm/assembler-arm.cc View 1 2 3 4 5 1 chunk +7 lines, -2 lines 0 comments Download
M src/arm64/assembler-arm64.cc View 1 2 3 4 5 1 chunk +7 lines, -2 lines 0 comments Download
M src/assembler.h View 1 2 3 4 5 6 chunks +23 lines, -3 lines 0 comments Download
M src/assembler.cc View 1 2 3 4 5 4 chunks +16 lines, -2 lines 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M src/compiler/wasm-compiler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 5 chunks +15 lines, -9 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 4 chunks +5 lines, -9 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 3 4 5 1 chunk +7 lines, -2 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 2 3 4 5 1 chunk +7 lines, -2 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 2 3 4 5 1 chunk +8 lines, -2 lines 0 comments Download
M src/wasm/wasm-module.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 2 3 13 chunks +53 lines, -31 lines 0 comments Download
M src/wasm/wasm-objects.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/wasm/wasm-objects.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 3 4 5 1 chunk +7 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-run-wasm-machops.cc View 1 2 3 4 3 chunks +43 lines, -1 line 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 35 (28 generated)
gdeepti
3 years, 11 months ago (2017-01-10 08:00:10 UTC) #19
gdeepti
3 years, 11 months ago (2017-01-10 08:00:12 UTC) #20
bradnelson
lgtm https://codereview.chromium.org/2627543003/diff/80001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2627543003/diff/80001/src/compiler/wasm-compiler.cc#newcode2974 src/compiler/wasm-compiler.cc:2974: auto signature_handle = module_->instance->signature_tables[i]; (Optional), might be clearer ...
3 years, 11 months ago (2017-01-10 08:33:09 UTC) #23
titzer
lgtm https://codereview.chromium.org/2627543003/diff/80001/src/assembler.cc File src/assembler.cc (right): https://codereview.chromium.org/2627543003/diff/80001/src/assembler.cc#newcode368 src/assembler.cc:368: unchecked_update_wasm_memory_size(updated_size_reference, icache_flush_mode); This is reusing unchecked_update_wasm_memory_size(), which I ...
3 years, 11 months ago (2017-01-10 09:42:45 UTC) #24
gdeepti
https://codereview.chromium.org/2627543003/diff/80001/src/assembler.cc File src/assembler.cc (right): https://codereview.chromium.org/2627543003/diff/80001/src/assembler.cc#newcode368 src/assembler.cc:368: unchecked_update_wasm_memory_size(updated_size_reference, icache_flush_mode); On 2017/01/10 09:42:45, titzer wrote: > This ...
3 years, 11 months ago (2017-01-10 18:49:25 UTC) #27
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/2627543003/100001
3 years, 11 months ago (2017-01-10 19:05:37 UTC) #32
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 19:07:43 UTC) #35
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/v8/v8/+/0c4b8ff44ce4ef0cae06c964679c98c32f8...

Powered by Google App Engine
This is Rietveld 408576698