Displaying 1 result from an estimated 1 matches for "e7ba3b10".
Did you mean:
e7ba31
2013 Apr 15
1
[LLVMdev] Power/Energy Awareness in LLVM
Thank you for the link! It is not clear though what -Oe actually implements. Does it simply optimize for speed as suggested by Chris or it does other things?
Generally speaking, speed correlates well with low energy, because completing the task in fewer cycles means consuming less energy unless the speed optimization causes the energy per cycle to be significantly higher. In theory, some compiler