Re: [Toybox] Impact of global struct size

2024-01-02 Thread enh via Toybox
On Mon, Jan 1, 2024 at 12:39 PM Rob Landley wrote: > > On 12/30/23 18:10, Ray Gardner wrote: > > I am having a bit of trouble understanding the impact of globals. > > > > There are the probes GLOBALS and findglobals to see what the space usage > > is for globals. The output of both show that "this

Re: [Toybox] [PATCH] file: parse JPEG files enough to pull out their size in pixels.

2024-01-02 Thread enh via Toybox
On Tue, Dec 19, 2023 at 5:51 PM scsijon wrote: > > > On 19/12/23 08:05, toybox-requ...@lists.landley.net wrote: > > 1. [PATCH] file: parse JPEG files enough to pull out their size > >in pixels. (enh) > > -- > > > > Mes

Re: [Toybox] Impact of global struct size

2024-01-02 Thread Ray Gardner
On Tue, Jan 2, 2024 at 3:58 PM Ray Gardner wrote: > > On Mon, Jan 1, 2024 at 1:39 PM Rob Landley wrote: > > ... [ a very long and detailed reply ] ... > > Rob, thank you for the "GIANT INFODUMP", and I mean that sincerely. It > took me a while to read it; it must have taken quite a while to write

Re: [Toybox] vi 'b' command broken

2024-01-02 Thread Rob Landley
On 1/2/24 17:21, enh wrote: >> > if you really care, not even icu4c (my usual answer to such >> > questions, and something bionic regularly forwards such questions to), >> > you want to talk to something like >> > https://en.wikipedia.org/wiki/HarfBuzz instead --- this shit gets >> > weird, fast. >

Re: [Toybox] vi 'b' command broken

2024-01-02 Thread enh via Toybox
On Wed, Nov 22, 2023 at 11:04 AM Rob Landley wrote: > > Wow, how long has THIS one been buried behind other windows? (Trying to > finally > reboot my laptop so I can upgrade stuff...) > > On 10/11/23 11:13, enh wrote: > > On Wed, Oct 11, 2023 at 3:22 AM Rob Landley wrote: > >> > >> On 10/6/23 05

Re: [Toybox] Impact of global struct size

2024-01-02 Thread Ray Gardner
On Mon, Jan 1, 2024 at 1:39 PM Rob Landley wrote: > ... [ a very long and detailed reply ] ... Rob, thank you for the "GIANT INFODUMP", and I mean that sincerely. It took me a while to read it; it must have taken quite a while to write it. A lot of info on kernel-level memory management, I think