This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: How would *you* use an intern?


> A more radical change that we were thinking about was to make GCC
> reentrant in some fashion, so you could have multiple incremental

I don't see the point for this - modern operating systems can already
take care of sharing the text segment while mapping separate data segments,
both for multiple invocations of the same program, and for forking /
cloning of a process.


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