8 points | by theMackabu 3 days ago
3 comments
This is cool, imagine this in a serverless environment
Previously with lambda we've had cold start issues, and cloudflare tried to address this with V8 isolates, but that doesn't have the full node env
Maybe this could make it so the code always runs quickly regardless of the env it's in... maybe
thats crazy but if u wanted to write js and it be fast and small size wouldnt it be better to write some compiler that compiles it into llvm?
llvm is big/slow to compile and doesnt really fit js dynamic execution well in most cases
This is cool, imagine this in a serverless environment
Previously with lambda we've had cold start issues, and cloudflare tried to address this with V8 isolates, but that doesn't have the full node env
Maybe this could make it so the code always runs quickly regardless of the env it's in... maybe
thats crazy but if u wanted to write js and it be fast and small size wouldnt it be better to write some compiler that compiles it into llvm?
llvm is big/slow to compile and doesnt really fit js dynamic execution well in most cases