Re: [PATCH RFC] fork: reduce chances for "address space is already occupied" errors

2019-04-13 Thread Corinna Vinschen
On Apr 13 09:46, Achim Gratz wrote: > Corinna Vinschen writes: > > Nick Clifton, one of the binutils maintainers, made the following > > suggestion in PM: > > > > Allow the ld flag --enable-auto-image-base to take a filename as > > argument. > > > > The idea: The file is used by ld to generate the

Re: [PATCH RFC] fork: reduce chances for "address space is already occupied" errors

2019-04-13 Thread Achim Gratz
Corinna Vinschen writes: > Nick Clifton, one of the binutils maintainers, made the following > suggestion in PM: > > Allow the ld flag --enable-auto-image-base to take a filename as > argument. > > The idea: The file is used by ld to generate the start address > for the next built DLL. Mechanism:

Re: [rebase PATCH] Introduce --no-rebase flag

2019-04-13 Thread Achim Gratz
Michael Haubenwallner writes: > The --no-rebase flag is to update the database for new files, without > performing a rebase. The file names provided should have been rebased > using the --oblivious flag just before. That name is somewhat strange, how about "--enlist"? Regards, Achim. -- +<[Q+

Re: [PATCH] Cygwin: use win pid+threadid for forkables dirname

2019-04-13 Thread Achim Gratz
Corinna Vinschen writes: > On Apr 12 15:32, Michael Haubenwallner wrote: >> Rather than newest last write time of all dlls loaded, use the forking >> process' windows pid and windows thread id as directory name to create >> the forkable hardlinks into. While this may create hardlinks more >> often