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

Issue 10854224: Sort the Dart vm flags before printing them out with the --print-flags option. (Closed)

Created:
8 years, 4 months ago by Bill Hesse
Modified:
8 years, 4 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Sort the Dart vm flags before printing them out with the --print-flags option. BUG= Committed: https://code.google.com/p/dart/source/detail?r=11031

Patch Set 1 #

Total comments: 3

Patch Set 2 : Adress comments. #

Patch Set 3 : Drop unused variable. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -4 lines) Patch
M runtime/vm/flags.h View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/flags.cc View 1 2 1 chunk +27 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Bill Hesse
platform/globals.h includes stdlib.h for non-Windows - I haven't tried on Windows yet.
8 years, 4 months ago (2012-08-20 15:26:40 UTC) #1
Ivan Posva
LGTM -ip https://chromiumcodereview.appspot.com/10854224/diff/1/runtime/vm/flags.cc File runtime/vm/flags.cc (right): https://chromiumcodereview.appspot.com/10854224/diff/1/runtime/vm/flags.cc#newcode322 runtime/vm/flags.cc:322: num_flags++; You could increment this as part ...
8 years, 4 months ago (2012-08-20 23:50:35 UTC) #2
Bill Hesse
If we ever wanted a different, thematic sort, we can easily add a sort key ...
8 years, 4 months ago (2012-08-21 09:21:01 UTC) #3
Bill Hesse
8 years, 4 months ago (2012-08-21 11:01:28 UTC) #4
Tested on Windows - it compiles and works with no errors.

Powered by Google App Engine
This is Rietveld 408576698