[llvm-dev] [RFC] Interprocedural MIR-level outlining pass

Jessica Paquette via llvm-dev llvm-dev at lists.llvm.org
Thu Sep 29 00:38:12 PDT 2016


Hi Violeta,

I compiled with

clang -Oz and
clang -Oz -mno-red-zone for comparisons against Oz

and

clang -O0 and
clang -O0 -mno-red-zone for comparisons against a default clang.

I unfortunately don’t have the clang commit I worked with on my home laptop, and don’t have access to the computer I was using at Apple, so I can’t help you there.


Jessica

> On Sep 28, 2016, at 11:22 AM, Violeta Vukobrat <violeta.vukobrat at rt-rk.com> wrote:
> 
> Hi Jessica,
> 
> 
> I am looking into trying out your patch and reproducing results that you got for code size reduction. Could you tell me what compiler options you used? Also, which clang commit did you work with?
> 
> 
> Violeta
> 
> -- 
> Violeta Vukobrat
> Software Engineer
> RT-RK Computer Based Systems LLC
> www.rt-rk.com



More information about the llvm-dev mailing list