Skip to content

Comment on JIT Compiling Code in 5μsparent

Comments

It depends on the implementation. CLISP compiles when it is told to.

Last I checked, CLISP compiles to byte code. Did they add a JITter for the byte code?

Compiling to bytecode is still compilation. An interpreter would operate directly on the S-expressions. Obviously, this makes some constructs (such as TAGBODY) very inefficient.

There is a jit branch, but not in master.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.