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

Issue 11415192: MIPS: Faster implementation of Math.exp() (Closed)

Created:
8 years ago by palfia
Modified:
8 years ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Faster implementation of Math.exp() Port r13054 (636985d7) BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=13089

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+294 lines, -29 lines) Patch
M src/mips/codegen-mips.h View 1 chunk +16 lines, -0 lines 0 comments Download
M src/mips/codegen-mips.cc View 4 chunks +146 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +25 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/mips/simulator-mips.h View 3 chunks +5 lines, -0 lines 0 comments Download
M src/mips/simulator-mips.cc View 5 chunks +74 lines, -28 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
palfia
8 years ago (2012-11-29 02:08:30 UTC) #1
Jakob Kummerow
8 years ago (2012-11-29 09:21:19 UTC) #2
LGTM, landing.

Powered by Google App Engine
This is Rietveld 408576698