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

Issue 178583006: Introduce intrinsics for double values in Javascript. (Closed)

Created:
6 years, 9 months ago by Yang
Modified:
6 years, 9 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Introduce intrinsics for double values in Javascript. R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19704

Patch Set 1 #

Total comments: 2

Patch Set 2 : platform ports #

Total comments: 1

Patch Set 3 : test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+489 lines, -1 line) Patch
M src/a64/lithium-a64.h View 1 2 chunks +31 lines, -0 lines 0 comments Download
M src/a64/lithium-a64.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.h View 1 2 chunks +29 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +20 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +29 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 chunks +61 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +39 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 chunks +29 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M src/runtime.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M src/runtime.cc View 1 1 chunk +28 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 chunks +29 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
A test/mjsunit/double-intrinsics.js View 1 2 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
6 years, 9 months ago (2014-02-28 15:03:43 UTC) #1
Yang
Only ia32 port for now. Please take a first look.
6 years, 9 months ago (2014-02-28 15:04:00 UTC) #2
Sven Panne
Seems to be OK, just 1 remark and 1 nit so far. https://codereview.chromium.org/178583006/diff/1/src/full-codegen.cc File src/full-codegen.cc ...
6 years, 9 months ago (2014-03-03 11:28:26 UTC) #3
Yang
On 2014/03/03 11:28:26, Sven Panne wrote: > Seems to be OK, just 1 remark and ...
6 years, 9 months ago (2014-03-04 13:58:40 UTC) #4
Sven Panne
LGTM with one (big) nit. https://codereview.chromium.org/178583006/diff/20001/test/mjsunit/double-intrinsics.js File test/mjsunit/double-intrinsics.js (right): https://codereview.chromium.org/178583006/diff/20001/test/mjsunit/double-intrinsics.js#newcode30 test/mjsunit/double-intrinsics.js:30: %OptimizeFunctionOnNextCall(test); Hmmm, this relies ...
6 years, 9 months ago (2014-03-05 08:00:52 UTC) #5
Yang
On 2014/03/05 08:00:52, Sven Panne wrote: > LGTM with one (big) nit. > > https://codereview.chromium.org/178583006/diff/20001/test/mjsunit/double-intrinsics.js ...
6 years, 9 months ago (2014-03-05 08:46:13 UTC) #6
Yang
6 years, 9 months ago (2014-03-07 09:05:26 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r19704 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698