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

Issue 10790143: MIPS: Optimize Smi keys for KeyedLoads (Closed)

Created:
8 years, 5 months ago by palfia
Modified:
8 years, 5 months ago
Reviewers:
kisg, Paul Lind, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Optimize Smi keys for KeyedLoads Port r12156 (e2874cdf) Original commit message: Allows KeyeLoad/KeyedStore operations where the key is a Smi to fold the untagging of the key into the element offset calculation. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12189

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -59 lines) Patch
M src/mips/lithium-codegen-mips.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 11 chunks +89 lines, -53 lines 0 comments Download
M src/mips/lithium-mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 6 chunks +12 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
palfia
8 years, 5 months ago (2012-07-24 13:12:05 UTC) #1
danno
8 years, 5 months ago (2012-07-25 14:38:06 UTC) #2
lgtm, landing

Powered by Google App Engine
This is Rietveld 408576698