Ignore:
Timestamp:
Oct 26, 2018, 4:34:01 PM (7 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r237479 and r237484.
https://bugs.webkit.org/show_bug.cgi?id=190978

broke JSC on iOS (Requested by tadeuzagallo on #webkit).

Reverted changesets:

"New bytecode format for JSC"
https://bugs.webkit.org/show_bug.cgi?id=187373
https://trac.webkit.org/changeset/237479

"Gardening: Build fix after r237479."
https://bugs.webkit.org/show_bug.cgi?id=187373
https://trac.webkit.org/changeset/237484

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h

    r237479 r237486  
    3333class ArrayAllocationProfile {
    3434public:
    35     ArrayAllocationProfile() = default;
    36 
    37     ArrayAllocationProfile(IndexingType recommendedIndexingMode)
    38     {
    39         initializeIndexingMode(recommendedIndexingMode);
    40     }
    41 
    4235    IndexingType selectIndexingType()
    4336    {
Note: See TracChangeset for help on using the changeset viewer.