Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74359 invoked from network); 5 Apr 2008 21:46:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2008 21:46:44 -0000 Received: (qmail 42897 invoked by uid 500); 5 Apr 2008 21:46:44 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 42873 invoked by uid 500); 5 Apr 2008 21:46:44 -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 42864 invoked by uid 99); 5 Apr 2008 21:46:43 -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 14:46:43 -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 21:46:10 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 1052AD2EA for ; Sat, 5 Apr 2008 21:46:23 +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 21:46:22 -0000 Message-ID: <20080405214622.6352.84199@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 ------------------------------------------------------------------------------ == Handling Write Barriers == + TBD + + == Marking Objects as Live == + + Harmony: vm_notify_obj_alive + + Parrot: pobject_lives + + Note: This changes object from White to Grey/Black in Parrot + + == Reclaiming Objects == + + Harmony: vm_reclaim_native_objs + + Parrot: Parrot_dod_clear_live_bits +