top | item 45714274

(no title)

amitprasad | 4 months ago

This is heavily language runtime dependent — there’s nothing that fundamentally stops you from doing anything during the phase between jumping to an entry point and the main()

discuss

order

abnercoimbre|4 months ago

Indeed the craziest among us occasionally abuse this fact, so long as the compiler implementation lets us.

Animats|4 months ago

Right. This tends to come up with packages, which just by virtue of being loaded, set up to do something such as log, print, catch errors, or phone home to something.