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

Issue 2140383002: Guard some of the timeline API functions under #ifndef PRODUCT ... #endif as the windows compiler d… (Closed)

Created:
4 years, 5 months ago by siva
Modified:
4 years, 5 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Guard some of the timeline API functions under #ifndef PRODUCT ... #endif as the windows compiler does not seem to do an effective job of dead code elimination leading to unresolved references in PRODUCT mode. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/fb3baee63d7646d88c5378c33bde5e7e936d51b7

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address code review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -7 lines) Patch
M runtime/vm/dart_api_impl.cc View 1 3 chunks +41 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
siva
4 years, 5 months ago (2016-07-13 00:01:25 UTC) #2
rmacnak
LGTM https://codereview.chromium.org/2140383002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/2140383002/diff/1/runtime/vm/dart_api_impl.cc#newcode5879 runtime/vm/dart_api_impl.cc:5879: DART_EXPORT int64_t Dart_TimelineGetMicros() { I would leave this ...
4 years, 5 months ago (2016-07-13 00:13:34 UTC) #3
siva
https://codereview.chromium.org/2140383002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/2140383002/diff/1/runtime/vm/dart_api_impl.cc#newcode5879 runtime/vm/dart_api_impl.cc:5879: DART_EXPORT int64_t Dart_TimelineGetMicros() { On 2016/07/13 00:13:34, rmacnak wrote: ...
4 years, 5 months ago (2016-07-13 00:15:15 UTC) #4
siva
4 years, 5 months ago (2016-07-13 00:29:53 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
fb3baee63d7646d88c5378c33bde5e7e936d51b7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698