|
Lines 674-687
Link Here
|
| 674 |
|
679 |
|
| 675 |
/* FIXME: The fast malloc implementation is broken on Itanium / IA64 because |
680 |
/* FIXME: The fast malloc implementation is broken on Itanium / IA64 because |
| 676 |
some memory barriers are missing in the thread-unsafe code around the |
681 |
some memory barriers are missing in the thread-unsafe code around the |
| 677 |
pagemap_cache_ object. */ |
682 |
pagemap_cache_ object. It is also broken on MIPS. */ |
| 678 |
#if CPU(IA64) || CPU(IA64_32) |
683 |
#if CPU(IA64) || CPU(IA64_32) || CPU(MIPS) |
| 679 |
#define USE_SYSTEM_MALLOC 1 |
684 |
#define USE_SYSTEM_MALLOC 1 |
| 680 |
#endif |
685 |
#endif |