Paul Sherwood writes:
Hello Paul,
> On 2021-01-04 17:01, Jan Nieuwenhuizen wrote:
>> I have reset Guix' wip-full-source-bootstrap branch with a first
>> working
>> implementation of the, well, "Full Source Bootstrap" for x86-linux (and
>> x86_64-linux). This bootstrap is rooted in the 357-byte h
I compared gzip, lzip and zstd when compressing a 580 MB pack (therefore
containing "subsitutes" for several packages) with different compression
levels. Maybe the results can be of some use to someone.
Note that the plots only show the results using only 1 thread and
standard compression levels,
Pierre Neidhardt skribis:
> Wow, impressive! :)
>
> Guillaume Le Vaillant writes:
>
>> Note that the plots only show the results using only 1 thread and
>
> Doesn't 1 thread defeat the purpose of parallel compression / decompression?
>
It was just to get a better idea of the relative compressi
Hi,
for reference, the patchset is now tracked by issue 45712
(http://issues.guix.gnu.org/45712)
Cheers,
Lars
Hi,
On Thu, 31 Dec 2020 at 17:13, Leo Prikler wrote:
> Am Donnerstag, den 31.12.2020, 16:37 +0100 schrieb Rovanion Luckey:
> > > Use git-fetch instead and don't recurse into submodules. You will
> > > likely encounter some errors, because it doesn't seem as though
> > > nomacs
> > > expects you
Oops, g...@gitlab.com:janneke/tinycc.git in branch "mes-0.23"
pgpUsxbrGINDP.pgp
Description: OpenPGP digital signature
Hi Janneke,
I just found the bug in tinycc that caused failed our ARM bootstrap to fail.
I use the following reproducer:
int main() {
double f = 1.0;
return 0;
}
and then invoke
tcc a.c
on ARM (32) using your patched tcc. (but it's also broken in the unpatched tcc)
(tcc cr
Dnia 2021-01-04, o godz. 18:01:21
Jan Nieuwenhuizen napisaĆ(a):
> Hi!
>
> I have reset Guix' wip-full-source-bootstrap branch with a first
> working implementation of the, well, "Full Source Bootstrap" for
> x86-linux (and x86_64-linux). This bootstrap is rooted in the
> 357-byte hex0-seed from
Hello Guix!
With this email, I have attached the complete diff, which is to be
applied on top of master.
I have attached wrong file before. Here is the correct one attached.
Regards,
RG.
diff --git a/gnu/local.mk b/gnu/local.mk
index dfd44ac769..4332f16a82 100644
--- a/gnu/local.mk
+++ b/gnu/
Danny Milosavljevic writes:
Hello Danny,
> I just found the bug in tinycc that caused failed our ARM bootstrap to fail.
>
> I use the following reproducer:
>
> int main() {
> double f = 1.0;
> return 0;
> }
Beautiful! Well done! I can confirm that adding this patch
--8<---
10 matches
Mail list logo