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

(repost) CLOS compile-methods?



Jim Sims writes:
> Is there a compatible/equivalent to flavors-compile-methods? We have an
>application with about 27 classes, some have up to 60 slots and we load
>about 200 instances at startup. Needless to the say, the run-time behaviour
>has loads of "performance opportunities". Help, please!
>
>thanks in advance,
>jim

I am particularly interested by the responses you might get. One ugly trick
would be to create some dummy instance at load-time.

Felix