[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <02B4DDE5-3D53-4BA5-BB79-52788CEBB9AF@mac.com>
Date: Fri, 30 Nov 2007 14:35:34 -0500
From: Kyle Moffett <mrmacman_g4@....com>
To: "H. Peter Anvin" <hpa@...or.com>
Cc: Lennart Sorensen <lsorense@...lub.uwaterloo.ca>,
Ben Crowhurst <Ben.Crowhurst@...llatravel.co.uk>,
linux-kernel@...r.kernel.org
Subject: Re: Kernel Development & Objective-C
On Nov 30, 2007, at 13:40:07, H. Peter Anvin wrote:
> Kyle Moffett wrote:
>> With that said, there is a significant performance penalty as all
>> Objective-C method calls are looked up symbolically at runtime for
>> every single call.
>
> GACK!
>
> At least C++ has vtables.
In a tight loop there is a way to do a single symbolic lookup and
just call directly through a function pointer, but typically it isn't
necessary for GUI programs and the like. The flexibility of being
able to dynamically add new methods to an existing class (at least
for desktop user interfaces) significantly outweighs the performance
cost. Any performance-sensitive code is typically written in
straight C anyways.
Cheers,
Kyle Moffett
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists