On 11/19/2012 03:14 AM, Jakub Jelinek wrote:
PR. The reason for my patch was solely that it is more costly to have local statics. With -fno-threadsafe-statics it will be less costly than before, still it is about an extra guard var and need to load it/test it before every first use in the function, right?
True. Jason