Re: Some thoughts re the MM benchmarks
- From: "Robert Houdart" <robert@xxxxxxxxxxxxxx>
- Date: Wed, 25 May 2005 14:10:14 +0200
Hello Dennis,
> Do any MM's use the IsMultiThreaded variable?
Yes, most do. RTL MM, BucketMM, FastMM, RecyclerMM, WinMem... all use this
feature.
This makes a lot of sense: if you know you're running a single-threaded
application there's no point in having the performance penalty of protecting
the MM against multi-threaded access.
Regards,
Robert
.
- Follow-Ups:
- Re: Some thoughts re the MM benchmarks
- From: Hannes Danzl[NDD]
- Re: Some thoughts re the MM benchmarks
- From: Eric Grange
- Re: Some thoughts re the MM benchmarks
- References:
- Some thoughts re the MM benchmarks
- From: Hannes Danzl[NDD]
- Re: Some thoughts re the MM benchmarks
- From: Dennis
- Some thoughts re the MM benchmarks
- Prev by Date: Re: Some thoughts re the MM benchmarks
- Next by Date: Re: Some thoughts re the MM benchmarks
- Previous by thread: Re: Some thoughts re the MM benchmarks
- Next by thread: Re: Some thoughts re the MM benchmarks
- Index(es):
Relevant Pages
|