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

Issue 1701593003: [turbofan] Enforce that C calls do not use floating point params. (Closed)

Created:
4 years, 10 months ago by titzer
Modified:
4 years, 10 months ago
Reviewers:
Benedikt Meurer
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

[turbofan] Enforce that C calls do not use floating point params. Passing floating point params to/from C has never quite worked correctly, but we've never enforced the restriction early in the CallDescriptor creation process because of unittests. Fix unittests to make their own simple call descriptors and not rely on the C ones. R=bmeurer@chromium.org BUG= Committed: https://crrev.com/e2f3003f2ce6618c4d006e0b9f0861a3868f941f Cr-Commit-Position: refs/heads/master@{#33993}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -11 lines) Patch
M src/compiler/c-linkage.cc View 1 1 chunk +6 lines, -7 lines 0 comments Download
M test/unittests/compiler/instruction-selector-unittest.h View 4 chunks +41 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
titzer
4 years, 10 months ago (2016-02-15 12:40:52 UTC) #1
Benedikt Meurer
LGTM with nits. https://codereview.chromium.org/1701593003/diff/1/src/compiler/c-linkage.cc File src/compiler/c-linkage.cc (right): https://codereview.chromium.org/1701593003/diff/1/src/compiler/c-linkage.cc#newcode144 src/compiler/c-linkage.cc:144: CHECK(rep != MachineRepresentation::kFloat32 && Nit: two ...
4 years, 10 months ago (2016-02-15 12:45:33 UTC) #2
titzer
On 2016/02/15 12:45:33, Benedikt Meurer wrote: > LGTM with nits. > > https://codereview.chromium.org/1701593003/diff/1/src/compiler/c-linkage.cc > File ...
4 years, 10 months ago (2016-02-15 13:04:05 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1701593003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1701593003/20001
4 years, 10 months ago (2016-02-15 13:23:55 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-15 13:25:18 UTC) #7
commit-bot: I haz the power
4 years, 10 months ago (2016-02-15 13:25:35 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e2f3003f2ce6618c4d006e0b9f0861a3868f941f
Cr-Commit-Position: refs/heads/master@{#33993}

Powered by Google App Engine
This is Rietveld 408576698