From: Marius Storm-Olsen <marius@trolltech.com>
To: git@vger.kernel.org
Cc: msysgit@googlegroups.com
Subject: Re: [PATCH] Add custom memory allocator to MinGW and MacOS builds
Date: Fri, 03 Apr 2009 16:20:37 +0200 [thread overview]
Message-ID: <49D61B35.8060508@trolltech.com> (raw)
In-Reply-To: <1238766761-3576-1-git-send-email-marius@trolltech.com>
Marius Storm-Olsen said the following on 03.04.2009 15:52:
> The standard allocator on Windows is pretty bad prior
> to Windows Vista, and nedmalloc is better than the
> modified dlmalloc provided with newer versions of the
> MinGW libc.
Actually, it just struck me that it's probably the synchronization
primitives which are better on Vista than XP, and not the memory
manager? (Since mingw 4.3.3-tdm on XP and Vista most likely use the
same dlmalloc fork?) ^shrug^
Anyways, not that I haven't tried to 'tune' nedmalloc in any way, just
ensured that it compiles with the different MinGWs which I
benchmarked. So, if anyone feels like it, maybe we can squeeze more
performance out of it by tweaking it.
--
.marius
next prev parent reply other threads:[~2009-04-03 14:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-03 13:52 [PATCH] Add custom memory allocator to MinGW and MacOS builds Marius Storm-Olsen
2009-04-03 14:20 ` Marius Storm-Olsen [this message]
2009-04-03 21:12 ` [msysGit] " Pat Thoyts
2009-04-03 23:16 ` Johannes Schindelin
2009-04-03 23:42 ` [msysGit] " Pat Thoyts
2009-04-04 5:16 ` Marius Storm-Olsen
2009-04-04 6:35 ` [msysGit] " Johannes Sixt
2009-04-05 18:43 ` Marius Storm-Olsen
2009-04-03 15:01 ` Johannes Schindelin
2009-04-03 15:50 ` Janos Laube
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49D61B35.8060508@trolltech.com \
--to=marius@trolltech.com \
--cc=git@vger.kernel.org \
--cc=msysgit@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).