<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 1/15/22 01:47, Ben Grasset via
fpc-devel wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAL4d7FhtMHmXZ2HypQfDZQ-9HSH7uVbGzr-WWQ7Nss2gEBK8kg@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr">On Fri, Jan 14, 2022 at 5:49 AM Nikolay Nikolov
via fpc-devel <<a
href="mailto:fpc-devel@lists.freepascal.org"
moz-do-not-send="true" class="moz-txt-link-freetext">fpc-devel@lists.freepascal.org</a>>
wrote:<br>
</div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div>
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_quote"> </div>
</div>
</blockquote>
<p>No, it's not, because in linux I tested "make -j24 all"
in the compiler directory</p>
</div>
</blockquote>
<div>That isn't what you said in your original comment about
benchmarking on Linux. You specified "make cycle", which is
what I was going off of. <br>
</div>
</div>
</div>
</blockquote>
<p>Yes, my mistake, I wrote it in a hurry. Here's exactly what I
tested in linux:</p>
<p>make -j `nproc` clean OS_TARGET=linux CPU_TARGET=i386
BINUTILSPREFIX= PP=/usr/bin/ppcx64<br>
make -j `nproc` all OS_TARGET=linux CPU_TARGET=i386
BINUTILSPREFIX= PP=/usr/bin/ppcx64<br>
</p>
<p>versus:</p>
<p>make -j `nproc` clean OS_TARGET=linux CPU_TARGET=x86_64
PP=/usr/bin/ppcx64<br>
make -j `nproc` all OS_TARGET=linux CPU_TARGET=x86_64
PP=/usr/bin/ppcx64</p>
<p>And this is all run entirely on my SSD (Samsung SSD 860 EVO
500GB), while on Windows, the code I compile is on my HDD (the SSD
only contains Windows, FPC and Lazarus).<br>
</p>
<p>Btw, a full testsuite run in Linux on my computer is also much
faster on i386, compared to x86_64. But now I'm also in a hurry,
so I won't post any exact measurements.<br>
</p>
Nikolay<br>
</body>
</html>