Changeset 45943 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Jul 15, 2009, 1:55:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r45933 r45943 1 2009-07-15 Kwang Yul Seo <[email protected]> 2 3 Reviewed by Eric Seidel. 4 5 https://bugs.webkit.org/show_bug.cgi?id=26794 6 Make Yacc-generated parsers to use fastMalloc/fastFree. 7 8 Define YYMALLOC and YYFREE to fastMalloc and fastFree 9 respectively. 10 11 * parser/Grammar.y: 12 1 13 2009-07-15 Darin Adler <[email protected]> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.