Hacker News new | ask | show | jobs
by wdroz 2620 days ago
You can hotpatch C function too : https://news.ycombinator.com/item?id=11403263
1 comments

Loading and unloading dynamic libraries (dlopen in Unix, LoadLibrary in Windows ...) and operating system kernel modules are also examples of hot code reloading in C.