Virtual methods are thread unsafe
In my February 15th SD Times column on the future of concurrent programming models, I wrote "[A] basic rule for thread safety is 'either write objects with no fields or write objects with no virtual method calls'...." I received an email today from someone asking about why virtual method calls …
more ...