Inline Math.sqrt().
authorricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Mar 2010 13:23:54 +0000 (13:23 +0000)
committerricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Mar 2010 13:23:54 +0000 (13:23 +0000)
commitb60eba5fc578e5b29a0dfe892afccfd55aa612d4
treebe236aed2b0e44f7bb648926761a46b101bc69ca
parentd2fbf9436e6d56264dc0662143dc502fd7325783
Inline Math.sqrt().
Also changed name of GeneratePow and the %_ call name to follow convention based on MathSin and MathCos. Moved GeneratePow down to the other methods.

Review URL: http://codereview.chromium.org/661179

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4054 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/codegen.cc
src/ia32/codegen-ia32.cc
src/ia32/codegen-ia32.h
src/math.js
test/mjsunit/math-sqrt.js [new file with mode: 0644]