This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/19662] New: [FEATURE REQUEST] Need an option preventing any atexit object destructions


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]