[Bug driver/18006] Please replace vfork() with fork()

d dot yu dot bolkhovityanov at inp dot nsk dot su gcc-bugzilla@gcc.gnu.org
Fri Oct 15 13:02:00 GMT 2004


------- Additional Comments From d dot yu dot bolkhovityanov at inp dot nsk dot su  2004-10-15 13:02 -------
Andrew, this is not "strace bug", but a vfork() bug that it can't be traced --
strace simply CAN'T do anything to fix it.

If some versions of GCC use fork(), and others -- vfork(), so, GCC in fact
supports both styles, right?  So, can this be made at least configurable?

And as for performance...  Of course, vfork() is slightly faster, but the
performance gain (microseconds?) is neglectable if compared with times spent on
compilation and optimization...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18006



More information about the Gcc-bugs mailing list