[Webkit-unassigned] [Bug 27051] Use fastMalloc when neither MMAP nor VIRTUALALLOC are enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 17 18:28:53 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27051


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32410|review?                     |review-
               Flag|                            |




--- Comment #4 from Eric Seidel <eric at webkit.org>  2009-08-17 18:28:51 PDT ---
(From update of attachment 32410)
I think this needs a comment in the code indicating that this is not the
preferred method.  That platforms should provide instead an allocator which
provides lazy commit.

I'm assuming for the moment that there are no alignment requirements.  If there
are, this patch is invalid for other reasons.

Please track down othermaciej or ggaren over irc for the alignment
requirements.  I'm ready to r+ a change with an added comment about how
fastMalloc does not lazy commit and that platforms should instead provide a
better allocator.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list