Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Smaller binary size


Hello everybody,

I found that there is some unnecessary code included in the compiled
executable. A hello-world program contains the code for a DNS resolver, for
instance. It's not a big deal in most real-life applications but I'd like
to investigate the possibility of being bloatedness-free.

As far as I can tell the symbols are included because they are called by
the __init__ functions of the std package. Do you have any ideas about what
I can do?

What I have come up with so far is to extract some parts of the std package
into separate packages. Thoughts?

I would also like to know if there is any near-term roadmap or milestones
or what you guys are working on currently.

--
mura

Follow-Ups:
Re: Smaller binary sizeOri Bernstein <ori@xxxxxxxxxxxxxx>