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

Issue 113457: Try to preallocate the scratch registers used for inlined keyed loads... (Closed)

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

Description

Try to preallocate the scratch registers used for inlined keyed loads to allow fast entry to the deferred code if possible. Committed: http://code.google.com/p/v8/source/detail?r=1968

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -13 lines) Patch
M src/codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/codegen-inl.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 4 chunks +30 lines, -13 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Chromium)
Doesn't make much performance difference on the compiler benchmark.
11 years, 7 months ago (2009-05-15 11:42:10 UTC) #1
Mads Ager (chromium)
LGTM
11 years, 7 months ago (2009-05-15 11:46:23 UTC) #2
Kasper Lund
11 years, 7 months ago (2009-05-15 11:46:47 UTC) #3
LGTM, but I'm a bit concerned that we're adding a lot of logic if it doesn't
really pay off.

Powered by Google App Engine
This is Rietveld 408576698