: I wouldn't mind looking into adding some kind of optimization capability 
: to bcc so that we don't have to spend as much time optimizing code by 
: hand.
: 

Well, bcc -O uses copt, which is an ingenious, table driven solution.  Perhaps
you can identify some bad code sequences that copt can fix.  Check it out.

Reply via email to