This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH] Enable parallel ltrans stage with -fwhopr=N


> 
> This implements parallel execution of the ltrans stage with N
> parallel jobs scheduled by make.  -fwhopr gets an optional
> argument specifying the number of parallel jobs, passed as -jN
> to make.  Specifying -fwhopr without N or with N == 1 will
> continue to invoke the ltrans phase serially directly from
> lto-wrapper without using a make tool (good for debugging and
> when you do not have make installed).

You are great, thanks!
Honza


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