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

Issue 1702023002: [wasm] Replace the BufferedRawMachineAssemblerTester in the WasmRunner. (Closed)

Created:
4 years, 10 months ago by ahaas
Modified:
4 years, 10 months ago
Reviewers:
titzer
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] Replace the BufferedRawMachineAssemblerTester in the WasmRunner. The BufferedRawMachineAssemblerTester caused problems for the Int64Lowering. Instead we construct a TF graph now which is compiled by Pipeline::GenerateCodeForTesting. R=titzer@chromium.org Committed: https://crrev.com/f8e068e926fb06bead28bdfbdab7a1cf1afe27df Cr-Commit-Position: refs/heads/master@{#34107}

Patch Set 1 #

Patch Set 2 : Different return value handling to avoid windows problems. #

Patch Set 3 : Different return value handling to avoid windows problems. #

Patch Set 4 : initialize root register. #

Patch Set 5 : Avoid null pointer in Windows. #

Total comments: 4

Patch Set 6 : Code cleanup. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -70 lines) Patch
M src/profiler/sampling-heap-profiler.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/compiler/c-signature.h View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/compiler/call-tester.h View 3 chunks +9 lines, -9 lines 0 comments Download
M test/cctest/compiler/codegen-tester.h View 8 chunks +10 lines, -28 lines 0 comments Download
M test/cctest/compiler/value-helper.h View 1 chunk +17 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm.cc View 1 chunk +33 lines, -6 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-js.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 1 2 3 4 5 10 chunks +150 lines, -20 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (6 generated)
ahaas
4 years, 10 months ago (2016-02-16 15:48:59 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702023002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702023002/1
4 years, 10 months ago (2016-02-17 08:50:01 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/2908) v8_win_rel_ng_triggered on ...
4 years, 10 months ago (2016-02-17 09:24:56 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702023002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702023002/80001
4 years, 10 months ago (2016-02-17 18:28:49 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-17 18:47:03 UTC) #9
titzer
lgtm with comments below https://codereview.chromium.org/1702023002/diff/80001/test/cctest/wasm/test-run-wasm-js.cc File test/cctest/wasm/test-run-wasm-js.cc (right): https://codereview.chromium.org/1702023002/diff/80001/test/cctest/wasm/test-run-wasm-js.cc#newcode13 test/cctest/wasm/test-run-wasm-js.cc:13: #include "test/cctest/compiler/value-helper.h" Superfluous include? https://codereview.chromium.org/1702023002/diff/80001/test/cctest/wasm/wasm-run-utils.h ...
4 years, 10 months ago (2016-02-18 08:18:49 UTC) #10
ahaas
https://codereview.chromium.org/1702023002/diff/80001/test/cctest/wasm/test-run-wasm-js.cc File test/cctest/wasm/test-run-wasm-js.cc (right): https://codereview.chromium.org/1702023002/diff/80001/test/cctest/wasm/test-run-wasm-js.cc#newcode13 test/cctest/wasm/test-run-wasm-js.cc:13: #include "test/cctest/compiler/value-helper.h" On 2016/02/18 at 08:18:49, titzer wrote: > ...
4 years, 10 months ago (2016-02-18 09:10:57 UTC) #11
titzer
On 2016/02/18 09:10:57, ahaas wrote: > https://codereview.chromium.org/1702023002/diff/80001/test/cctest/wasm/test-run-wasm-js.cc > File test/cctest/wasm/test-run-wasm-js.cc (right): > > https://codereview.chromium.org/1702023002/diff/80001/test/cctest/wasm/test-run-wasm-js.cc#newcode13 > ...
4 years, 10 months ago (2016-02-18 09:13:18 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702023002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702023002/100001
4 years, 10 months ago (2016-02-18 09:39:59 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-18 09:55:29 UTC) #15
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 09:55:57 UTC) #17
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f8e068e926fb06bead28bdfbdab7a1cf1afe27df
Cr-Commit-Position: refs/heads/master@{#34107}

Powered by Google App Engine
This is Rietveld 408576698