Re: jemalloc to replace default allocator
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=cplPbF79IVVPxazLpzQBRIq3y9NMDCVdV62lYUHqr80=; b=Rl7t9XUaX43bB5lxNEEY6DNoPE7L9//GLFwccU5SQTNorQcR7Q3MNxCWEbcpCirOLn Vhy/T43b0KeWEhYBdSLbW4aSjF/xyG1xyXmtzcz2P14bEZmh+me9hWWGsn7BrLxI1PxG MwJdN1Zcx+FPf4nURpJHQyGVKPL6zipMg3OpQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=ZDQaZ7V5iNX+aiEXBins3rwyti6NKtaXdzpXr18MSirPoKHPqfAEy0+5MBIbbD8juY PMslnP4dS2q7aS7hK9jUwV55SOb8GznxyosInKGoIw80X7Rb1Q7SM9dpv3TSTkZVuduY 3H9oVA2p4Y8tm5OEt2HZKB1qc2PH0ODkeewuU= On May 7, 2010, at 11:23 AM, Jean-Daniel Dupas wrote:
But I agree with Alastair, I doubt you get any performance improvement using a custom allocator. The system allocator is pretty good for general purpose applications (like Firefox)
What about Safari and Chrome using tcmalloc instead of the default allocator? Here's a thread from the Chromium mailing list: http://groups.google.com/group/chromium-dev/browse_thread/thread/60f5b665c9c... "From a performance perspective, it may be critical to use tcmalloc to match safari performance." --- http://twitter.com/wagerlabs _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont