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

Issue 10539110: Add negative lookups to polymorphic loads in Crankshaft. (Closed)

Created:
8 years, 6 months ago by Erik Corry
Modified:
8 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add negative lookups to polymorphic loads in Crankshaft. Committed: http://code.google.com/p/v8/source/detail?r=11780

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -41 lines) Patch
M src/arm/lithium-codegen-arm.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 4 chunks +30 lines, -10 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.cc View 3 chunks +50 lines, -7 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 3 chunks +41 lines, -9 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 3 chunks +41 lines, -9 lines 0 comments Download
M test/mjsunit/elements-transition-hoisting.js View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
8 years, 6 months ago (2012-06-12 15:03:57 UTC) #1
Florian Schneider
8 years, 6 months ago (2012-06-12 15:22:22 UTC) #2
LGTM.

Suggestion for a future improvement: also support monomorphic negative lookups
in optimized code.

Powered by Google App Engine
This is Rietveld 408576698