[Webkit-unassigned] [Bug 26794] New: Make Yacc-generated parsers to use fastMalloc/fastFree
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 29 03:17:57 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26794
Summary: Make Yacc-generated parsers to use fastMalloc/fastFree
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kwangyul.seo at gmail.com
Make Yacc-generated parsers to use fastMalloc/fastFree by defining YYMALLOC and
YYFREE to fastMalloc and fastFree respectively.
The following three parsers are changed.
- JavaScriptCore/parser/Grammar.y
- WebCore/xml/XPathGrammar.y
- WebCore/css/CSSGrammar.y
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list