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

Issue 20781007: Add X87 implementations for Integer32ToDouble, DoubleToI, DoubleToSmi (Closed)

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

Description

Add X87 implementations for Integer32ToDouble, DoubleToI, DoubleToSmi Additionally refactor the X87Stack tracking BUG= R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16246

Patch Set 1 : #

Total comments: 3

Patch Set 2 : faster -0 check #

Patch Set 3 : address review #

Patch Set 4 : add fst without p #

Patch Set 5 : rebase #

Patch Set 6 : add a test that was still missing in cl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+295 lines, -162 lines) Patch
M src/ia32/assembler-ia32.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 2 3 4 4 chunks +59 lines, -12 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 10 chunks +207 lines, -124 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 3 4 3 chunks +3 lines, -11 lines 0 comments Download
A + test/mjsunit/regress/regress-x87.js View 1 2 3 4 5 1 chunk +18 lines, -15 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
oliv
7 years, 4 months ago (2013-08-01 09:32:20 UTC) #1
Toon Verwaest
I like this change. Lgtm with some nits. https://codereview.chromium.org/20781007/diff/8001/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/20781007/diff/8001/src/ia32/lithium-codegen-ia32.cc#newcode4902 src/ia32/lithium-codegen-ia32.cc:4902: } ...
7 years, 4 months ago (2013-08-01 11:19:36 UTC) #2
oliv
7 years, 4 months ago (2013-08-20 13:02:06 UTC) #3
Message was sent while issue was closed.
Committed patchset #6 manually as r16246.

Powered by Google App Engine
This is Rietveld 408576698