[cap-talk] Confessions of a C programmer
Bill Frantz
frantz at pwpconsult.com
Tue Sep 22 16:09:54 PDT 2009
marc.d.stiegler at hp.com (Stiegler, Marc D) on Tuesday, September 22, 2009 wrote:
>Every point made by every person in this discussion reinforces my belief Ocaml is the way for you to
>go for your next generation of programming. There might be a problem somewhere (does the memory
>manager have to make syscalls? Eeek), but that is the place to start.
Generally memory managers start with a pool of memory they can allocate,
and they allocate until they run out. Only then do they issue a syscall to
grow the pool. Now there may be ones that start with a zero-size pool, so
they need to grow it on the first allocation, but working around that
behavior should be a simple hack. (Thanks be for open source.)
Cheers - Bill
---------------------------------------------------------------------------
Bill Frantz |"We used to quip that "password" is the most common
408-356-8506 | password. Now it's 'password1.' Who said users haven't
www.periwinkle.com | learned anything about security?" -- Bruce Schneier
More information about the cap-talk
mailing list