discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Is ObjC++ still in time for 4.0?


From: Joseph S. Myers
Subject: Re: Is ObjC++ still in time for 4.0?
Date: Wed, 17 Nov 2004 23:17:06 +0000 (UTC)

On Wed, 17 Nov 2004, Nicolas Roard wrote:

> And now it seems that the problems are becoming more political than technical
> ??

The problems are technical.

It is for the ObjC++ maintainers to produce patches that do not adversely 
affect the memory consumption, compile time performance or maintainability 
of the C or C++ front ends.  These are technical issues.  If existing 
slots in datastructures are to be reused, then all uses of those 
datastructures in the existing front ends need analysing to make sure this 
is safe (probably with checking added to the accessors to ensure it 
remains safe).  If new slots are added, statistics of performance on real 
code are needed to show no statistically significant adverse effect.  
Similarly, if conditionals are added anywhere someone thinks might be a 
hot spot, profiling results are needed to show there is no performance 
impact.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)




reply via email to

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