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

Issue 1990012: ia32: Helper function for getting an element of a fixed array from object poi... (Closed)

Created:
10 years, 7 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
antonm
CC:
v8-dev
Visibility:
Public.

Description

ia32: Helper function for getting an element of a fixed array from object pointer and smi index. Committed: http://code.google.com/p/v8/source/detail?r=4643

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -36 lines) Patch
M src/ia32/codegen-ia32.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 10 chunks +14 lines, -35 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
10 years, 7 months ago (2010-05-11 11:46:22 UTC) #1
antonm
LGTM. Are you planning to do something like that for x64 and/or ARM? If not, ...
10 years, 7 months ago (2010-05-11 12:04:07 UTC) #2
Søren Thygesen Gjesse
10 years, 7 months ago (2010-05-11 13:26:32 UTC) #3
On 2010/05/11 12:04:07, antonm wrote:
> LGTM.
> 
> Are you planning to do something like that for x64 and/or ARM?  If not, I'd do
> it at least for x64.

I will look at porting it. On x64 the index should probably be an int32 and not
a smi. I will look at the usage patterns.

Powered by Google App Engine
This is Rietveld 408576698