> >> Even though LLVM does little optimization at -O0, there is still a >> fair amount of work involved in translating to LLVM IR. > > As said on my previous message, the most significant part of the work is > in generating native code from the LLVM IR. And register allocation. That said, John's email sums it up rather well. -eric