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

Issue 5437002: Add generated code to calculate Math.log and to search Transcendental cache f... (Closed)

Created:
10 years ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add generated code to calculate Math.log and to search Transcendental cache for logs. Implemented on all platforms. Committed: http://code.google.com/p/v8/source/detail?r=5912

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -139 lines) Patch
M src/arm/code-stubs-arm.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/codegen-arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 chunks +79 lines, -73 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/math.js View 1 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 chunks +67 lines, -63 lines 0 comments Download
M src/x64/codegen-x64.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
The big change in code-stubs-{arch].cc is mainly an indentation change - only the first and ...
10 years ago (2010-12-02 10:37:15 UTC) #1
Søren Thygesen Gjesse
10 years ago (2010-12-02 11:17:14 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698