The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
the benchmark CTAK which you can find in github.com/interlisp/envos/ under lispcore/gabriel/benchmarks /gabriel-tak.dfasl runs fine (and quickly) on a intel mahine but hangs when running on a pi.
What distinguishes CTAK is the heavy use of catch and throw.
I suspect the UNWIND opcode but mainly because I don't know what it is supposed to do.
the benchmark CTAK which you can find in github.com/interlisp/envos/ under lispcore/gabriel/benchmarks /gabriel-tak.dfasl runs fine (and quickly) on a intel mahine but hangs when running on a pi.
What distinguishes CTAK is the heavy use of catch and throw. I suspect the UNWIND opcode but mainly because I don't know what it is supposed to do.