From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4663 invoked by alias); 28 Sep 2009 02:50:47 -0000 Received: (qmail 4647 invoked by uid 22791); 28 Sep 2009 02:50:46 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_00,DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: sourceware.org Received: from sebabeach.org (HELO sebabeach.org) (64.165.110.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Sep 2009 02:50:42 +0000 Received: by sebabeach.org (Postfix, from userid 500) id 2D5CD6E3D9; Sun, 27 Sep 2009 19:50:41 -0700 (PDT) From: Doug Evans To: cgen@sourceware.org Subject: cos changes Message-Id: <20090928025041.2D5CD6E3D9@sebabeach.org> Date: Mon, 28 Sep 2009 02:50:00 -0000 X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00105.txt.bz2 Hi. I checked in a few changes to cos (cgen's object system). Virtual methods (as implemented) are gone, as is multiple inheritance. Plus a few other simplifications. In trying to have something that is portable I now think the thing to do is keep cos, albeit greatly simplified. There's a few more cleanups I want to do, plus more portability work, but hopefully that's it for now.