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

Issue 9852007: MIPS: Improve polymorphic loads on single slots. (Closed)

Created:
8 years, 9 months ago by kalmard
Modified:
8 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Improve polymorphic loads on single slots. Port r11132 (91bdad6108). Original commit message: If all property lookups for a polymorphic load actually result in the same field index under all maps, we can actually emit a monomorphic load that is guarded by a map check that verifies that the actual map is in the set of handled maps. This also allows GVN to get rid of redundant such map checks. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=11135

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M src/mips/lithium-codegen-mips.cc View 1 chunk +10 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kalmard
8 years, 9 months ago (2012-03-24 11:40:54 UTC) #1
Michael Starzinger
8 years, 9 months ago (2012-03-26 09:42:37 UTC) #2
LGTM. Landed.

Powered by Google App Engine
This is Rietveld 408576698