Bug 27260 - Allow custom memory allocation control for JavaScriptCore's IdentifierTable class
Summary: Allow custom memory allocation control for JavaScriptCore's IdentifierTable c...
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-14 06:42 PDT by Zoltan Horvath
Modified: 2009-07-14 16:16 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.21 KB, patch)
2009-07-14 06:44 PDT, Zoltan Horvath
darin: review+
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-14 06:42:37 PDT
Inherits IdentifierTable class from FastAllocBase because it has been instantiated by
'new' in JavaScriptCore/runtime/Identifier.cpp:70.
Comment 1 Zoltan Horvath 2009-07-14 06:44:45 PDT
Created attachment 32710 [details]
proposed patch
Comment 2 Brent Fulgham 2009-07-14 16:16:41 PDT
Landed in https://trac.webkit.org/changeset/45881.