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

Issue 9110008: Inline Math.max and Math.min in crankshaft. (Closed)

Created:
8 years, 11 months ago by Yang
Modified:
8 years, 11 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Inline Math.max and Math.min in crankshaft. BUG=v8:1325 TEST=mjsunit/math-min-max.js

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+298 lines, -1 line) Patch
M src/hydrogen.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +33 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +123 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +27 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +3 lines, -1 line 0 comments Download
M test/mjsunit/math-min-max.js View 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Yang
8 years, 11 months ago (2012-01-05 16:05:06 UTC) #1
This patch is only a first draft, it cannot be committed before it's ported to
all architectures.  Since this is my first attempt at implementing a hydrogen
instruction, there may be things I overlooked or stuff that could be done more
elegantly.  Please take a look.

Powered by Google App Engine
This is Rietveld 408576698