Hacker News new | ask | show | jobs
by nemoniac 3985 days ago
Could you elaborate on this point?
1 comments

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.
That depends largely on the implementation and libraries. Some make extensive use of CLOS in I/O for example.