[Bug c++/19662] New: [FEATURE REQUEST] Need an option preventing any atexit object destructions
yuri at tsoft dot com
gcc-bugzilla@gcc.gnu.org
Fri Jan 28 05:23:00 GMT 2005
For ex. "gcc -no-atexit ..." will avoid any post-run object destructions.
This feature is very useful: if I have very performance critical application and
all my objects are simple and do not *really* require destructions I may opt for
this. Benefit: will be less extra stuff inserted by compiler and program will
run faster with better optimizations.
And often people do not destroy objects anyways.
Yuri
--
Summary: [FEATURE REQUEST] Need an option preventing any atexit
object destructions
Product: gcc
Version: 3.4.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: yuri at tsoft dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19662
More information about the Gcc-bugs
mailing list