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

Issue 1037333002: volatile -> const, where possible (Closed)

Created:
5 years, 9 months ago by koda
Modified:
5 years, 9 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

volatile -> const, where possible These 'volatile' modifiers were added to silence warnings about setjmp/longjmp clobbering, but 'const' works too and allows more optimization. TBR=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=44749

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -19 lines) Patch
M runtime/vm/compiler.cc View 7 chunks +12 lines, -12 lines 0 comments Download
M runtime/vm/thread.h View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/thread.cc View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
koda
5 years, 9 months ago (2015-03-27 17:17:46 UTC) #1
koda
5 years, 9 months ago (2015-03-27 18:11:55 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r44749 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698