[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
please make byte compiling during bootstrap take advantage of make -j
From: |
Dan Nicolaescu |
Subject: |
please make byte compiling during bootstrap take advantage of make -j |
Date: |
Sun, 04 May 2008 10:35:36 -0700 |
Multi-core CPUs are already widespread, and will only become more so.
Byte compiling all the elisp files is where most of the time is spent
during bootstrap. But currently byte compilation does not take
advantage of "make -j", which would speed it up a great deal.
Can you please implement this?
Thanks
- please make byte compiling during bootstrap take advantage of make -j,
Dan Nicolaescu <=
- Re: please make byte compiling during bootstrap take advantage of make -j, Eli Zaretskii, 2008/05/04
- Re: please make byte compiling during bootstrap take advantage of make -j, Glenn Morris, 2008/05/05
- Re: please make byte compiling during bootstrap take advantage of make -j, Glenn Morris, 2008/05/06
- Re: please make byte compiling during bootstrap take advantage of make -j, Eli Zaretskii, 2008/05/07
- Re: please make byte compiling during bootstrap take advantage of make -j, Glenn Morris, 2008/05/07
- Re: please make byte compiling during bootstrap take advantage of make -j, Eli Zaretskii, 2008/05/08
- Re: please make byte compiling during bootstrap take advantage of make -j, Glenn Morris, 2008/05/08
- Re: please make byte compiling during bootstrap take advantage of make -j, Eli Zaretskii, 2008/05/09
- Re: please make byte compiling during bootstrap take advantage of make -j, Dan Nicolaescu, 2008/05/09
- Re: please make byte compiling during bootstrap take advantage of make -j, Eli Zaretskii, 2008/05/09