To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106425
                 Issue #|106425
                 Summary|sc: vba: turn global aggregate with ctor into local st
                        |atic
               Component|Spreadsheet
                 Version|DEV300m63
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|npower
             Reported by|cmc





------- Additional comments from c...@openoffice.org Thu Oct 29 10:30:18 +0000 
2009 -------
Global objects with non-trivial constructors have to have their constructors run
before main (before dlopen), so we can get a micro load-time improvement by
deferring their construction to first-use. We have a (rather overengineered)
pattern for this.

Patch attached to implement this

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to