This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]