Bug 27833 - [commit+] Allow custom memory allocation control for JavaScriptCore's RegExpConstructorPrivate struct
Summary: [commit+] Allow custom memory allocation control for JavaScriptCore's RegExpC...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 05:28 PDT by Zoltan Horvath
Modified: 2009-08-01 00:51 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.26 KB, patch)
2009-07-30 05:31 PDT, Zoltan Horvath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2009-07-30 05:28:42 PDT
Inherits RegExpConstructorPrivate class from FastAllocBase because it has been
instantiated by 'new' in JavaScriptCore/runtime/RegExpConstructor.cpp:152.
Comment 1 Zoltan Horvath 2009-07-30 05:31:21 PDT
Created attachment 33772 [details]
proposed patch
Comment 2 Adam Barth 2009-08-01 00:51:27 PDT
Comment on attachment 33772 [details]
proposed patch

Clearing review flag on attachment: 33772

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	JavaScriptCore/ChangeLog
	M	JavaScriptCore/runtime/RegExpConstructor.cpp
Committed r46667
	M	JavaScriptCore/runtime/RegExpConstructor.cpp
	M	JavaScriptCore/ChangeLog
r46667 = 8a61ee028a45bd182c322f732bab28082cc51055 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/46667
Comment 3 Adam Barth 2009-08-01 00:51:31 PDT
All reviewed patches have been landed.  Closing bug.