Changeset 223877 in webkit


Ignore:
Timestamp:
Oct 23, 2017 8:32:24 PM (7 years ago)
Author:
Michael Catanzaro
Message:

Unreviewed, roll out r222731
https://bugs.webkit.org/show_bug.cgi?id=177745
<rdar://problem/34773148>

Unfortunately Gigacage has broken core dump generation.

  • bmalloc/Gigacage.h:
Location:
trunk/Source/bmalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/bmalloc/ChangeLog

    r223844 r223877  
     12017-10-23  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        Unreviewed, roll out r222731
     4        https://bugs.webkit.org/show_bug.cgi?id=177745
     5        <rdar://problem/34773148>
     6
     7        Unfortunately Gigacage has broken core dump generation.
     8
     9        * bmalloc/Gigacage.h:
     10
    1112017-10-23  Zan Dobersek  <zdobersek@igalia.com>
    212
  • trunk/Source/bmalloc/bmalloc/Gigacage.h

    r223239 r223877  
    5353#define STRING_GIGACAGE_MASK GIGACAGE_SIZE_TO_MASK(STRING_GIGACAGE_SIZE)
    5454
    55 #if (BOS(DARWIN) && (BCPU(ARM64) || BCPU(X86_64))) || (BOS(LINUX) && BCPU(X86_64))
     55#if (BOS(DARWIN) && (BCPU(ARM64) || BCPU(X86_64)))
    5656#define GIGACAGE_ENABLED 1
    5757#else
Note: See TracChangeset for help on using the changeset viewer.