
Loïc Joly wrote:
Jeff Flinn a écrit :
Robert Ramey wrote:
Loïc Joly wrote:
My pet peeve with debugging my serialization code based on boost is currently the slooowwness of the compiler in step by step walking through the code, when the call stack gets huge (deep withing serialization, for instance). 20s from one line the the next one...
Hmm - I've never experienced that - but I'm using VC 7.1
Time to exit Visual Studio and reboot. I've seen this not just with serialization.
Did so, no noticeable changes...
The other issue I found was that our AntiVirus software was slowing down access, in particular to files on the network. For some reason it was configured to check even source files. Other times a clean rebuild helped ( particularly delete any .pdb files if they are used). Jeff Flinn