i have a working set where the compiler operates between 15 to 60 percent faster for C++ code, depending on the source file. I found that the biggest issue is the compiler compiles a lot of unused functions... there is still cleanup to be done there so I can get it a little faster...
i have a working set where the compiler operates between 15 to 60 percent faster for C++ code, depending on the source file. I found that the biggest issue is the compiler compiles a lot of unused functions... there is still cleanup to be done there so I can get it a little faster...