Re: The size of ‘.go’ files

2020-06-24 Thread Andy Wingo
Hi :) On Tue 09 Jun 2020 18:09, Ludovic Courtès writes: > Andy Wingo skribis: > >> The guile.arities section starts with a sorted array of fixed-size >> headers, then is followed by a sequence of ULEB128 references to local >> variable names, including non-arguments. The size is a bit

Re: The size of ‘.go’ files

2020-06-09 Thread Ludovic Courtès
Hello! Andy Wingo skribis: > A few points of information :) Much appreciated! > The guile.arities section starts with a sorted array of fixed-size > headers, then is followed by a sequence of ULEB128 references to local > variable names, including non-arguments. The size is a bit perplexing,

Re: The size of ‘.go’ files

2020-06-08 Thread Andy Wingo
Hi :) A few points of information :) On Fri 05 Jun 2020 22:50, Ludovic Courtès writes: > [Sorting] the ELF sections of a .go file by size; for ‘python-xyz.go’, > I get this: > > $13 = ((".rtl-text" . 3417108) > (".guile.arities" . 1358536) > (".data" . 586912) > (".rodata" . 361599) >

Re: The size of ‘.go’ files

2020-06-07 Thread Pierre Neidhardt
Same here! :) -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: The size of ‘.go’ files

2020-06-06 Thread Katherine Cox-Buday
Mathieu Othacehe writes: > Having a lighter disk-image isn't very important on desktop, but for the > embedded devices with small eMMC, any improvement would be really > welcome :) I was recently discussing a Guix buildbox container image I put together with a coworker, and one of the

Re: The size of ‘.go’ files

2020-06-06 Thread Mathieu Othacehe
Hey Ludo, > $ guix size $(readlink -f /run/current-system) | head -5 > store item totalself > /gnu/store/4d0p06xgaw8lqa9db0d6728kkba8bizj-qemu-5.0.01651.6 > 745.2 18.8% >

The size of ‘.go’ files

2020-06-05 Thread Ludovic Courtès
Hello Guix! On IRC there was a discussion about the size of ‘.go’ files. The discussion came from this observation: --8<---cut here---start->8--- $ guix size $(readlink -f /run/current-system) | head -5 stor