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

Issue 2614003003: Change GN debug builds to use -O2, which is the value used by GYP. (Closed)

Created:
3 years, 11 months ago by rmacnak
Modified:
3 years, 11 months ago
Reviewers:
jensj, zra, hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org, hausner, siva
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Change GN debug builds to use -O2, which is the value used by GYP. Running the language tests in debug mode, I got the following times GYP -O2 1:50 GN -O1 4:48 GN -O2 1:55 R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/ccd6cc7fc5634ee170d3aed5cdfd4e27d954b783

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M build/config/compiler/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M runtime/tests/vm/vm.status View 1 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
rmacnak
3 years, 11 months ago (2017-01-06 00:19:46 UTC) #2
rmacnak
This causes the Profiler_XX tests to fail with frames shifted by one, so it should ...
3 years, 11 months ago (2017-01-06 00:26:59 UTC) #3
zra
We should also change here: https://github.com/dart-lang/sdk/blob/master/build/config/compiler/BUILD.gn#L748 To pick up things that aren't under dart_config lgtm ...
3 years, 11 months ago (2017-01-06 16:00:02 UTC) #4
hausner
Would be interested to compare the speed of test suites after this change. I noticed ...
3 years, 11 months ago (2017-01-06 16:03:25 UTC) #6
hausner
Ok, now that I read the whole CL message: thank you! :-)
3 years, 11 months ago (2017-01-06 16:03:56 UTC) #7
jensj
Reading the Dart Gardening Log I assume this will fix the timeouts for co19/Language/Types/Interface_Types/subtype_t27 co19/Language/Types/Interface_Types/subtype_t28 ...
3 years, 11 months ago (2017-01-09 13:28:03 UTC) #9
rmacnak
On 2017/01/09 13:28:03, jensj wrote: > Reading the Dart Gardening Log I assume this will ...
3 years, 11 months ago (2017-01-09 17:09:19 UTC) #10
rmacnak
3 years, 11 months ago (2017-01-09 17:09:46 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
ccd6cc7fc5634ee170d3aed5cdfd4e27d954b783 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698