WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 26794
Make Yacc-generated parsers to use fastMalloc/fastFree
https://bugs.webkit.org/show_bug.cgi?id=26794
Summary
Make Yacc-generated parsers to use fastMalloc/fastFree
Kwang Yul Seo
Reported
2009-06-29 03:17:57 PDT
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
Attachments
Use fastMalloc/fastFree in Yacc-generated parsers
(1.87 KB, patch)
2009-06-29 03:18 PDT
,
Kwang Yul Seo
eric
: review-
Details
Formatted Diff
Diff
Use fastMalloc/fastFree in Yacc-generated parsers
(3.14 KB, patch)
2009-06-30 01:21 PDT
,
Kwang Yul Seo
eric
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Kwang Yul Seo
Comment 1
2009-06-29 03:18:50 PDT
Created
attachment 32005
[details]
Use fastMalloc/fastFree in Yacc-generated parsers
Eric Seidel (no email)
Comment 2
2009-06-30 00:44:11 PDT
Comment on
attachment 32005
[details]
Use fastMalloc/fastFree in Yacc-generated parsers This looks great, but is missing a ChangeLog:
http://webkit.org/coding/contributing.html
Kwang Yul Seo
Comment 3
2009-06-30 01:21:59 PDT
Created
attachment 32037
[details]
Use fastMalloc/fastFree in Yacc-generated parsers
Kwang Yul Seo
Comment 4
2009-06-30 01:22:50 PDT
Comment on
attachment 32037
[details]
Use fastMalloc/fastFree in Yacc-generated parsers ChangeLogs are added
Eric Seidel (no email)
Comment 5
2009-06-30 02:45:09 PDT
Comment on
attachment 32037
[details]
Use fastMalloc/fastFree in Yacc-generated parsers Looks good to me.
Brent Fulgham
Comment 6
2009-07-15 13:55:30 PDT
Landed in
http://trac.webkit.org/changeset/45943
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug