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

Issue 2205973003: [wasm] Serialization/Deserialization of compiled module (Closed)

Created:
4 years, 4 months ago by Mircea Trofin
Modified:
4 years, 4 months ago
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] Serialization/Deserialization of compiled module Implementation of serialization/deserialization for compiled wasm module. BUG=v8:5072 Committed: https://crrev.com/c001a9ecc104829f3d939794bf55477edf4cb3c3 Cr-Commit-Position: refs/heads/master@{#38498}

Patch Set 1 #

Patch Set 2 : tests #

Patch Set 3 : fix silly bug #

Total comments: 14

Patch Set 4 : feedback #

Patch Set 5 : feedback #

Patch Set 6 : feedback #

Patch Set 7 : disable dchecks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+294 lines, -87 lines) Patch
M src/runtime/runtime.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M src/runtime/runtime-test.cc View 1 2 3 2 chunks +39 lines, -0 lines 0 comments Download
M src/snapshot/code-serializer.h View 1 2 3 4 3 chunks +60 lines, -30 lines 0 comments Download
M src/snapshot/code-serializer.cc View 1 2 3 10 chunks +82 lines, -35 lines 0 comments Download
M src/snapshot/deserializer.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/snapshot/deserializer.cc View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M src/wasm/wasm-js.cc View 1 2 3 1 chunk +2 lines, -10 lines 0 comments Download
M src/wasm/wasm-module.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 2 3 2 chunks +15 lines, -2 lines 0 comments Download
A test/mjsunit/wasm/compiled-module-serialization.js View 1 1 chunk +80 lines, -0 lines 0 comments Download

Messages

Total messages: 51 (34 generated)
Mircea Trofin
Yang, PTAL - I was able to leverage the current serialization infrastructure with minimal changes ...
4 years, 4 months ago (2016-08-04 16:06:40 UTC) #5
Yang
https://codereview.chromium.org/2205973003/diff/40001/src/snapshot/code-serializer.cc File src/snapshot/code-serializer.cc (right): https://codereview.chromium.org/2205973003/diff/40001/src/snapshot/code-serializer.cc#newcode98 src/snapshot/code-serializer.cc:98: SerializeGeneric(code_object, how_to_code, where_to_point); Would it make sense to check ...
4 years, 4 months ago (2016-08-05 12:04:18 UTC) #13
Yang
https://codereview.chromium.org/2205973003/diff/40001/src/snapshot/code-serializer.cc File src/snapshot/code-serializer.cc (right): https://codereview.chromium.org/2205973003/diff/40001/src/snapshot/code-serializer.cc#newcode98 src/snapshot/code-serializer.cc:98: SerializeGeneric(code_object, how_to_code, where_to_point); On 2016/08/05 12:04:17, Yang wrote: > ...
4 years, 4 months ago (2016-08-05 12:05:44 UTC) #14
Mircea Trofin
https://codereview.chromium.org/2205973003/diff/40001/src/snapshot/code-serializer.cc File src/snapshot/code-serializer.cc (right): https://codereview.chromium.org/2205973003/diff/40001/src/snapshot/code-serializer.cc#newcode98 src/snapshot/code-serializer.cc:98: SerializeGeneric(code_object, how_to_code, where_to_point); On 2016/08/05 12:04:17, Yang wrote: > ...
4 years, 4 months ago (2016-08-05 15:01:29 UTC) #15
Yang
https://codereview.chromium.org/2205973003/diff/40001/src/snapshot/code-serializer.cc File src/snapshot/code-serializer.cc (right): https://codereview.chromium.org/2205973003/diff/40001/src/snapshot/code-serializer.cc#newcode98 src/snapshot/code-serializer.cc:98: SerializeGeneric(code_object, how_to_code, where_to_point); On 2016/08/05 15:01:29, Mircea Trofin wrote: ...
4 years, 4 months ago (2016-08-05 15:39:29 UTC) #16
Mircea Trofin
Took care of most of the feedback. has_reloc_code_for_serialization troubles me a bit - please take ...
4 years, 4 months ago (2016-08-06 00:31:39 UTC) #29
Mircea Trofin
Gentle reminder. Also, please see question in previous message. Thanks!
4 years, 4 months ago (2016-08-08 14:21:48 UTC) #30
Mircea Trofin
To make progress, disabled the checks causing failures and opened v8:5274.
4 years, 4 months ago (2016-08-08 19:40:13 UTC) #33
Yang
On 2016/08/08 19:40:13, Mircea Trofin wrote: > To make progress, disabled the checks causing failures ...
4 years, 4 months ago (2016-08-09 13:01:52 UTC) #36
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/2205973003/120001
4 years, 4 months ago (2016-08-09 14:02:26 UTC) #38
commit-bot: I haz the power
Failed to commit the patch.
4 years, 4 months ago (2016-08-09 14:04:13 UTC) #40
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/2205973003/120001
4 years, 4 months ago (2016-08-09 14:18:46 UTC) #42
Mircea Trofin
On 2016/08/09 13:01:52, Yang wrote: > On 2016/08/08 19:40:13, Mircea Trofin wrote: > > To ...
4 years, 4 months ago (2016-08-09 14:21:44 UTC) #43
commit-bot: I haz the power
Failed to commit the patch.
4 years, 4 months ago (2016-08-09 14:31:40 UTC) #45
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/2205973003/120001
4 years, 4 months ago (2016-08-09 15:17:52 UTC) #47
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 4 months ago (2016-08-09 15:19:34 UTC) #49
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 15:19:51 UTC) #51
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/c001a9ecc104829f3d939794bf55477edf4cb3c3
Cr-Commit-Position: refs/heads/master@{#38498}

Powered by Google App Engine
This is Rietveld 408576698