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

Re: Basic Design Questions: function cells



    The function cell can also hold the lambda expression for an interpreted
    function, so you can't do a blind JSR anyway.

Your assumption that the lambda expression for an interpreted function must be
stored in the function cell is incorrect.  PSL used the implementation
technique that I described, with good results.
-------