Changeset 2825 in webkit for trunk/JavaScriptCore/kjs/collector.cpp
- Timestamp:
- Nov 22, 2002, 1:47:59 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/collector.cpp
r2822 r2825 34 34 35 35 // tunable parameters 36 static const int CELL_SIZE = 64;36 static const int CELL_SIZE = 56; 37 37 static const int BLOCK_SIZE = (4 * 4096); 38 38 static const int SPARE_EMPTY_BLOCKS = 1;
Note:
See TracChangeset
for help on using the changeset viewer.