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

Issue 576973003: Hack representation inference to assume current behavior of float32 loads and stores, which include… (Closed)

Created:
6 years, 3 months ago by titzer
Modified:
6 years, 3 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Hack representation inference to assume current behavior of float32 loads and stores, which include implicit representation changes. R=mstarzinger@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=24072

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -31 lines) Patch
M src/compiler/representation-change.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 4 chunks +13 lines, -4 lines 0 comments Download
M test/cctest/compiler/test-representation-change.cc View 4 chunks +18 lines, -19 lines 0 comments Download
M test/cctest/compiler/test-run-properties.cc View 4 chunks +10 lines, -8 lines 2 comments Download
M test/cctest/compiler/test-simplified-lowering.cc View 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
titzer
6 years, 3 months ago (2014-09-18 13:16:39 UTC) #1
Michael Starzinger
LGTM. https://codereview.chromium.org/576973003/diff/1/test/cctest/compiler/test-run-properties.cc File test/cctest/compiler/test-run-properties.cc (right): https://codereview.chromium.org/576973003/diff/1/test/cctest/compiler/test-run-properties.cc#newcode50 test/cctest/compiler/test-run-properties.cc:50: volatile U value_a = static_cast<U>(kValues[i]); Man, do I ...
6 years, 3 months ago (2014-09-18 18:38:07 UTC) #2
Sven Panne
https://codereview.chromium.org/576973003/diff/1/test/cctest/compiler/test-run-properties.cc File test/cctest/compiler/test-run-properties.cc (right): https://codereview.chromium.org/576973003/diff/1/test/cctest/compiler/test-run-properties.cc#newcode53 test/cctest/compiler/test-run-properties.cc:53: static_cast<double>(value_a) + static_cast<double>(value_b); Casting away volatile leads to undefined ...
6 years, 3 months ago (2014-09-19 06:07:26 UTC) #4
titzer
On 2014/09/19 06:07:26, Sven Panne wrote: > https://codereview.chromium.org/576973003/diff/1/test/cctest/compiler/test-run-properties.cc > File test/cctest/compiler/test-run-properties.cc (right): > > https://codereview.chromium.org/576973003/diff/1/test/cctest/compiler/test-run-properties.cc#newcode53 ...
6 years, 3 months ago (2014-09-19 09:28:45 UTC) #5
titzer
6 years, 3 months ago (2014-09-19 09:56:24 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 manually as 24072 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698