bug-make
[Top][All Lists]
Advanced

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

[bug #63650] Performance regression with EXPORT_ALL_VARIABLES enabled


From: anonymous
Subject: [bug #63650] Performance regression with EXPORT_ALL_VARIABLES enabled
Date: Thu, 19 Jan 2023 04:06:35 -0500 (EST)

Follow-up Comment #7, bug #63650 (project make):

I don't think it is reasonable to cache environment. The number of operations
needed for a single expansion is a very fast growing sequence.
So if it will help with e.g. n=5, n=6 will still take a long time to compute.

Maybe just show a warning when recursion is detected?

I'll try to think what can be done with algorithm.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63650>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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