help on LaTTe JVM

"Rohit" <red132@rediffmail.com>
13 Jun 2002 21:07:40 -0400

          From comp.compilers

Related articles
help on LaTTe JVM red132@rediffmail.com (Rohit) (2002-06-13)
| List of all articles for this month |

From: "Rohit" <red132@rediffmail.com>
Newsgroups: comp.compilers
Date: 13 Jun 2002 21:07:40 -0400
Organization: http://groups.google.com/
Keywords: Java, question
Posted-Date: 13 Jun 2002 21:07:40 EDT

Hello,
    I was looking at the LATTE 0.9.1 sources. I was a little confused
about the following situation, and was wondering if someone could
enlighten me. Let me explain:
  Suppose the user java program creates multiple threads. I find in the
latte code that each thread context has a stack associated where it
keeps the stack frames for that thread. I am however not able to find
the code which does the following: before executing the current stack
frame for the thread, i need to set my stack pointer, frame pointer
etc to the sp and the fp in the thread's stack(so that whenever I
alloc a new object etc, the corresponding entries are set up
automatically in the thread's stack frame). Could you please tell me
where (which file or at what point/stage) this is done?
thanks in advance,
Rohit


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.