logoalt Hacker News

stillpointlabtoday at 3:46 PM1 replyview on HN

I was thinking that one could just write a loader that goes from SELF->ELF on load. You then pay the cost on startup. Probably not worth it for one-shot programs like ls/cat/etc, but for long running programs and daemons it might be workable.


Replies

garganzoltoday at 5:45 PM

Another option is to adapt a database engine to support page-aligned blobs, which is probably not that hard to achieve.

show 2 replies