Hi! On 2012-06-25, Simon King <simon.k...@uni-jena.de> wrote: > I just tested: Looking up the argspec when creating a cached method only > occurs 43 times at startup. So, that probably isn't the culprit.
My patch at #13159 does not solve the problem with the startup time. However, it avoids that source inspection occurs repeatedly when requesting a cached method for different instances of the same class. That brings some speed-up, particularly for cached methods defined in Cython modules. Needs review, if someone cares. Cheers, Simon -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org