[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [MiNT] /proc



> -----Original Message-----
> From: Julian Reschke [mailto:reschke@muenster.de]
> Sent: Monday, November 15, 1999 4:58 PM
> To: Jo-Even.Skarstein@gjensidige.no; mint@gfanrend.fishpool.fi
> Subject: RE: [MiNT] /proc
> 
> > stopped me. What does everybody do when they write SLBs? I 
> guess it's
> > possible to use semaphors, but that will slow things down terribly.
> 
> I would try to avoid it. "Just" make sure that you don't have 
> *any* global
> variables in the library, and put everything into something 
> on the stack.

I know, I know... This is not a problem with my own code, but writing
something decent without using stdlib is not trivial...

Jo Even Skarstein