Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Xiao-Feng Li
gc.xml is under \build\make\components\vm\ . Thanks, xiaofeng On 9/21/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote: On 9/20/06, Weldon Washburn <[EMAIL PROTECTED]> wrote: > > On 9/20/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > > > > > > On 9/21/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote: > >

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Rana Dasgupta
On 9/20/06, Weldon Washburn <[EMAIL PROTECTED]> wrote: On 9/20/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > > > > On 9/21/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote: > > > Very nice and fast Xiao Feng :-) I read through your first > submission > > and > > > had a couple of thoughts on how this

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Weldon Washburn
On 9/20/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: On 9/21/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote: > Very nice and fast Xiao Feng :-) I read through your first submission and > had a couple of thoughts on how this could progress. Is it that to hook up > the two seperately managed spaces, s

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Weldon Washburn
On 9/20/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: Weldon, the gc.xml needs a minor change to play with the mark-compaction GC: - + The above is OK with me. But I still can't find gc.xml anywhere. Thanks, xi

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Xiao-Feng Li
Weldon, the gc.xml needs a minor change to play with the mark-compaction GC: - + Thanks, xiaofeng On 9/20/06, Weldon Washburn <[EMAIL PROTECTED]> wrote: On 9/19/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > > Hi,

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Xiao-Feng Li
On 9/21/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote: Very nice and fast Xiao Feng :-) I read through your first submission and had a couple of thoughts on how this could progress. Is it that to hook up the two seperately managed spaces, some of the policies ( eg., promote everything and have an u

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Rana Dasgupta
On 9/19/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > > Hi, a new attachment is submitted to GCv5 as an update to JIRA 1428. > (https://issues.apache.org/jira/browse/HARMONY-1428), which is a > mark-compaction GC. This GC is going to be connected with last > submission (the trace-forwarding GC) i

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Weldon Washburn
On 9/20/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Cool. can we just drop this in in parallel to /gc ? Well, once we know what the directory structure is for GCV5 and the source code is placed in this directory structure and it actually compiles and runs "hello world" we can consider

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Geir Magnusson Jr.
Cool. can we just drop this in in parallel to /gc ? geir On Sep 20, 2006, at 2:31 AM, Xiao-Feng Li wrote: Hi, a new attachment is submitted to GCv5 as an update to JIRA 1428. (https://issues.apache.org/jira/browse/HARMONY-1428), which is a mark-compaction GC. This GC is going to be connected

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Weldon Washburn
On 9/19/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: Hi, a new attachment is submitted to GCv5 as an update to JIRA 1428. (https://issues.apache.org/jira/browse/HARMONY-1428), which is a mark-compaction GC. This GC is going to be connected with last submission (the trace-forwarding GC) into a gen

Re: [DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-20 Thread Ivan Volosyuk
On 9/20/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: Hi, a new attachment is submitted to GCv5 as an update to JIRA 1428. (https://issues.apache.org/jira/browse/HARMONY-1428), which is a mark-compaction GC. This GC is going to be connected with last submission (the trace-forwarding GC) into a gene

[DRLVM][GC] ( Updated:HARMONY-1428) a submission of a mark-compaction GC

2006-09-19 Thread Xiao-Feng Li
Hi, a new attachment is submitted to GCv5 as an update to JIRA 1428. (https://issues.apache.org/jira/browse/HARMONY-1428), which is a mark-compaction GC. This GC is going to be connected with last submission (the trace-forwarding GC) into a generational GC. The code is in my opinion very easy to