[llvm-commits] X86 FastISel: Emit immediate call arguments locally to save stack size when compiling with -O0

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Aug 11 11:14:49 PDT 2011


On Aug 11, 2011, at 11:03 AM, Ivan Krasin wrote:

> I'm confused a little bit. What should I do:
> 
> - Commit this patch and improve fast regalloc
> or
> - Improve fast regalloc and resurrect this patch after that?

Please wait for Eric's review before you commit. He knows fast isel better.

I don't think this regression is bad enough to block your patch. Stack space usage is not normally a big concern for -O0.

/jakob




More information about the llvm-commits mailing list