Displaying 2 results from an estimated 2 matches for "vukobrat".
2016 Sep 29
2
[RFC] Interprocedural MIR-level outlining pass
...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?
>
>
> V...
2016 Aug 26
10
[RFC] Interprocedural MIR-level outlining pass
Hi everyone,
Since I haven't said anything on the mailing list before, a quick
introduction. I'm an intern at Apple, and over the summer I implemented a
prototype for an outlining pass for code size in LLVM. Now I'm seeking to
eventually upstream it. I have the preliminary code on GitHub right now,
but it's still very prototypical (see the code section).