[kaffe] Documentation on Java stack manipulation

2006-07-10 Thread S K
Hi all, I guess you can gather from the question itself that I am new to Kaffe. I am interested in looking at the Java stack manipulation codes. Is there any documentation on this? I have seen previous messages talk about the heap, but not the stack. Could anyone knowledgeable point me to the

RE: [kaffe] Documentation on Kaffe VM and GC

2006-02-15 Thread amit chakote
[EMAIL PROTECTED] Gesendet: Mittwoch, 25. Januar 2006 17:27 An: kaffe@kaffe.org Betreff: [kaffe] Documentation on Kaffe VM and GC We're two students in Computer Engineering and we're analyzing the GC of Kaffe. Please can anyone send us a more detailed documentation about the source code of Virtual

AW: [kaffe] Documentation on Kaffe VM and GC

2006-01-26 Thread daniel
for sending, Best regards Danny! -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Mittwoch, 25. Januar 2006 17:27 An: kaffe@kaffe.org Betreff: [kaffe] Documentation on Kaffe VM and GC We're two students in Computer

[kaffe] Documentation on Kaffe VM and GC

2006-01-26 Thread [EMAIL PROTECTED]
We're two students in Computer Engineering and we're analyzing the GC of Kaffe. Please can anyone send us a more detailed documentation about the source code of Virtual Machine and particularly of GC(also UML diagrams)?Thanks. ___ kaffe mailing

[kaffe] Documentation Patches for support.h

2005-07-03 Thread Michael Franz
Hi, I have a small change for the documentation in support.h. Michael Index: support.h === RCS file: /cvs/kaffe/kaffe/kaffe/kaffevm/support.h,v retrieving revision 1.40 diff -u -r1.40 support.h --- support.h 31 Mar 2005 10:39:27

Re: [kaffe] Documentation Patches for support.h

2005-07-03 Thread Dalibor Topic
Michael Franz wrote: Hi, I have a small change for the documentation in support.h. thanks michael, I'll check it in. cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Documentation

2003-11-24 Thread Dalibor Topic
Ciao Gerlando, Gerlando Falauto wrote: Hi everyone, I haven't read the list for a few months now, so I don't know if there have been any developments from the documentation front. Anyway, my thesis (due in a few days) includes some useful information (well at least I guess it might be useful

[kaffe] Documentation

2003-11-23 Thread Gerlando Falauto
Hi everyone, I haven't read the list for a few months now, so I don't know if there have been any developments from the documentation front. Anyway, my thesis (due in a few days) includes some useful information (well at least I guess it might be useful to other people) about the project,

Re: [kaffe] Documentation

2003-11-23 Thread Timothy Stack
Hi everyone, hi, I haven't read the list for a few months now, so I don't know if there have been any developments from the documentation front. Anyway, my thesis (due in a few days) includes some useful information (well at least I guess it might be useful to other people) about the

Re: [kaffe] Documentation?

2003-08-19 Thread Dalibor Topic
Hi jimmy, jimmy a. ford wrote: I've just started working with Java. Namely Kaffe. I've downloaded some java examples from the internet some worked, but the other ones had an error looking for classes. Can you tell me where I can find a good Java tutorial that matches yours. I'll cite from the

[kaffe] Documentation?

2003-08-16 Thread jimmy a. ford
I've just started working with Java. Namely Kaffe. I've downloaded some java examples from the internet some worked, but the other ones had an error looking for classes. Can you tell me where I can find a good Java tutorial that matches yours. Thanks, JAF

[kaffe] Re: Kaffe Documentation / JIT for VLIW

2002-12-06 Thread Gerlando Falauto
On Fri, 29 Nov 2002, Svante Arvedal wrote: Hi Svante, thanks for your reply. I would really love to hear something more about your project. Could you give me some pointers and/or send me some of your papers? And yes, the source code could would sure be very helpful to me. Right now I am going

[kaffe] Kaffe Documentation / JIT for VLIW

2002-11-29 Thread Svante Arvedal
Hi Gerlando, I have recently ported the Kaffe jit3 engine to the VLIW architecture IA-64 as a master's thesis; so yes it is possible, even though I wasn't able to completely finish it. The jit framework was not constructed for VLIW architectures so I've done some workaround solutions. If Kaffe

Re: [kaffe] Kaffe Documentation

2002-11-27 Thread Gerlando Falauto
Hi Patrick, thanks for your reply. I am very new to the world of kaffe, and I would like to understand it a little better. Most documentation is in the FAQ/ subdirectory. I think a porting document has been promised, but I don't see it in CVS. I took a peek at the porting document you

Re: [kaffe] Kaffe Documentation

2002-11-27 Thread Gerlando Falauto
Compiling kaffe on linux with CFLAGS -ansi -pedantic first, might help fix some of the portability problems. If you do so, please send us the patches. This is a very neat idea, thanks a lot. I will definitely give it a shot. ;-) Though I am afraid I might want to shoot myself thereafter.

Re: [kaffe] Kaffe Documentation

2002-11-27 Thread Archie Cobbs
Gerlando Falauto wrote: Compiling kaffe on linux with CFLAGS -ansi -pedantic first, might help fix some of the portability problems. If you do so, please send us the patches. This is a very neat idea, thanks a lot. I will definitely give it a shot. This may be a ridiculous suggestion

[kaffe] Kaffe Documentation / JIT for VLIW

2002-11-27 Thread Gerlando Falauto
On Wed, 27 Nov 2002, Archie Cobbs wrote: Gerlando Falauto wrote: Compiling kaffe on linux with CFLAGS -ansi -pedantic first, might help fix some of the portability problems. If you do so, please send us the patches. This is a very neat idea, thanks a lot. I will definitely give it