Codegen for -O1 and -O2 optimization levels has been improved, including resolving all known issues.This significantly reduces the size of debug information generated when building.īetter Codegen - In Clang-enhanced compilers: (Clang-enhanced Win32) Support for external type files for debug information, which reduces duplication of debug information created for common types used in many compilation units, such as VCL types.Class names are now always displayed in the call stack.When code has two local variables with the same name in different scopes in a method, variable evaluation can now resolve both and display the correct one depending on the current location.Local variables in code built with the Clang-enhanced compilers for Win32 and Win64 can now always be evaluated in watches or the Local Variables view.
Better Support for Debugging - In Clang-enhanced compilers: