Explicitly change a floating point division with a constant into a
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 Nov 2008 11:33:50 +0000 (11:33 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 Nov 2008 11:33:50 +0000 (11:33 +0000)
commit9ee294b302f1520c38af97204cad03cf9b4917e1
tree9deb3992fd270dbd3f98d5e250f7fa833f0d744f
parent40cd237baea068c9892a07dd77fb56071daf8d35
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.
Review URL: http://codereview.chromium.org/11524

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@805 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc