Registriert seit: 4. Jun 2010
15.663 Beiträge
|
CLANG, template debuginfo and linker out of memory
8. Dez 2013, 14:10
The CLANG compiler that is used for BCC64 in XE3, XE4 and XE5 has a “bloated object file” problem if it comes to debug information for deeply nested templates. The generated object file can easily grow to 100 MB with a single line of code. int main(int argc, char *argv[]) { std::map
|