On Nov 16, 2006, at 6:25 PM, Reid Spencer wrote: > Can we build an optimized, with symbols (-g -O2) version of one of > these > modules and see if those symbols are getting removed ? If so, I'm > fine > with it. If not, we need a new strategy. > I just compiled the normal way (with -g) and RegAllocLinearScan had a bunch of strings when I ran "strings" on it. When I compiled it with "-g -O2 -DNDEBUG", it gave this:
Linear Scan Register Allocator regalloc Ratio of intervals processed over total intervals Number of times we had to backtrack linearscan linear scan register allocator vector::_M_insert_aux }d[x9) And there was only llvm_ostream in the -g way of compiling things. -bw _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits