[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5681 Instrument and improve GC time

2020-02-05 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
We don't have this (yet), the code just does `extern unsigned long 
GC_free_space_divisor;`. But still I think it's a good idea because it allows 
the user to change it, should there ever be a need.


---

** [issues:#5681] Instrument and improve GC time**

**Status:** Fixed
**Labels:** Fixed_2_21_0 
**Created:** Fri Jan 24, 2020 09:48 AM UTC by Han-Wen Nienhuys
**Last Updated:** Wed Feb 05, 2020 11:35 AM UTC
**Owner:** Han-Wen Nienhuys


Setting GC_free_space_divisor to 1 decreases GC time on GUILE v2 from
2.1s to 1.75s, a 17% speedup for the Mozart horn concerto example

Don't try to tune the GUILE 1.8 GC if we are on GUILE 2.

https://codereview.appspot.com/573420043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net 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
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5681 Instrument and improve GC time

2020-02-05 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
"Han-Wen Nienhuys"  writes:

> Sure, we could use a sane_setenv call with overwrite = false. Send a patch?

That sounds quite preferable since it removes the gc.h dependency.

-- 
David Kastrup


---

** [issues:#5681] Instrument and improve GC time**

**Status:** Fixed
**Labels:** Fixed_2_21_0 
**Created:** Fri Jan 24, 2020 09:48 AM UTC by Han-Wen Nienhuys
**Last Updated:** Wed Feb 05, 2020 11:35 AM UTC
**Owner:** Han-Wen Nienhuys


Setting GC_free_space_divisor to 1 decreases GC time on GUILE v2 from
2.1s to 1.75s, a 17% speedup for the Mozart horn concerto example

Don't try to tune the GUILE 1.8 GC if we are on GUILE 2.

https://codereview.appspot.com/573420043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net 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
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5681 Instrument and improve GC time

2020-02-05 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
Sure, we could use a sane_setenv call with overwrite = false. Send a patch?

On Wed, Feb 5, 2020 at 12:36 PM Jonas Hahnfeld 
wrote:

> Just found in gc's source code: The environment variable
> GC_FREE_SPACE_DIVISOR does the same, without creating a dependency on the
> library and with a possibility for the user to change the value.
> --
>
> * [issues:#5681] 
> Instrument and improve GC time*
>
> *Status:* Fixed
> *Labels:* Fixed_2_21_0
> *Created:* Fri Jan 24, 2020 09:48 AM UTC by Han-Wen Nienhuys
> *Last Updated:* Sun Feb 02, 2020 07:40 PM UTC
> *Owner:* Han-Wen Nienhuys
>
> Setting GC_free_space_divisor to 1 decreases GC time on GUILE v2 from
> 2.1s to 1.75s, a 17% speedup for the Mozart horn concerto example
>
> Don't try to tune the GUILE 1.8 GC if we are on GUILE 2.
>
> https://codereview.appspot.com/573420043
> --
>
> Sent from sourceforge.net because you indicated interest in
> https://sourceforge.net/p/testlilyissues/issues/5681/
>
> To unsubscribe from further messages, please visit
> https://sourceforge.net/auth/subscriptions/
>



---

** [issues:#5681] Instrument and improve GC time**

**Status:** Fixed
**Labels:** Fixed_2_21_0 
**Created:** Fri Jan 24, 2020 09:48 AM UTC by Han-Wen Nienhuys
**Last Updated:** Wed Feb 05, 2020 11:35 AM UTC
**Owner:** Han-Wen Nienhuys


Setting GC_free_space_divisor to 1 decreases GC time on GUILE v2 from
2.1s to 1.75s, a 17% speedup for the Mozart horn concerto example

Don't try to tune the GUILE 1.8 GC if we are on GUILE 2.

https://codereview.appspot.com/573420043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net 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
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5681 Instrument and improve GC time

2020-01-27 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
This one seems like an unrelated Rietveld issue?


---

** [issues:#5681] Instrument and improve GC time**

**Status:** Started
**Created:** Fri Jan 24, 2020 09:48 AM UTC by Han-Wen Nienhuys
**Last Updated:** Mon Jan 27, 2020 08:36 AM UTC
**Owner:** Han-Wen Nienhuys


Setting GC_free_space_divisor to 1 decreases GC time on GUILE v2 from
2.1s to 1.75s, a 17% speedup for the Mozart horn concerto example

Don't try to tune the GUILE 1.8 GC if we are on GUILE 2.

https://codereview.appspot.com/577380043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net 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
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto