This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/17214] Expose a clone variant that shares stacks instead of jumping to a new one


https://sourceware.org/bugzilla/show_bug.cgi?id=17214

--- Comment #12 from Rich Felker <bugdal at aerifal dot cx> ---
Steven, a clone that behaved like vfork (returning twice in the same shared VM)
would have all the same problems as vfork, i.e. it would be completely
incompatible with modern compilers that do any nontrivial optimizations. vfork
was eliminated for very good reasons, and it should not be brought back.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]