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

Issue 838663003: Make helper functions static to avoid accidental collision and potentially aid optimization. (Closed)

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

Description

Make helper functions static to avoid accidental collision and potentially aid optimization. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=42650

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M runtime/vm/gc_marker.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object_graph.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/service.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
koda
5 years, 11 months ago (2015-01-06 23:46:11 UTC) #1
koda
BTW, these were found by grep'ing. To address the same issue for classes declared in ...
5 years, 11 months ago (2015-01-06 23:50:33 UTC) #2
siva
Making helper functions static LGTM. Adding an anonymous namespace around classes in .cc files seems ...
5 years, 11 months ago (2015-01-07 00:21:57 UTC) #3
koda
5 years, 11 months ago (2015-01-07 01:02:45 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r42650 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698