DragonFly BSD
DragonFly bugs List (threaded) for 2013-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[DragonFlyBSD - Bug #2489] nmalloc doesn't cache VA for allocations > 8KB


From: Venkatesh Srinivas via Redmine <bugtracker-admin@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 15 Jan 2013 17:00:42 -0800

Issue #2489 has been reported by vsrinivas.

----------------------------------------
Bug #2489: nmalloc doesn't cache VA for allocations > 8KB
http://bugs.dragonflybsd.org/issues/2489

Author: vsrinivas
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 


Recently x86-64's default C library allocator was switched back to nmalloc
from dmalloc for fragmentation concerns exposed by xulrunner. nmalloc doesn't
cache address space in userland for buffers larger than 8KB, which mean
hitting mmap allocations for any of those requests. Some limited form of
VA caching should improve performance in general and mitigate some-to-all
of the performance hit going back from dmalloc to nmalloc.

-- vs;


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]