Chromium Code Reviews

Issue 10103030: Use ldexp instead of pow for more accuracy. (Closed)

Created:
8 years, 8 months ago by Yang
Modified:
8 years, 8 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Use ldexp instead of pow for more accuracy. Original patch by net147@gmail.com: https://chromiumcodereview.appspot.com/10026011/ BUG= TEST=cctest/test-conversions/Octal Committed: https://code.google.com/p/v8/source/detail?r=11356

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+1 line, -3 lines)
M src/conversions-inl.h View 1 chunk +1 line, -3 lines 0 comments

Messages

Total messages: 1 (0 generated)
Yang
8 years, 8 months ago (2012-04-17 13:16:12 UTC) #1
Based on patch by Jonathan Liu <net147@gmail.com>. LGTM.

Powered by Google App Engine