Actually, I am not adding or deleting any file, rather changing the -O2 option to -O0. Any quick pointer?
Thanks.Dalibor Topic <[EMAIL PROTECTED]> wrote:
Pinaki Mukherjee wrote:> Hi,> > When I change Makefile and give "make all", it does not rebuild all the sources.
Hi,
When I change Makefile and give "make all", it does not rebuild all the sources. How can I get around this problem?
Thanks.
Do you Yahoo!?
The all-new My Yahoo! What will yours do?___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-
AIL PROTECTED]> wrote:
I was told that this is because the compiler optimzes the instructionsinto a different order. This can be over-come by changing the CFLAGSin config.frag to include -O0On Mon, 22 Nov 2004 19:59:25 -0800 (PST), Pinaki Mukherjee<[EMAIL PROTECTED]>wrote:> > Hi, >
line number here). Now all of a sudden, from inside the ALOAD_n block in kaffe.def, the control jumps to GETSTATIC (instead of going back to runVirtualMachine) and then to JSR_W. I am not understanding it. How can this happen?
Thanks,
Pinaki
Pinaki Mukherjee <[EMAIL PROTECTED]> wrote:
Pleas
Please, can somenody answer this one...
Thanks.
Pinaki Mukherjee <[EMAIL PROTECTED]> wrote:
Hi,
I modified kaffe.def for each instruction and want to test whether they are correct. I want to step through each JVM instruction that is executed in Kaffe. I think this consists of instructio
I cannot. I tried that sometime back too, but doesn't work. I am using the interpreter mode.
Pinaki
How did you get it to step into the kaffe.def file? I have beentrying to get that to work without success.Michael__Do You Yahoo!?Tired of spam? Ya
OTECTED]> wrote:
On Wed, 17 Nov 2004 23:13:55 -0800 (PST), Pinaki Mukherjee<[EMAIL PROTECTED]>wrote:> > Hi, > > I modified kaffe.def for each instruction and want to test whether they are> correct. I want to step through each JVM instruction that is executed in> Kaffe. I t
Hi,
I modified kaffe.def for each instruction and want to test whether they are correct. I want to step through each JVM instruction that is executed in Kaffe. I think this consists of instructions for VM creation, the actual application execution and the VM destruction. How do I do this?
I tr
Hi,
How does the kaffe.def file (in .../kaffe/kaffevm/) work? I understand that it is basically meant for the 'switch' statement cases for the different instructions, but want to know how the syntax is defined. Are .def files part of the C language definition?
Thanks.
Do you Yahoo!?
Yahoo! Ma
Hi,
I want to print some log data after the virtual machine execution is over (that is, after the function runVirtualMachine in .../kaffe/kaffevm/intrp/machine.c is invoked for the last time). I tried putting the print statement at the end of the function main or main2 in the file .../kaffe/kaffe
n the SpecJVM benchmarks using Kaffe?
Pinaki
Dalibor Topic <[EMAIL PROTECTED]> wrote:
Pinaki Mukherjee wrote:> Hi,> > I am getting the following error message while trying to run specJVM98 > benchmark programs in Kaffe.Hi Pinaki,which Kaffe version do you use?> java.l
Hi,
I am getting the following error message while trying to run specJVM98 benchmark programs in Kaffe.
java.lang.ClassFormatError: spec/benchmarks/_201_compress/Main (wrong name: Main) at java.lang.ClassLoader.defineClass0 (ClassLoader.java) at java.lang.ClassLoader.defineClass (ClassLoade
Hi,
how can I step inside the file .../kaffe/kaffevm/kaffe.def while debugging? when I do a 'step', gdb just shows the line number and says "in file kaffe.def". It doesn't show the code that's being executed. I checked that the Makefile in the same directory has the -g option. What needs to be do
While running the configure command (./configure --prefix ) for Kaffe 1.1.4, I am getting the following error message:
...
config.status: creating libraries/clib/zip/Makefile
config.status: creating libraries/clib/math/Makefile
config.status: creating libraries/clib/management/Makefile
Hi,
Is there any free benchmark program suite in Java? I found almost all of them need to be purchased :( . Is there any free site?
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.
Hi,
I am trying to build Kaffe in Linux. While running configure, I'm getting this error message which says:
"checking QTDIR... configure error: *** QTDIR must be defined, or --with-qtdir option given".
Does that mean I don't have Qt installed? I could find the qt directory in /usr/lib. What d
Hi Guilhem,
I seemed to work around the earlier problem. I just added another data
structure exactly similar to the 'slots' data structure, but having member
as the one I am adding. So the 'slots' structure is unaltered now. 'make'
was successful and I could build the Kaffe executable. But now on
Hi Guilhem,
Thanks for replying. The platform I'm using is i686/Linux.
Regards,
Pinaki
-Original Message-
From: Guilhem Lavaux [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 22, 2004 11:17 PM
To: Pinaki Mukherjee
Cc: [EMAIL PROTECTED]
Subject: Re: [kaffe] Problem in build
P
java:38)
**
Can somebody please help.
Thanks,
Pinaki
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Pinaki Mukherjee
Sent: Sunday, August 22, 2004 6:01 PM
To: [EMAIL PROTECTED]
Subject: [kaffe] Problem in build
Hi,
I am trying
Hi,
I am trying to build Kaffe after making some changes in the VM (some
files in the .../kaffe/kaffevm and .../kaffe/kaffevm/intrp directories).
I am getting the following error message:
**
.
.
Making all in test
make[1]: Entering directory `/
Hi,
Can somebody tell me how to build Kaffe in the interpreter mode.
I am using a Sparc computer, so I think it’s building in the JIT mode by
default. I could not find any information on this in the README file.
Thanks,
Pinaki
__
Hi,
I am a new user of Kaffe. I am trying to perform some experiments on the
Java stack that is supported by JVM. I want to find out the following:
(a) The number of elements in the stack which are of size 8-, 16- and
32-bit.
(b) The number of elements in the stack whose values will fit in 8-, 16-
22 matches
Mail list logo