Displaying 1 result from an estimated 1 matches for "b0d7e293".
2011 Jun 14
2
[LLVMdev] Avoiding Constant Folding
Hi Cuong,
> I am trying to avoid using stack memory (or mutable variable is the term
> used in the tutorial). I am also trying to optimize the code as much as I
> can before using optimizer passes such as mem2reg (to reduce the compile
> time as well).
I don't think there is much point in avoiding stack variables (using them
makes your life much simpler -> easier to have your