Changeset 240186 in webkit


Ignore:
Timestamp:
Jan 18, 2019 4:08:21 PM (5 years ago)
Author:
ddkilzer@apple.com
Message:

Follow-up: Gigacages should start allocations from a slide
<https://bugs.webkit.org/show_bug.cgi?id=193523>
<rdar://problem/44958707>

  • ftl/FTLLowerDFGToB3.cpp:

(JSC::FTL::DFG::LowerDFGToB3::caged): Add UNUSED_PARAM(kind) to
fix the build.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r240176 r240186  
     12019-01-18  David Kilzer  <ddkilzer@apple.com>
     2
     3        Follow-up: Gigacages should start allocations from a slide
     4        <https://bugs.webkit.org/show_bug.cgi?id=193523>
     5        <rdar://problem/44958707>
     6
     7        * ftl/FTLLowerDFGToB3.cpp:
     8        (JSC::FTL::DFG::LowerDFGToB3::caged): Add UNUSED_PARAM(kind) to
     9        fix the build.
     10
    1112019-01-18  Jer Noble  <jer.noble@apple.com>
    212
  • trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp

    r240175 r240186  
    1388313883        return m_out.opaque(result);
    1388413884#else
     13885        UNUSED_PARAM(kind);
    1388513886        return ptr;
    1388613887#endif
Note: See TracChangeset for help on using the changeset viewer.