Re: Telling the JIT to recompile a method

2000-03-21 Thread Godmar Back
> > > Is there a way to tell the JIT to recompile a method? If not, would > this be difficult to accomplish? > On the surface, all you'd have to do is tweak the Method struct to mark the method as untranslated and invoke translate() again; you'll also have to ensure you don't free the bytecod

Re: JAR files

2000-03-21 Thread Godmar Back
A few of comments/statements/questions on my part: + The lookup in the system aka primordial classpath (as maintained in findInJar.c) could be done in a direct hashtable instead of repeated linear searches thru all files in all classpath entries. I'm thinking of one hashtable for all,

Re: JAR files

2000-03-21 Thread Archie Cobbs
Timothy Stack writes: > I've been working on a small rewrite of the JAR file code in > kaffe/kaffevm/jar.* and I have some questions. The new code is mostly > just a cleanup of the older stuff, the directory entries are read a > little faster and the entries are stored in a hash table instead of

JAR files

2000-03-21 Thread Timothy Stack
hi, I've been working on a small rewrite of the JAR file code in kaffe/kaffevm/jar.* and I have some questions. The new code is mostly just a cleanup of the older stuff, the directory entries are read a little faster and the entries are stored in a hash table instead of a linked list. The pro

RE: Swing

2000-03-21 Thread Neumann, Matthew C
The errors I was getting were with the 1.1.1fcs version. -Matt > -Original Message- > From: Archie Cobbs [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, March 15, 2000 3:05 PM > To: [EMAIL PROTECTED] > Subject: Swing > > > Re: using Swing on kaffe, kaffe currently supports the 1.

Re: beos-native port [Was: Re: changes to thread locking layer]

2000-03-21 Thread Alexandre Oliva
On Mar 18, 2000, Alexandre Oliva <[EMAIL PROTECTED]> wrote: > On Mar 17, 2000, "Alan L. Batongbacal" <[EMAIL PROTECTED]> wrote: >> Note the two "-lz" occurrences (a bug in configure.in, maybe? > Nope, that would be a bug in libtool, if there's any bug at all. There was a bug, after all. Her