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

Issue 10937030: Make some static helpers into member functions. (Closed)

Created:
8 years, 3 months ago by Kevin Millikin (Google)
Modified:
8 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make some static helpers into member functions. Four helper functions that moved from lib/integers.cc to vm/object.cc so they could be used during constant folding are more properly member functions than static functions. R=srdjan@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=12620

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -62 lines) Patch
M runtime/lib/integers.cc View 13 chunks +14 lines, -14 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/object.h View 2 chunks +7 lines, -8 lines 0 comments Download
M runtime/vm/object.cc View 5 chunks +32 lines, -37 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Kevin Millikin (Google)
8 years, 3 months ago (2012-09-19 15:07:54 UTC) #1
Kevin Millikin (Google)
Florian, can you take a quick look at this?
8 years, 3 months ago (2012-09-20 08:21:38 UTC) #2
Florian Schneider
lgtm
8 years, 3 months ago (2012-09-20 08:35:15 UTC) #3
srdjan
8 years, 3 months ago (2012-09-24 17:41:15 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698