Re: Introduction, and a question

2005-05-17 Thread shudo
to judge a method is being executed or not. Kazuyuki Shudo[EMAIL PROTECTED] http://www.shudo.net/

Re: Against using Java to implement Java

2005-05-18 Thread shudo
. For folks interested in pluggability, I advise downloading a copy of ORP and reading through it. ORP already solved these problems in a fairly reasonable way. Kazuyuki Shudo[EMAIL PROTECTED] http://www.shudo.net/

Re: [arch] VM Candidate : JikesRVM http://jikesrvm.sourceforge.net/

2005-05-19 Thread shudo
input from the developers of them if we hope. Kazuyuki Shudo[EMAIL PROTECTED] http://www.shudo.net/

Re: Other interesting papers and research

2005-05-23 Thread shudo
the compiler. There will be a trade off between memory consumption, portability and so on. Kazuyuki Shudo[EMAIL PROTECTED] http://www.shudo.net/

Re: Other interesting papers and research

2005-06-05 Thread shudo
do not know how ErtlGregg's implementations (1) and (2) use a machine register to keep TOS. I guess they have a little assembly code. Kazuyuki Shudo[EMAIL PROTECTED] http://www.shudo.net/

Re: Other interesting papers and research

2005-06-06 Thread shudo
for a Java-written JVM. We hope that the architecture of a JVM (e.g. interpreter or baseline compiler) is independent of the language for implementing a certain part of JVM. But there seems to be an implication between them. Any comment? Kazuyuki Shudo[EMAIL PROTECTED] http://www.shudo.net/

Re: Other interesting papers and research

2005-06-06 Thread shudo
threading is not very informative because direct interpretation of portable bytecode is naturally 'token threading'. Dave's last posting was based on direct threading technique and his saying was correct about direct threading but my posting was incorrect in advance. Kazuyuki Shudo[EMAIL

Re: [arch] voluntary vs. preemptive suspension of Java threads

2005-09-01 Thread shudo
, on which a stack map is provided. It's smart but prone to causes subtle problems, an engineer working on the VM said. Kazuyuki Shudo[EMAIL PROTECTED] http://www.shudo.net/

Re: [arch] Interpreter vs. JIT for Harmony VM

2005-11-14 Thread shudo
to lighten this problem. - Exploits more processors remaining? - Application threads which also perform JIT compilation. - Exploits multiple processors for JIT compilation naturally. Kazuyuki Shudo[EMAIL PROTECTED] http://www.shudo.net/