Ignore:
Timestamp:
Nov 22, 2002, 1:47:59 AM (23 years ago)
Author:
mjs
Message:
  • reduce cell size to 56 bytes from 64, now that nearly all objects fit in that size. .5% speed gain and probably some footprint gain.
  • kjs/collector.cpp: Change CELL_SIZE from 64 to 56.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/collector.cpp

    r2822 r2825  
    3434
    3535// tunable parameters
    36 static const int CELL_SIZE = 64;
     36static const int CELL_SIZE = 56;
    3737static const int BLOCK_SIZE = (4 * 4096);
    3838static const int SPARE_EMPTY_BLOCKS = 1;
Note: See TracChangeset for help on using the changeset viewer.