This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re:
- From: Richard Henderson <rth at redhat dot com>
- To: Ziemowit Laski <zlaski at apple dot com>
- Cc: Mark Mitchell <mark at codesourcery dot com>, Zack Weinberg <zack at codesourcery dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 16 Aug 2004 13:29:47 -0700
- Subject: Re:
- References: <E9D208E2-EFA8-11D8-8323-000393673036@apple.com> <918394DF-EFB7-11D8-8323-000393673036@apple.com>
On Mon, Aug 16, 2004 at 12:07:50PM -0700, Ziemowit Laski wrote:
> Again, perhaps Mark can issue a ruling here. I thought that
> c_dialect_objc()> should be used because (1) it offers a clear
> demarcation point (i.e., "this is ObjC-specific functionality")
I think "objc_is_foo" already does that.
> and (2) it improves performance (checking a bit
> is a lot quicker than calling a function).
Premature optimization is the root of all evil.
r~