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

Issue 8403035: Tiny improvements on fast element conversion loops in ia32 and x64. (Closed)

Created:
9 years, 1 month ago by Yang
Modified:
9 years, 1 month ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Tiny improvements on fast element conversion loops in ia32 and x64. Committed: http://code.google.com/p/v8/source/detail?r=9820

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -12 lines) Patch
M src/ia32/codegen-ia32.cc View 4 chunks +4 lines, -6 lines 1 comment Download
M src/x64/codegen-x64.cc View 4 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Yang
9 years, 1 month ago (2011-10-27 11:50:31 UTC) #1
Michael Starzinger
9 years, 1 month ago (2011-10-27 13:33:07 UTC) #2
LGTM with nits.

http://codereview.chromium.org/8403035/diff/1/src/ia32/codegen-ia32.cc
File src/ia32/codegen-ia32.cc (right):

http://codereview.chromium.org/8403035/diff/1/src/ia32/codegen-ia32.cc#newcod...
src/ia32/codegen-ia32.cc:358: // edi: number of elements to convert/copy
At this point %edi is actually the index of the last element to be converted.
The above comment should be fixed.

Powered by Google App Engine
This is Rietveld 408576698