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

Issue 14850006: Use mutable heapnumbers to store doubles in fields. (Closed)

Created:
7 years, 7 months ago by Toon Verwaest
Modified:
7 years, 7 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Use mutable heapnumbers to store doubles in fields. R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14597

Patch Set 1 : #

Total comments: 34

Patch Set 2 : Addressed comments and fixed uncovered bugs #

Patch Set 3 : More tests #

Total comments: 1

Patch Set 4 : Ported to ARM and x64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1179 lines, -452 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/ic-arm.cc View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 3 1 chunk +11 lines, -6 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 chunks +24 lines, -35 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 13 chunks +92 lines, -29 lines 0 comments Download
M src/ast.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M src/bootstrapper.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/builtins.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/code-stubs.h View 4 chunks +19 lines, -6 lines 0 comments Download
M src/factory.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 1 7 chunks +79 lines, -17 lines 0 comments Download
M src/hydrogen-instructions.h View 1 10 chunks +29 lines, -8 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/ic-ia32.cc View 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 5 chunks +31 lines, -40 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 3 1 chunk +7 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 3 chunks +10 lines, -6 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 13 chunks +126 lines, -32 lines 0 comments Download
M src/ic.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/ic.cc View 5 chunks +40 lines, -7 lines 0 comments Download
M src/json-parser.h View 1 3 chunks +41 lines, -33 lines 0 comments Download
M src/json-stringifier.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 5 chunks +19 lines, -9 lines 0 comments Download
M src/objects.cc View 1 32 chunks +175 lines, -50 lines 0 comments Download
M src/objects-inl.h View 1 5 chunks +20 lines, -4 lines 0 comments Download
M src/objects-printer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/parser.h View 1 1 chunk +2 lines, -7 lines 0 comments Download
M src/parser.cc View 1 4 chunks +13 lines, -29 lines 0 comments Download
M src/property.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/runtime.cc View 1 4 chunks +16 lines, -5 lines 0 comments Download
M src/string-stream.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.h View 1 2 3 7 chunks +22 lines, -12 lines 0 comments Download
M src/stub-cache.cc View 1 2 3 9 chunks +28 lines, -29 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/ic-x64.cc View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 5 chunks +23 lines, -30 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 11 chunks +89 lines, -30 lines 0 comments Download
M test/cctest/test-heap.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/track-fields.js View 1 2 1 chunk +143 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Toon Verwaest
PTAL
7 years, 7 months ago (2013-05-02 17:08:38 UTC) #1
danno
Getting there... could you please add relevant JSON tests and double transition tests of normal ...
7 years, 7 months ago (2013-05-07 13:04:47 UTC) #2
Toon Verwaest
Addressed comments, ptal again https://codereview.chromium.org/14850006/diff/42001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/14850006/diff/42001/src/hydrogen-instructions.cc#newcode2525 src/hydrogen-instructions.cc:2525: if (map->is_deprecated()) continue; On 2013/05/07 ...
7 years, 7 months ago (2013-05-07 15:08:52 UTC) #3
danno
ia32 looks fine with a comment. Please do the platform ports :-) https://codereview.chromium.org/14850006/diff/50009/src/ia32/ic-ia32.cc File src/ia32/ic-ia32.cc ...
7 years, 7 months ago (2013-05-07 15:25:29 UTC) #4
Toon Verwaest
Ported to ARM and X64. PTAL again.
7 years, 7 months ago (2013-05-07 19:08:09 UTC) #5
danno
lgtm
7 years, 7 months ago (2013-05-08 14:59:11 UTC) #6
Toon Verwaest
7 years, 7 months ago (2013-05-08 15:02:33 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r14597 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698