discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some thoughts about GS


From: Helge Hess
Subject: Re: Some thoughts about GS
Date: Fri, 05 Jan 2001 19:03:02 +0100

Christian Edward Gruber wrote:
> P.S.  Oh, and Java may have better reflection _classes_, but lookups are
> 5-10x slower for dynamic invocation, owing to static v-table messaging vs.
> selector hash lookups. Better object hierarchy, but infrastructure is icky

Please explain ! What has reflection to do with v-tables and selector
hash lookups ?

You mean dynamic invocation is slower ? This is certainly implementation
dependend, eg there is nothing which prevents using the same method
invocation mechanism in a JVM (that is, mapping functions to selectors).
No one forces you to use vtables in JVMs.

Greetings
  Helge
-- 
SKYRIX Software AG - http://www.skyrix.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]