Changeset 20330 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Mar 19, 2007, 4:50:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/list.cpp
r20004 r20330 1 1 /* 2 * This file is part of the KDE libraries 3 * Copyright (C) 2003 Apple Computer, Inc. 2 * Copyright (C) 2003, 2004, 2005, 2006, 2007 Apple Inc. All rights reserved. 4 3 * 5 4 * This library is free software; you can redistribute it and/or … … 34 33 // tunable parameters 35 34 const int poolSize = 512; 36 const int inlineValuesSize = 4;35 const int inlineValuesSize = 5; 37 36 38 37 enum ListImpState { unusedInPool = 0, usedInPool, usedOnHeap, immortal };
Note:
See TracChangeset
for help on using the changeset viewer.