[fpc-devel] Attn Michael: r 43417 (ordinal bithelpers)
Michael Van Canneyt
michael at freepascal.org
Sat Nov 9 20:17:06 CET 2019
On Sat, 9 Nov 2019, Jonas Maebe wrote:
>> I definitely want to help to integrate the tests somehow in the daily
>> testrun, but I will not use the slow testsuite.
>
> With parallel compilation, it will be barely slower.
home:~/rtl> time retest Classes > out
3.400u 0.628s 0:04.02 100.0% 0+0k 0+33872io 0pf+0w
retest is the command I use. I redirected output. 3 seconds, and that
includes recompiling the RTL. All classes tests run.
home:~/fpc> time make clean all PP=ppcx64-3.0.4 > out
/usr/bin/ld: warning: x86_64/bin/x86_64-linux/link.res contains output sections; did you forget -T?
119.139u 11.763s 1:47.32 121.9% 0+0k 179800+1292024io 2pf+0w
home:~/fpc> time make clean rtl packages > out
61.289u 4.929s 0:31.64 209.2% 0+0k 0+728024io 0pf+0w
home:~/fpc>
with -J7 and not even testuite run.
Michael.
More information about the fpc-devel
mailing list