[PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot

Tom Rini trini at konsulko.com
Wed Apr 17 01:12:16 CEST 2024


On Tue, Apr 16, 2024 at 11:59:56AM -0700, Raymond Mao wrote:

[snip]
> [1]: bloat-o-meter output between disabling/enabling MbedTLS
> ```
> add/remove: 231/69 grow/shrink: 12/5 up/down: 60196/-11166 (49030)

I don't know if this is qemu_arm64 or sandbox.  With buildman's size
comparison functions we see:
            qemu_arm64     : all +75537 bss -88 data +24 rodata +6349 text +69252
               u-boot: add: 274/-12, grow: 12/-4 bytes: 72002/-3800 (68202)
...
            sandbox        : all +57008 bss +32 data +1632 rodata +352 text +54992
               u-boot: add: 143/-75, grow: 21/-18 bytes: 64058/-16523 (47535)

So please look in to using buildman to get more details about what's
changing, size-wise. Also, my goodness, that's far too much growth, and
we aren't removing anything? This needs to be a whole switch, not just
an addition. And then look in to what we can tweak / remove. Are we
perhaps not getting our usual link time garbage collection done?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20240416/7ed97741/attachment.sig>


More information about the U-Boot mailing list