Re: Re: Re: Re: class proposal
Paul Prescod <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Mark Hahn wrote: >... > > The solution is through caching just as JIT is the solution for the > interpreter. Caching will cache the MRO along with everything else. This > will give us the best of all worlds. Pure dynamic behaviour with high > performance. Caching is easy but cache invalidation can be pretty tricky... Paul Prescod