Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 15958 invoked from network); 5 Apr 2008 18:40:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2008 18:40:00 -0000 Received: (qmail 53829 invoked by uid 500); 5 Apr 2008 18:39:57 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 53764 invoked by uid 500); 5 Apr 2008 18:39:56 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 53681 invoked by uid 99); 5 Apr 2008 18:39:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2008 11:39:56 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2008 18:39:21 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C0E5AD2EA for ; Sat, 5 Apr 2008 18:39:33 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@harmony.apache.org Date: Sat, 05 Apr 2008 18:39:33 -0000 Message-ID: <20080405183933.4477.55506@eos.apache.org> Subject: [Harmony Wiki] Update of "gc comparison/gc gen harmony vs parrot" by senakafdo X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification. The following page has been changed by senakafdo: http://wiki.apache.org/harmony/gc_comparison/gc_gen_harmony_vs_parrot ------------------------------------------------------------------------------ || Pools || NOS, MOS and LOS || Yes || || Copying/Compacting || Yes || Only for Buffers || + = Comparison of Methods = + + == Acquiring/Releasing locks == + + Harmony: vm_gc_lock_init, vm_gc_lock_enum, vm_gc_unlock_enum + + Parrot: Parrot_block_GC, Parrot_unblock_GC, Parrot_is_blocked_GC + + Note: + + 1. Parrot_is_blocked_GC is defined in dod.h but never used anywhere. + 1. Parrot_xx_DOD methods are deprecated + + == Handling Write Barriers == +