Re: [DRLVM] proposal to port MMTK to drlvm

2006-05-27 Thread Weldon Washburn
Good point. Which MMTK code base should we work with? Where is it located? I know one version of MMTK is bundled with the Jikes source code. I do not know if it is the best version to start this project. There is a Jikes download link on the page:

Re: jchevm status?

2006-05-27 Thread Weldon Washburn
On 5/22/06, Archie Cobbs [EMAIL PROTECTED] wrote: Weldon Washburn wrote: Please hold off the check-in for a few days. I would like to try Ivan's mods on my machine to make certain they are complete. The intention is to reduce the chance of secondary patch-up check-ins and the related

Re: [DRLVM] proposal to port MMTK to drlvm

2006-05-27 Thread Daniel Feinberg
I think starting with the jikesRVM code is very good idea. This is because we can see how the JVM currently interfaces with the MMTk package. I would say to download that source. On 5/27/06, Weldon Washburn [EMAIL PROTECTED] wrote: Good point. Which MMTK code base should we work with? Where

Re: jchevm status?

2006-05-27 Thread Ivan Volosyuk
Weldon, I have added patch update to the same JIRA. Recent version of jchevm and classlib is changed, so old version of the adapter no longer works. Archie, current version of jchevm has hard coded optimizations in configure.ac, it is difficult to debug the code with optimizations. When