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

Issue 6646022: Remove `sfi' abbreviations (a follow-up to r6902). (Closed)

Created:
9 years, 9 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

Remove `sfi' abbreviations (a follow-up to r6902). BUG=none TEST=none Committed revision: http://code.google.com/p/v8/source/detail?r=7124

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -42 lines) Patch
M src/cpu-profiler.h View 6 chunks +10 lines, -10 lines 2 comments Download
M src/cpu-profiler.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M src/cpu-profiler-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/log.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/log.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mark-compact.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/profile-generator.h View 2 chunks +5 lines, -5 lines 0 comments Download
M src/profile-generator.cc View 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mnaganov (inactive)
9 years, 9 months ago (2011-03-09 18:59:11 UTC) #1
Vitaly Repeshko
LGTM http://codereview.chromium.org/6646022/diff/1/src/cpu-profiler.h File src/cpu-profiler.h (right): http://codereview.chromium.org/6646022/diff/1/src/cpu-profiler.h#newcode161 src/cpu-profiler.h:161: void SharedFunctionMoveEvent(Address from, Address to); Let's make it ...
9 years, 9 months ago (2011-03-09 19:22:24 UTC) #2
mnaganov (inactive)
9 years, 9 months ago (2011-03-10 12:02:03 UTC) #3
http://codereview.chromium.org/6646022/diff/1/src/cpu-profiler.h
File src/cpu-profiler.h (right):

http://codereview.chromium.org/6646022/diff/1/src/cpu-profiler.h#newcode161
src/cpu-profiler.h:161: void SharedFunctionMoveEvent(Address from, Address to);
On 2011/03/09 19:22:24, Vitaly Repeshko wrote:
> Let's make it "SharedFunctionInfoMoveEvent" to avoid any ambiguities in the
> interface.

Done.

Powered by Google App Engine
This is Rietveld 408576698