Does Microsoft make available the .obj files for its CRT versions to enable whole program optimizati
Posted
by Leeks and Leaks
on Stack Overflow
See other posts from Stack Overflow
or by Leeks and Leaks
Published on 2010-04-19T21:28:23Z
Indexed on
2010/04/19
21:33 UTC
Read the original article
Hit count: 192
Given the potential performance improvements from LTCG (link time code generation, or whole program optimization), which requires the availability of .obj files, does Microsoft make available the .obj files for the various flavors of its MSVCRT releases? One would think this would be a good place for some potential gain. Not sure what they have to lose since the IL that is generated in the .obj files is not documented and processor specific.
© Stack Overflow or respective owner