Earlier quoted context omitted.
Probably, but it can be a convenience to make some small modifications to try out things without saving them. From a performance standpoint the win comes from not having the compiler start from a blank state for each file but keep the compiled objects in memory and only update the changed files. I suppose a modern reimplementation of that idea (that has more memory to spare, after all the official BC++5 requirements…
> Probably, but it can be a convenience to make some small modifications to try out things without saving them. Yes, I remember it being very pleasant when borland C++ crashed after running your application, losing your unsaved work. edit: that was on windows 95/98 time; so it is more likely that the application crashed the whole OS.
But at the same time it can be a convenience if you dont want to save but instead make a small change to try something out.