Re: java.util.prefs

2002-04-01 Thread Marcus Smith
I wonder what the gnu classpath project has for java.util.prefs (or the gcj folks for that matter). Marcus Smith On Mon, 2002-04-01 at 15:38, Patrick Tullmann wrote: > > Anyone know of open-source implementations of the new java.util.prefs > API that could be used with (or incorpor

Re: Kaffe JIT: what does it do? really no porting doc?

2001-01-16 Thread Marcus Smith
There is a good document that explains the "Trampoline" concept, used in JIT compiler. http://www.cs.pdx.edu/~sanseri/kaffe/k2.html Marcus Aaron Van Couwenberghe wrote: > On Tue, Dec 26, 2000 at 12:36:03PM +0100, Renaud Marlet wrote: > >> Hi, >> >> Looking at the Kaffe web site and at th

Re: Ahead Of Time compilation with Kaffe

2001-01-03 Thread Marcus Smith
ilkinson Tel: (510) 527-4025 ext 12 > Transvirtual Technologies, Inc., Fax: (510) 559-3287 > Berkeley, CA, USA. Email: [EMAIL PROTECTED] > > On Tue, 19 Dec 2000, Marcus Smith wrote: > > > > > > > On Tue, 19 Dec 20

Re: Ahead Of Time compilation with Kaffe

2001-01-03 Thread Marcus Smith
Tel: (510) 527-4025 ext 12 > Transvirtual Technologies, Inc., Fax: (510) 559-3287 > Berkeley, CA, USA. Email: [EMAIL PROTECTED] > > On Tue, 19 Dec 2000, Marcus Smith wrote: > > > > > > > On Tue, 19 Dec 2000 18:34:20

Re: Ahead Of Time compilation with Kaffe

2000-12-19 Thread Marcus Smith
On Tue, 19 Dec 2000 18:34:20 Philippe Laporte wrote: > > On Tuesday 19 December 2000 17:14, Marcus Smith wrote: > > On Tue, 19 Dec 2000 15:15:26 Philippe Laporte wrote: > > > If you mean simply to compile the classes before running them, this > is > > > done

Re: Ahead Of Time compilation with Kaffe

2000-12-19 Thread Marcus Smith
; Transvirtual Technologies, Inc., Fax: (510) 559-3287 > Berkeley, CA, USA.Email: [EMAIL PROTECTED] > > > >On Tuesday 19 December 2000 13:40, Marcus Smith wrote: > > Hi, > > > > Has anyone looked at "Ahead Of Time" compila

Ahead Of Time compilation with Kaffe

2000-12-19 Thread Marcus Smith
Hi, Has anyone looked at "Ahead Of Time" compilation with Kaffe? Marcus Smith

Re: Kaffe 1.0.6 on ARM

2000-12-19 Thread Marcus Smith
On Tue, 19 Dec 2000 03:41:51 Sergey Voitseh wrote: > > > Hi > Marcus Smith wrote > > >For those people wanting to utilize Kaffe 1.0.6 on ARM with JIT enabled. > > >In the file "jit.h", there is a macro called "FILL_IN_TRAMPOLINE(T, M, > W). &

Re: Kaffe 1.0.6 on ARM

2000-12-19 Thread Marcus Smith
T > enabled. > > > > In the file "jit.h", there is a macro called "FILL_IN_TRAMPOLINE(T, M, > W). > > > > Change "(T)->branch = 0xE59FF000" to > > "(T)->branch = 0xE59FF004". This change allows JIT to work. This > > sam

Re: Kaffe 1.0.6 on ARM

2000-12-18 Thread Marcus Smith
same change exists on the "kaffe_all" cvs trunk. Marcus Smith RidgeRun Inc. On Fri, 15 Dec 2000 11:18:07 Marcus Smith wrote: > > Hi, > > Has anyone looked at why kaffe 1.0.6 ported to ARM does not work in JIT > mode? > I get nice segmentation faults when I attempted this. Seems to work OK > in > intrp mode. > > Marcus Smith >

Kaffe 1.0.6 on ARM

2000-12-15 Thread Marcus Smith
Hi, Has anyone looked at why kaffe 1.0.6 ported to ARM does not work in JIT mode? I get nice segmentation faults when I attempted this. Seems to work OK in intrp mode. Marcus Smith