[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [MiNT] Incorporating other calls into the
> > From: Julian Reschke [SMTP:reschke@muenster.de]
> > Sent: Monday, June 28, 1999 2:42 PM
> > To: Guido Flohr; MiNT mailing list
> > Subject: RE: [MiNT] Incorporating other calls into the
> >
> > Of course the next step would be to move as much as possible into shared
> > libraries...
> >
> I suspect the latest version has grown quite a bit in size... Btw. Thomas
> Binder mentioned that he would try to implement an SLB-loader in
> MiNT, does
> anybody know if he's had any success?
>
> Also, what's the state of the current MiNTlib re. reentrancy?
Even if everything is written in a reentrant way, there still will be some
areas where some effort is required, like for errno (which by definition is
allowed to be a macro), or the memory management. In my current test
libraries for PureC the SLB stubs receive a structure for function pointers
that can be used to call back into the main code (for instance for
malloc()) -- anybody having a better idea?
Regards, jre