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

Issue 118031: New adjustment method for Courgette.... (Closed)

Created:
11 years, 6 months ago by sra
Modified:
9 years, 7 months ago
Reviewers:
cpu_(ooo_6.6-7.5)
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

New adjustment method for Courgette. Slower, but better. 1.0.154.59 to 1.0.154.65 Old: 1m19s, 354,997 bytes New: 4m01s, 279,798 bytes Timings on Lenovo T61 (T7700 cpu) BUG=none TEST=none (existing tests) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17566

Patch Set 1 #

Total comments: 26

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1330 lines, -2 lines) Patch
M courgette/adjustment_method.h View 1 2 1 chunk +10 lines, -1 line 0 comments Download
M courgette/adjustment_method.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A courgette/adjustment_method_2.cc View 1 2 3 4 1 chunk +1318 lines, -0 lines 0 comments Download
M courgette/courgette.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sra
The 120 line comment is the place to start.
11 years, 6 months ago (2009-05-29 22:17:29 UTC) #1
cpu_(ooo_6.6-7.5)
This is really cool. I wish I understood it. Some stylistic comments. I would like ...
11 years, 6 months ago (2009-06-01 19:37:11 UTC) #2
sra
http://codereview.chromium.org/118031/diff/1/3 File courgette/adjustment_method_2.cc (right): http://codereview.chromium.org/118031/diff/1/3#newcode236 Line 236: static std::string ToString(const LabelInfo* info) { On 2009/06/01 ...
11 years, 6 months ago (2009-06-02 17:02:12 UTC) #3
cpu_(ooo_6.6-7.5)
LGTM http://codereview.chromium.org/118031/diff/2001/2003 File courgette/adjustment_method_2.cc (right): http://codereview.chromium.org/118031/diff/2001/2003#newcode537 Line 537: // std::set<Shingle*, Shingle::PointerLess> program_instances_; Looks like these ...
11 years, 6 months ago (2009-06-03 00:12:36 UTC) #4
sra
11 years, 6 months ago (2009-06-03 02:40:53 UTC) #5
http://codereview.chromium.org/118031/diff/2001/2003
File courgette/adjustment_method_2.cc (right):

http://codereview.chromium.org/118031/diff/2001/2003#newcode537
Line 537: // std::set<Shingle*, Shingle::PointerLess> program_instances_;
On 2009/06/03 00:12:37, cpu wrote:
> Looks like these two are not used anymore.

Removed.

Powered by Google App Engine
This is Rietveld 408576698