HP aC++ A.03.85 Release Notes

HP aC++ Release Notes
New Features in Version A.03.50
Chapter 1 23
New Features in Version A.03.50
HP aC++ version A.03.50 supports the following new features:
Precompiled Header (PCH) Feature Fully Supported under -AA
Debugging Optimized Code (DOC)
•+O[no]clone Option
+O[no]memory[=malloc]
Improved Prefetching and Data Locality for PA8800
Improved Optimization of Exception Handling Code Sequences at Optimization Level
+O2 with +Oexception Option
restrict Keyword
Increased +O3/+O4 Robustness with aCC
Support for gdb steplast
+Olit=[all|none] Option
Dynamic Unloading of C++ Runtime Shared Library (libCsup)
Pragma INIT and Pragma FINI in 32-bit mode
Precompiled Header (PCH) Feature Fully Supported under -AA
Precompiled Header (PCH) is now fully supported with -AA option. That means PCH feature
can be used with STL (Standard Template Library).
Debugging Optimized Code (DOC)
Debugging of optimized code (at optimization level +O2) is more robust now. Debugging of
template functions is much improved.
+O[no]clone Option
This option provides user control to turn on [off] the cloning feature of the optimizer. This
option is primarily for users who may see a lot of cloning adversely affecting the performance
of their code, and want more control over cloning.