[LLVMdev] Segmented Stacks: Pre-midterm work
Evan Shaw
edsrzf at gmail.com
Tue Aug 16 14:28:29 PDT 2011
On Wed, Aug 17, 2011 at 1:39 AM, Joerg Sonnenberger
<joerg at britannica.bec.de> wrote:
> Not true. At least on x86_64, Go uses a different calling convention.
You might be confusing the two main compiler implementations. The gc
compilers pass everything on the stack on all architectures, but gccgo
matches gcc's calling convention as far as I'm aware.
- Evan
More information about the llvm-dev
mailing list