Displaying 1 result from an estimated 1 matches for "d86463c0".
2017 Jul 23
2
Advise on which copy to use.
I am generating llvm code for nested procedures. Each one gets a static link,
which I am passing as an internally added, first parameter. However, it needs
to be stored in memory too, so a debugger can find it. So, when I need to use
the value, is it better to use the ssl parameter or load the memory copy?
I can imagine the ssl value might avoid unnecessary fetches, but then, it
might also