Changeset 45943 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Jul 15, 2009, 1:55:08 PM (16 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2009-07-15 Kwang Yul Seo <[email protected]>

Reviewed by Eric Seidel.

https://bugs.webkit.org/show_bug.cgi?id=26794
Make Yacc-generated parsers to use fastMalloc/fastFree.


Define YYMALLOC and YYFREE to fastMalloc and fastFree
respectively.

  • parser/Grammar.y:

WebCore:

2009-07-15 Kwang Yul Seo <[email protected]>

Reviewed by Eric Seidel.

https://bugs.webkit.org/show_bug.cgi?id=26794
Make Yacc-generated parsers to use fastMalloc/fastFree.


Define YYMALLOC and YYFREE to fastMalloc and fastFree
respectively.

  • css/CSSGrammar.y:
  • xml/XPathGrammar.y:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r45933 r45943  
     12009-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
    1132009-07-15  Darin Adler  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.