Re: FW: How to benchmark memory managers?

Stephen Crawley <[email protected]> Mon, 24 Jan 2005 13:25:42 +1000
Newsgroups gmane.comp.programming.garbage-collection.general
Message-ID <[email protected]>
> Conversely, one could conceive of a language that did not support
> stack-allocated composite data, but required explicit memory
> management,

For example, BCPL.

> though that might be a bit painful to use.

Yes, it was :-)

-- Steve