zlacker

[parent] [thread] 0 comments
1. dunham+(OP)[view] [source] 2025-12-02 20:37:26
Is JSC less tested? I thought it was used in Safari, which has some market share.

I used bun briefly to run the output of my compiler, because it was the only javascript runtime that did tail calls. But I eventually added a tail call transform to my compiler and switched to node, which runs 40% faster for my test case (the compiler building itself).

[go to top]