Bug 27830 - Allow custom memory allocation control for JavaScriptCore's HashEntry class
Summary: Allow custom memory allocation control for JavaScriptCore's HashEntry class
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 04:45 PDT by Zoltan Horvath
Modified: 2009-09-03 01:05 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.26 KB, patch)
2009-07-30 04:58 PDT, Zoltan Horvath
eric: review-
Details | Formatted Diff | Diff
proposed patch (1.23 KB, patch)
2009-09-02 01:53 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-30 04:45:30 PDT
Inherits HashEntry class from FastAllocBase because it has been
instantiated by 'new' JavaScriptCore/runtime/Lookup.cpp:32.
Comment 1 Zoltan Horvath 2009-07-30 04:58:13 PDT
Created attachment 33768 [details]
proposed patch
Comment 2 Eric Seidel (no email) 2009-07-31 15:10:06 PDT
Comment on attachment 33768 [details]
proposed patch

A layout test timed out, and then I stopped running them.  Did you run the layout tests?
Comment 3 Zoltan Horvath 2009-09-02 01:53:25 PDT
Created attachment 38915 [details]
proposed patch

I double-checked it. LayoutTests work fine for me in Qt and in MAC also.
Comment 4 Zoltan Horvath 2009-09-03 01:05:05 PDT
Landed in http://trac.webkit.org/changeset/48005