Hacker News new | ask | show | jobs
by sklogic 3984 days ago
The biggest gain of the tracing JITs is elimination of dynamic dispatch. CL does not use it to an extend comparable to JavaScript, Python or Smalltalk.
1 comments

That depends largely on the implementation and libraries. Some make extensive use of CLOS in I/O for example.