From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9657 invoked by alias); 23 Oct 2003 15:39:05 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9626 invoked from network); 23 Oct 2003 15:39:00 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 23 Oct 2003 15:39:00 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h9NFciPb000253; Thu, 23 Oct 2003 17:38:44 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h9NFciCl000514; Thu, 23 Oct 2003 17:38:44 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id h9NFch0a000511; Thu, 23 Oct 2003 17:38:43 +0200 (CEST) Date: Thu, 23 Oct 2003 15:39:00 -0000 Message-Id: <200310231538.h9NFch0a000511@elgar.kettenis.dyndns.org> From: Mark Kettenis To: carlton@kealia.com CC: jimb@redhat.com, ac131313@redhat.com, gdb-patches@sources.redhat.com In-reply-to: (message from David Carlton on Wed, 22 Oct 2003 16:28:10 -0700) Subject: Re: RFA: osabi: correct test for compatible handlers References: <3F96D128.5040904@redhat.com> <3F970598 dot 9020908 at redhat dot com> X-SW-Source: 2003-10/txt/msg00693.txt.bz2 From: David Carlton Date: Wed, 22 Oct 2003 16:28:10 -0700 On 22 Oct 2003 18:16:31 -0500, Jim Blandy said: > But I think it's easier to see what the *resulting code* does with > the function in place. We should put the readability of the > resultant code above readability of the change. You say, "A can use > a handler for B if A can run code for B", and then you can make a > separate check to see whether can_run_code_for is correct. I very much agree with this. Being the person who got the test wrong in the first place I say: Definitely! Mark