IRC channel logs

2024-03-17.log

back to list of logs

<old>Came across this very old paper about GC https://www.cs.princeton.edu/~appel/papers/45.pdf and find the idea interesting. I wonder if its conclusion still hold true today on modern hardware?
<rlb>wingo: those changes exposed another lokke bug or two -- e.g. module was using foo when it was only available in that module via re-export (bar . foo), and now it doesn't exist (just needed to switch module to use bar directly).