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

Issue 7083024: Support optimization of named function literals. (Closed)

Created:
9 years, 6 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Support optimization of named function literals. Introduce a Hydrogen value for the value denoted by the function name. R=fschneider@chromium.org,mnaganov@chromium.org BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -8 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/hydrogen-instructions.h View 5 chunks +23 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 6 months ago (2011-05-30 16:06:51 UTC) #1
fschneider
9 years, 6 months ago (2011-05-31 10:09:12 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698