Re: [Open64-devel] Code Review Request for changes in STL tree implementation to speed up set<>/map<>

2011-06-04 Thread Sun Chan
Coming from the embedded world, we should at least have another option for code size people. E.g. Android has stl as .so's, I guess part of the reason is code size, at the expanse of performance. I'd say the same here. The fix should consider handling of that easily for people cared about that. Sun

Re: [Open64-devel] patch to enable more if-conversion

2011-06-04 Thread Sun Chan
I forgot why we did cand anymore. OTOH, I do remember lowering that with profile feedback info is tricky to get that right. Can you double check that you are not breaking profile info and consistency check with your changes? Sun On Fri, Jun 3, 2011 at 1:53 PM, David Coakley wrote: > Could a gatek