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

Issue 2710603006: [wasm] Move compilation-related methods to CompilationHelper in wasm-module.cc. (Closed)

Created:
3 years, 10 months ago by titzer
Modified:
3 years, 9 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Move compilation-related methods to CompilationHelper in wasm-module.cc. This is a refactoring CL in preparation for implementing asynchronous compilation. It moves all the compilation-related functionality to a helper class which will make it easier to split into background and foreground tasks which is needed for concurrent/synchronous execution of compilation. R=clemensh@chromium.org,ahaas@chromium.org BUG=v8:6003 Review-Url: https://codereview.chromium.org/2710603006 Cr-Commit-Position: refs/heads/master@{#43413} Committed: https://chromium.googlesource.com/v8/v8/+/d2a7bcfcf70215d10173b147de82cceaa0533cf7

Patch Set 1 #

Total comments: 1

Patch Set 2 : Smaller buffer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+428 lines, -454 lines) Patch
M src/compiler/wasm-compiler.cc View 1 3 chunks +11 lines, -13 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 14 chunks +417 lines, -441 lines 0 comments Download

Messages

Total messages: 17 (12 generated)
titzer
3 years, 10 months ago (2017-02-22 17:06:29 UTC) #1
ahaas
lgtm https://codereview.chromium.org/2710603006/diff/1/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2710603006/diff/1/src/wasm/wasm-module.cc#newcode149 src/wasm/wasm-module.cc:149: const int kBufferSize = 50; Nit, I think ...
3 years, 9 months ago (2017-02-24 11:59:10 UTC) #6
titzer
On 2017/02/24 11:59:10, ahaas wrote: > lgtm > > https://codereview.chromium.org/2710603006/diff/1/src/wasm/wasm-module.cc > File src/wasm/wasm-module.cc (right): > ...
3 years, 9 months ago (2017-02-24 12:58:35 UTC) #7
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/2710603006/20001
3 years, 9 months ago (2017-02-24 13:26:19 UTC) #14
commit-bot: I haz the power
3 years, 9 months ago (2017-02-24 13:28:03 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/d2a7bcfcf70215d10173b147de82cceaa05...

Powered by Google App Engine
This is Rietveld 408576698