Ignore:
Timestamp:
May 13, 2009, 2:53:59 PM (16 years ago)
Author:
Darin Adler
Message:

JavaScriptCore:

2009-05-13 Darin Adler <Darin Adler>

Revert the parser arena change. It was a slowdown, not a speedup.
Better luck next time (I'll break it up into pieces).

WebCore:

2009-05-13 Darin Adler <Darin Adler>

Revert the parser arena change. It was a slowdown, not a speedup.
Better luck next time (I'll break it up into pieces).

WebKit/mac:

2009-05-13 Darin Adler <Darin Adler>

Revert the parser arena change. It was a slowdown, not a speedup.
Better luck next time (I'll break it up into pieces).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/FastMalloc.cpp

    r43642 r43661  
    534534
    535535// Minimum number of pages to fetch from system at a time.  Must be
    536 // significantly bigger than kPageSize to amortize system-call
     536// significantly bigger than kBlockSize to amortize system-call
    537537// overhead, and also to reduce external fragementation.  Also, we
    538538// should keep this value big because various incarnations of Linux
Note: See TracChangeset for help on using the changeset viewer.