[asdf-devel] Performance hit in TRUENAMIZE

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Wed Jul 14 20:40:15 UTC 2010


Why using TRUENAME + ERROR + HANDLER-CASE instead of PROBE-FILE?

I have been tracking a completely unrelated bug in ECL but found that for
loading all files ASDF calls TRUENAME with the names of FASLs that do not
exist. It finds out that by catching the corresponding error and then tries
something else.

Throwing and catching errors is costly. Why doing that instead of using
PROBE-FILE?

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20100714/675e24f8/attachment.html>


More information about the asdf-devel mailing list