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

Issue 2959963002: [wasm] Move the CallDescriptor creation methods out of ModuleEnv into the compiler. (Closed)

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

Description

[wasm] Move the CallDescriptor creation methods out of ModuleEnv into the compiler. R=clemensh@chromium.org BUG= Review-Url: https://codereview.chromium.org/2959963002 Cr-Commit-Position: refs/heads/master@{#46263} Committed: https://chromium.googlesource.com/v8/v8/+/0a91a4c90f28be3a769323f99c95e698b09b0c09

Patch Set 1 #

Patch Set 2 : Forgot V8_EXPORT_PRIVATE #

Patch Set 3 : Include wasm-compiler.h from wasm-linkage.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -71 lines) Patch
M src/compiler/int64-lowering.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/compiler/simd-scalar-lowering.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/wasm-compiler.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 6 chunks +12 lines, -16 lines 0 comments Download
M src/compiler/wasm-linkage.cc View 1 2 5 chunks +18 lines, -22 lines 0 comments Download
M src/wasm/module-compiler.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M src/wasm/wasm-module.h View 2 chunks +6 lines, -17 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/compiler/int64-lowering-unittest.cc View 5 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 25 (17 generated)
titzer
3 years, 5 months ago (2017-06-27 11:42:10 UTC) #1
Clemens Hammacher
lgtm
3 years, 5 months ago (2017-06-27 12:18:02 UTC) #8
jochen (gone - plz use gerrit)
why are the declarations in wasm-compiler.h but the definitions in wasm-linkage.cc (which doesn't include wasm-compiler.h)?
3 years, 5 months ago (2017-06-27 14:25:03 UTC) #12
titzer
On 2017/06/27 14:25:03, jochen wrote: > why are the declarations in wasm-compiler.h but the definitions ...
3 years, 5 months ago (2017-06-27 14:26:41 UTC) #13
titzer
On 2017/06/27 14:26:41, titzer wrote: > On 2017/06/27 14:25:03, jochen wrote: > > why are ...
3 years, 5 months ago (2017-06-27 14:28:35 UTC) #14
jochen (gone - plz use gerrit)
maybe include wasm-compiler.h from wasm-linkage.cc? does that fix the problem?
3 years, 5 months ago (2017-06-27 14:30:23 UTC) #15
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/2959963002/40001
3 years, 5 months ago (2017-06-27 15:36:46 UTC) #22
commit-bot: I haz the power
3 years, 5 months ago (2017-06-27 15:39:07 UTC) #25
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/0a91a4c90f28be3a769323f99c95e698b09...

Powered by Google App Engine
This is Rietveld 408576698