Ignore:
Timestamp:
Sep 10, 2010, 6:40:45 PM (15 years ago)
Author:
Stephanie Lewis
Message:

JavaScriptCore: Refactor JavaScriptCore memory statistics so that WebKit doesn't need to know
about the JIT and other implementation details of JavaScriptCore. Necessary
to fix PPC build.

Reviewed by Alexey Proskuryakov.

https://bugs.webkit.org/show_bug.cgi?id=45528

(JSC::memoryStatistics):

  • runtime/MemoryStatistics.h: Added.

WebKit/mac: Refactor JavaScriptCore memory statistics so that WebKit doesn't need to know about the JIT and
other implementation details of JavaScriptCore. Necessary to fix PPC build.

Reviewed by Alexey Proskuryakov.

https://bugs.webkit.org/show_bug.cgi?id=45528

  • Misc/WebCoreStatistics.mm:

(+[WebCoreStatistics memoryStatistics]):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r67146 r67265  
    133133__ZN3JSC12JSGlobalData6createENS_15ThreadStackTypeE
    134134__ZN3JSC12JSGlobalDataD1Ev
    135 __ZN3JSC12RegisterFile18committedByteCountEv
    136135__ZN3JSC12SamplingTool5setupEv
    137136__ZN3JSC12SmallStrings17createEmptyStringEPNS_12JSGlobalDataE
     
    152151__ZN3JSC13SamplingFlags7s_flagsE
    153152__ZN3JSC13StatementNode6setLocEii
     153__ZN3JSC14heapStatisticsEPNS_12JSGlobalDataE
    154154__ZN3JSC14JSGlobalObject10globalExecEv
    155155__ZN3JSC14JSGlobalObject12defineGetterEPNS_9ExecStateERKNS_10IdentifierEPNS_8JSObjectEj
     
    194194__ZN3JSC18PropertyDescriptor9setGetterENS_7JSValueE
    195195__ZN3JSC18PropertyDescriptor9setSetterENS_7JSValueE
    196 __ZN3JSC19ExecutableAllocator18committedByteCountEv
    197196__ZN3JSC19initializeThreadingEv
    198197__ZN3JSC20MarkedArgumentBuffer10slowAppendENS_7JSValueE
    199198__ZN3JSC20createReferenceErrorEPNS_9ExecStateERKNS_7UStringE
     199__ZN3JSC22globalMemoryStatisticsEv
    200200__ZN3JSC23AbstractSamplingCounter4dumpEv
    201201__ZN3JSC23objectProtoFuncToStringEPNS_9ExecStateE
Note: See TracChangeset for help on using the changeset viewer.