[LLVMdev] Segmented Stack Implementation

Kavon Farvardin kavon.farvardin at gmail.com
Thu Nov 13 15:39:06 PST 2014


Hi,

Does the segmented stack implementation on x86 perform any frame copying? 

After skimming some of the code, it appears that it does not. Is the possibility of aliasing the stack the only reason why we do not do copying?



More information about the llvm-dev mailing list