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

Issue 1423133005: Implemented the BufferedRawMachineAssemblerTester. (Closed)

Created:
5 years, 1 month ago by ahaas
Modified:
5 years, 1 month 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

Implement the BufferedRawMachineAssemblerTester. This utility makes it possible to test TF graphs that accept parameters of any machine type (even int64 and float64), which are previously problematic due to the complexity of C calling conventions. R=titzer@chromium.org Committed: https://crrev.com/44b520f57ffc1ec790de271ee92d514f40856a14 Cr-Commit-Position: refs/heads/master@{#31698}

Patch Set 1 #

Patch Set 2 : Minor bug fixes. #

Patch Set 3 : Turned off the new test case for 32 bit architectures. #

Patch Set 4 : Changed the construction of the BufferedRawMachineAssemblerTester #

Patch Set 5 : Changed the array initialization for windows compilers. #

Patch Set 6 : Adjustments to codebase changes. #

Total comments: 4

Patch Set 7 : Fixed the test case parameter values. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+382 lines, -5 lines) Patch
M test/cctest/compiler/c-signature.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/call-tester.h View 5 chunks +41 lines, -4 lines 0 comments Download
M test/cctest/compiler/codegen-tester.h View 1 2 3 4 5 6 1 chunk +201 lines, -0 lines 0 comments Download
M test/cctest/compiler/codegen-tester.cc View 1 2 3 4 5 6 1 chunk +139 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
ahaas
5 years, 1 month ago (2015-10-29 17:46:20 UTC) #1
titzer
looks good with some small nits https://codereview.chromium.org/1423133005/diff/100001/test/cctest/compiler/codegen-tester.cc File test/cctest/compiler/codegen-tester.cc (right): https://codereview.chromium.org/1423133005/diff/100001/test/cctest/compiler/codegen-tester.cc#newcode596 test/cctest/compiler/codegen-tester.cc:596: CHECK_EQ(0x600000000, m.Call(0x100000000, 0x200000000, ...
5 years, 1 month ago (2015-10-30 19:48:52 UTC) #2
ahaas
https://codereview.chromium.org/1423133005/diff/100001/test/cctest/compiler/codegen-tester.cc File test/cctest/compiler/codegen-tester.cc (right): https://codereview.chromium.org/1423133005/diff/100001/test/cctest/compiler/codegen-tester.cc#newcode596 test/cctest/compiler/codegen-tester.cc:596: CHECK_EQ(0x600000000, m.Call(0x100000000, 0x200000000, 0x300000000)); On 2015/10/30 19:48:52, titzer wrote: ...
5 years, 1 month ago (2015-10-30 21:13:09 UTC) #3
titzer
Please add a one or two sentence explanation to the CL description, for posterity. LGTM
5 years, 1 month ago (2015-10-30 21:17:16 UTC) #4
titzer
On 2015/10/30 21:17:16, titzer wrote: > Please add a one or two sentence explanation to ...
5 years, 1 month ago (2015-10-30 21:18:52 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1423133005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1423133005/120001
5 years, 1 month ago (2015-10-30 21:27:23 UTC) #8
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 1 month ago (2015-10-30 21:32:43 UTC) #9
commit-bot: I haz the power
5 years, 1 month ago (2015-10-30 21:33:00 UTC) #10
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/44b520f57ffc1ec790de271ee92d514f40856a14
Cr-Commit-Position: refs/heads/master@{#31698}

Powered by Google App Engine
This is Rietveld 408576698