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

Issue 6592010: Minor change to FullCodeGenerator::EmitFastAsciiArrayJoin... (Closed)

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

Description

Minor change to FullCodeGenerator::EmitFastAsciiArrayJoin The counting loop is always run at least once, and checking the loop condition once is sufficient. Committed: http://code.google.com/p/v8/source/detail?r=6979

Patch Set 1 #

Patch Set 2 : '' #

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

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-25 13:39:41 UTC) #1
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-25 13:51:19 UTC) #2
William Hesse
9 years, 10 months ago (2011-02-25 13:55:49 UTC) #3
LGTM, once the unused loop_condition label is removed.
Also, the assert comment could be clearer.

Powered by Google App Engine
This is Rietveld 408576698