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?