Re: [kaffe] locks patch

2003-07-02 Thread Helmer Krämer
On Wed, 2 Jul 2003 06:28:54 -0700 (PDT) Dalibor Topic <[EMAIL PROTECTED]> wrote: > > --- Helmer Kr_mer <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I've attached a small patch that fixes some issues > > related to the handling of locks in kaffe. Review > > and comments appreciated ;) > > app

Re: [kaffe] locks patch

2003-07-02 Thread Dalibor Topic
--- Helmer Krämer <[EMAIL PROTECTED]> wrote: > > Hi, > > I've attached a small patch that fixes some issues > related to the handling of locks in kaffe. Review > and comments appreciated ;) applies but doesn't build against the latest CVS sources :( when I make kaffe, I get: ../../../kaffe/kaf

[kaffe] locks patch

2003-07-01 Thread Helmer Krämer
Hi, I've attached a small patch that fixes some issues related to the handling of locks in kaffe. Review and comments appreciated ;) Stuff contained in the patch: * the specialLocks array is removed; special locks whose heavyLock should not be gc_malloc'ed are now of type struct _iStaticLock,