|
|
|
|
|
by technomancy
2832 days ago
|
|
Interesting you should mention Mandlebrot: https://old.reddit.com/r/programming/comments/6eg0x/where_ar... > the inner loop of mandelbrot is now identical (at the ucode IR level) to the IR generated by a C compiler. All type checks have been eliminated and only the pure (statically typed) FP adds/multiplies are left (the remaining task is to transform the ucode to the best possible machine code -- working on it). Similar results can be obtained for other numeric loops. ^ This is from a ten-year-old post about LuaJIT optimizations. |
|
Regardless, though, I think it’s clear that there are already fast Lisps.