Hacker News new | ask | show | jobs
by dalailambda 3630 days ago
Doing this with dynamic libs in C/C++ is done frequently in some areas.
1 comments

Yeah but your program has to be written to do it that way from the start, with a plugin boundary and so on. The JVM can do it for any code, with limitations, but there's a "DCE VM" that is a patched HotSpot. It can do far more kinds of hotswapping.