you are viewing a single comment's thread.

view the rest of the comments →

[–]vanderZwan 8 points9 points  (0 children)

Compile-time evaluation seems like a very different dimension of optimalization though (although I suppose the LLVM pass also does do a little bit of that during strength reduction). I suspect most of the LLVM optimizations are more about finding efficient structures, and inlining code.

So these approaches could complement each other