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

Issue 42296: Speed up the inner loop of free register allocation. (Closed)

Created:
11 years, 9 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Speed up the inner loop of free register allocation. Committed: http://code.google.com/p/v8/source/detail?r=1528

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -8 lines) Patch
M src/register-allocator.h View 1 2 2 chunks +13 lines, -3 lines 0 comments Download
M src/register-allocator.cc View 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
A tiny code review for you. The inner loop could be made while (ref_counts_[++i]); with ...
11 years, 9 months ago (2009-03-17 19:36:17 UTC) #1
Kevin Millikin (Chromium)
11 years, 9 months ago (2009-03-18 10:21:09 UTC) #2
LGMT.

Powered by Google App Engine
This is Rietveld 408576698