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

Issue 1284873002: VM: Use const instead of final for constants in runtime libraries. (Closed)

Created:
5 years, 4 months ago by Florian Schneider
Modified:
5 years, 4 months ago
Reviewers:
srdjan
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

VM: Use const instead of final for constants in runtime libraries. It does not make a difference for optimized code (final does not help in optimized code either btw), but allows using those constants directly in unoptimized code. BUG= R=srdjan@google.com Committed: https://github.com/dart-lang/sdk/commit/b19d518edef331147e5ea70291d329a87ae569fb

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M runtime/lib/date_patch.dart View 3 chunks +10 lines, -10 lines 0 comments Download
M runtime/lib/double.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/math_patch.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
Florian Schneider
Flushing an unsent CL from the past. PTAL.
5 years, 4 months ago (2015-08-11 13:26:28 UTC) #2
srdjan
lgtm
5 years, 4 months ago (2015-08-11 14:28:34 UTC) #3
Florian Schneider
5 years, 4 months ago (2015-08-12 07:40:27 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b19d518edef331147e5ea70291d329a87ae569fb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698