Add new comment

This is not string pooling,

This is not string pooling, this should be linker identical code folding (designed to merge same methods of different classes, e.g. templates)
So, two originally different function pointers are the same in the optimized code.

We'll return to this but not immediately

-- Alex Tutubalin @LibRaw LLC