Issue Details (XML | Word | Printable)

Key: STDCXX-997
Type: Improvement Improvement
Status: In Progress In Progress
Priority: Minor Minor
Assignee: Martin Sebor
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[Sun C++] use #pragma does_not_return, no_side_effect, etc.

Created: 19/Jul/08 11:22 PM   Updated: 16/Aug/08 07:06 PM
Return to search
Component/s: Build and Installation
Affects Version/s: 4.2.1
Fix Version/s: 4.2.2

Time Tracking:
Original Estimate: 6h
Original Estimate - 6h
Remaining Estimate: 6h
Remaining Estimate - 6h
Time Spent: Not Specified
Remaining Estimate - 6h

Environment: Sun C++
Issue Links:
Reference
 

Severity: Inefficiency


 Description  « Hide
The Sun C++ #pragmas does_not_return, no_side_effect, and others can help the optimizer improve the efficiency of generated code. We should investigate their potential uses in performance-sensitive areas.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor added a comment - 24/Jul/08 11:12 PM
Extended to include #pragma does_not_return and others.