[LLVMdev] "bytecode" --> "bitcode"

Gabor Greif gabor at mac.com
Tue Jul 3 06:25:12 PDT 2007


I did this short experiment:


ggreif at my [!297] cd /home/ggreif/llvm

ggreif at my [!298] find . -name "*.cpp" | xargs grep bytecode | wc -l
     143

I guess these are a quick prey for perl's in-place replace.


But wait! There are more:

ggreif at my [!299] find . -name "*.cpp" | xargs grep -i bytecode | wc -l
     291

probably all of the rest is "Bytecode"

ggreif at my [!300] find . -name "*.cpp" | xargs grep Bytecode | wc -l
     151


Indeed :-)


Cheers,

	Gabor

-- sincerely hoping that I did not spoil anybody's day...





More information about the llvm-dev mailing list