Hacker News new | ask | show | jobs
by aftbit 3083 days ago
I don't know if this is still true, but for many years emacs used a horrible hack called "unexec" to obtain this startup performance.

https://lwn.net/Articles/673724/

2 comments

That sounds similar to the "snapshot" feature Atom is using.
It was only true for glibc as well, and its no longer true as unexec got ripped out of glibc recently as only emacs was using it.