Displaying 1 result from an estimated 1 matches for "pr10488".
Did you mean:
pr10189
2011 Sep 26
4
[LLVMdev] x86-64 large stack offsets
Jakob Stoklund Olesen <stoklund at 2pi.dk> writes:
Hi Jakob,
Thanks for the responses.
> As you have noticed, the x86 backend only supports stack frames up to 2GB.
That's unfortunate. :(
> Fixing that would require the x86 backend to use the register
> scavenger during prolog epilog insertion like the ARM backend does.
Makes sense.
> That particular code was very