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

Issue 66703005: Increase precision when finding the remainder after division by pi/2. (Closed)

Created:
7 years, 1 month ago by Yang
Modified:
7 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Increase precision when finding the remainder after division by pi/2. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17933

Patch Set 1 #

Total comments: 3

Patch Set 2 : addressed comments #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -30 lines) Patch
M src/math.js View 1 2 3 4 chunks +47 lines, -26 lines 0 comments Download
M test/mjsunit/mjsunit.js View 1 2 chunks +10 lines, -0 lines 0 comments Download
M test/mjsunit/sin-cos.js View 1 2 3 5 chunks +43 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
Please take a look.
7 years, 1 month ago (2013-11-19 16:43:11 UTC) #1
Jakob Kummerow
LGTM with a comment. https://codereview.chromium.org/66703005/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/66703005/diff/1/src/runtime.cc#newcode6892 src/runtime.cc:6892: uint8_t* bytes = reinterpret_cast<uint8_t*>(&result); Are ...
7 years, 1 month ago (2013-11-19 17:49:53 UTC) #2
Sven Panne
DBC https://codereview.chromium.org/66703005/diff/1/src/math.js File src/math.js (right): https://codereview.chromium.org/66703005/diff/1/src/math.js#newcode222 src/math.js:222: var inverse_pi_half = %HeapNumberFromHex("83c8c96d305fe43f"); Why do we need ...
7 years, 1 month ago (2013-11-20 07:38:34 UTC) #3
Yang
On 2013/11/20 07:38:34, Sven Panne wrote: > DBC > > https://codereview.chromium.org/66703005/diff/1/src/math.js > File src/math.js (right): ...
7 years, 1 month ago (2013-11-20 09:05:46 UTC) #4
Yang
On 2013/11/20 09:05:46, Yang wrote: > On 2013/11/20 07:38:34, Sven Panne wrote: > > DBC ...
7 years, 1 month ago (2013-11-20 10:56:23 UTC) #5
Jakob Kummerow
lgtm
7 years, 1 month ago (2013-11-20 12:41:42 UTC) #6
Yang
7 years, 1 month ago (2013-11-20 15:04:45 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r17933 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698