On Sun, 22 May 2011 17:12:17 +0300, JimBob <[email protected]> wrote:
Cant the compiler simply do a bitwise compare of all versions of a given template function/method, and remove any that have duplicate code? I mean actually compare the generated asm code.
That's what I suggested earlier, but I think this should be done by a linker, as it'll allow merging duplicate code objects in all modules.
-- Best regards, Vladimir mailto:[email protected]
