|
|
|
|
|
by userbinator
2040 days ago
|
|
Doing that IMHO matches real world use much better. If I do a compile and get a power outage I don't care if some object files get lost. The real world use is someone working on a document, using Save periodically, and expecting whatever was last saved to survive the next outage, not some arbitrarily old version. In other words, Windows implicitly fsync's often. |
|