Is it safe to recompile an executable while it’s running?
Since this is a conventional compiler, that writes out an executable file, let’s follow it in Linux. The first thing to know is that a Linux filename doesn’t directly refer to the file, but rather to a directory entry, which is independent of the filename. A file doesn’t actually need to have a filename, but … Read more