Is ObjC++ still in time for 4.0?

Joseph S. Myers joseph@codesourcery.com
Wed Nov 17 23:31:00 GMT 2004


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)



More information about the Gcc mailing list