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

Issue 11524: Explicitly change a floating point division with a constant into a... (Closed)

Created:
12 years, 1 month ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Explicitly change a floating point division with a constant into a multiplication by its inverse. In optimized builds GCC does this on its own, but this may be useful when using other compilers. Committed: http://code.google.com/p/v8/source/detail?r=805

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/runtime.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (chromium)
12 years, 1 month ago (2008-11-20 11:30:38 UTC) #1
Christian Plesner Hansen
AUTHORS?
12 years, 1 month ago (2008-11-20 11:31:50 UTC) #2
Mads Ager (chromium)
12 years, 1 month ago (2008-11-20 11:33:26 UTC) #3
The patch is from a Googler.

Powered by Google App Engine
This is Rietveld 408576698