lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5702 Disable


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5702 Disable C++ exceptions
Date: Sun, 02 Feb 2020 09:17:37 -0000

pushed to staging as

commit e5f3804875a9ac6294f8ccf899760dc109f8824a
Author:     Jonas Hahnfeld <address@hidden>
AuthorDate: Mon Jan 27 14:45:06 2020 +0100
Commit:     Jonas Hahnfeld <address@hidden>
CommitDate: Sun Feb 2 09:53:11 2020 +0100

    Issue 5702/2: Disable exception handling code

    We don't throw in LilyPond and it's only bloating the executable:
    before: 192,586,512B
    after:  166,845,952B (-13.3%)

    This might also have a positive effect on the build time as well as
    performance during runtime, but I didn't try to measure that for now.

commit 58093859c8c05324ed653a67b496edfdb558ae07
Author:     Jonas Hahnfeld <address@hidden>
AuthorDate: Mon Jan 27 14:44:11 2020 +0100
Commit:     Jonas Hahnfeld <address@hidden>
CommitDate: Sun Feb 2 09:52:59 2020 +0100

    Issue 5702/1: Drop exception handling around scm_boot_guile

    Doing this at the end of main() is pointless.

[issues:#5702] Disable C++ exceptions

Status: Fixed
Labels: Fixed_2_21_0
Created: Mon Jan 27, 2020 02:33 PM UTC by Jonas Hahnfeld
Last Updated: Sun Feb 02, 2020 08:13 AM UTC
Owner: Jonas Hahnfeld

Disable C++ exceptions

1) Drop exception handling around scm_boot_guile

Doing this at the end of main() is pointless.

2) Disable exception handling code

We don't throw in LilyPond and it's only bloating the executable:
before: 192,586,512B
after: 166,845,952B (-13.3%)

This might also have a positive effect on the build time as well as
performance during runtime, but I didn't try to measure that for now.

http://codereview.appspot.com/571430048


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]