Ignore:
Timestamp:
Mar 2, 2018, 9:55:22 AM (7 years ago)
Author:
Yusuke Suzuki
Message:

[JSC] Annotate more classes with WTF_MAKE_FAST_ALLOCATED
https://bugs.webkit.org/show_bug.cgi?id=183279

Reviewed by JF Bastien.

Source/JavaScriptCore:

  • bytecode/BytecodeIntrinsicRegistry.h:
  • ftl/FTLThunks.h:
  • heap/CodeBlockSet.h:
  • heap/GCSegmentedArray.h:
  • heap/MachineStackMarker.h:
  • heap/MarkingConstraintSet.h:

Source/WTF:

  • wtf/SimpleStats.h:
  • wtf/ThreadGroup.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ftl/FTLThunks.h

    r214571 r229180  
    7676
    7777class Thunks {
     78    WTF_MAKE_FAST_ALLOCATED;
     79    WTF_MAKE_NONCOPYABLE(Thunks);
    7880public:
     81    Thunks() = default;
    7982    MacroAssemblerCodeRef getSlowPathCallThunk(const SlowPathCallKey& key)
    8083    {
Note: See TracChangeset for help on using the changeset viewer.