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

Issue 11418149: Faster implementation of Math.exp() (Closed)

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

Description

Faster implementation of Math.exp() Committed: https://code.google.com/p/v8/source/detail?r=13054

Patch Set 1 #

Patch Set 2 : fix Win build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+768 lines, -52 lines) Patch
M src/arm/codegen-arm.h View 1 chunk +16 lines, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 4 chunks +143 lines, -1 line 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +25 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 3 chunks +53 lines, -27 lines 0 comments Download
M src/assembler.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/assembler.cc View 3 chunks +82 lines, -0 lines 0 comments Download
M src/codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/ia32/assembler-ia32.cc View 1 3 chunks +21 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +14 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 chunks +94 lines, -0 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +22 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M src/platform.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/platform-posix.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/v8.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +20 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +14 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +82 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +20 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +13 lines, -0 lines 0 comments Download
A + test/mjsunit/math-exp-precision.js View 1 chunk +32 lines, -17 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Jakob Kummerow
PTAL.
8 years ago (2012-11-26 12:14:07 UTC) #1
Yang
8 years ago (2012-11-26 13:02:48 UTC) #2
On 2012/11/26 12:14:07, Jakob wrote:
> PTAL.

LGTM!

Powered by Google App Engine
This is Rietveld 408576698