Changeset 52264 in webkit


Ignore:
Timestamp:
Dec 17, 2009 11:12:26 AM (14 years ago)
Author:
Adam Roben
Message:

Remove HeavyProfile and TreeProfile completely

These were mostly removed in r42808, but the empty files were left in
place.

Fixes <http://webkit.org/b/32664>.

Reviewed by John Sullivan.

Removed HeavyProfile/TreeProfile source files.

  • profiler/HeavyProfile.cpp: Removed.
  • profiler/HeavyProfile.h: Removed.
  • profiler/TreeProfile.cpp: Removed.
  • profiler/TreeProfile.h: Removed.
Location:
trunk/JavaScriptCore
Files:
4 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/Android.mk

    r51926 r52264  
    5757        pcre/pcre_xclass.cpp \
    5858        \
    59         profiler/HeavyProfile.cpp \
    6059        profiler/Profile.cpp \
    6160        profiler/ProfileGenerator.cpp \
    6261        profiler/ProfileNode.cpp \
    6362        profiler/Profiler.cpp \
    64         profiler/TreeProfile.cpp \
    6563        \
    6664        runtime/ArgList.cpp \
  • trunk/JavaScriptCore/ChangeLog

    r52258 r52264  
     12009-12-17  Adam Roben  <aroben@apple.com>
     2
     3        Remove HeavyProfile and TreeProfile completely
     4
     5        These were mostly removed in r42808, but the empty files were left in
     6        place.
     7
     8        Fixes <http://webkit.org/b/32664>.
     9
     10        Reviewed by John Sullivan.
     11
     12        * Android.mk:
     13        * GNUmakefile.am:
     14        * JavaScriptCore.gypi:
     15        * JavaScriptCore.pri:
     16        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
     17        * JavaScriptCoreSources.bkl:
     18        Removed HeavyProfile/TreeProfile source files.
     19
     20        * profiler/HeavyProfile.cpp: Removed.
     21        * profiler/HeavyProfile.h: Removed.
     22        * profiler/TreeProfile.cpp: Removed.
     23        * profiler/TreeProfile.h: Removed.
     24
    1252009-12-17  Martin Robinson  <martin.james.robinson@gmail.com>
    226
  • trunk/JavaScriptCore/GNUmakefile.am

    r52258 r52264  
    162162        JavaScriptCore/pcre/ucpinternal.h \
    163163        JavaScriptCore/profiler/CallIdentifier.h \
    164         JavaScriptCore/profiler/HeavyProfile.cpp \
    165         JavaScriptCore/profiler/HeavyProfile.h \
    166164        JavaScriptCore/profiler/Profile.cpp \
    167165        JavaScriptCore/profiler/Profile.h \
     
    172170        JavaScriptCore/profiler/Profiler.cpp \
    173171        JavaScriptCore/profiler/Profiler.h \
    174         JavaScriptCore/profiler/TreeProfile.cpp \
    175         JavaScriptCore/profiler/TreeProfile.h \
    176172        JavaScriptCore/interpreter/CachedCall.h \
    177173        JavaScriptCore/interpreter/CallFrame.cpp \
  • trunk/JavaScriptCore/JavaScriptCore.gypi

    r51882 r52264  
    150150            'pcre/ucptable.cpp',
    151151            'profiler/CallIdentifier.h',
    152             'profiler/HeavyProfile.cpp',
    153             'profiler/HeavyProfile.h',
    154152            'profiler/Profile.cpp',
    155153            'profiler/Profile.h',
     
    161159            'profiler/Profiler.h',
    162160            'profiler/ProfilerServer.h',
    163             'profiler/TreeProfile.cpp',
    164             'profiler/TreeProfile.h',
    165161            'runtime/ArgList.cpp',
    166162            'runtime/ArgList.h',
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r51882 r52264  
    127127    parser/ParserArena.cpp \
    128128    parser/Parser.cpp \
    129     profiler/HeavyProfile.cpp \
    130129    profiler/Profile.cpp \
    131130    profiler/ProfileGenerator.cpp \
    132131    profiler/ProfileNode.cpp \
    133132    profiler/Profiler.cpp \
    134     profiler/TreeProfile.cpp \
    135133    runtime/ArgList.cpp \
    136134    runtime/Arguments.cpp \
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r52015 r52264  
    14901490                        >
    14911491                        <File
    1492                                 RelativePath="..\..\profiler\HeavyProfile.cpp"
    1493                                 >
    1494                         </File>
    1495                         <File
    1496                                 RelativePath="..\..\profiler\HeavyProfile.h"
    1497                                 >
    1498                         </File>
    1499                         <File
    15001492                                RelativePath="..\..\profiler\Profile.cpp"
    15011493                                >
     
    15271519                        <File
    15281520                                RelativePath="..\..\profiler\Profiler.h"
    1529                                 >
    1530                         </File>
    1531                         <File
    1532                                 RelativePath="..\..\profiler\TreeProfile.cpp"
    1533                                 >
    1534                         </File>
    1535                         <File
    1536                                 RelativePath="..\..\profiler\TreeProfile.h"
    15371521                                >
    15381522                        </File>
  • trunk/JavaScriptCore/JavaScriptCoreSources.bkl

    r51882 r52264  
    6969    </set>
    7070    <set append="1" var="JSCORE_PROFILER_SOURCES">
    71         profiler/HeavyProfile.cpp
    7271        profiler/ProfileGenerator.cpp
    7372        profiler/ProfileNode.cpp
    7473        profiler/Profile.cpp
    7574        profiler/Profiler.cpp
    76         profiler/TreeProfile.cpp
    7775    </set>
    7876    <set append="1" var="JSCORE_RUNTIME_SOURCES">
Note: See TracChangeset for help on using the changeset viewer.