by mnemonik on 4/26/18, 3:46 PM with 19 comments
by repsilat on 4/28/18, 3:16 AM
Creative uses of computed jumps, messing with the stack, dynamic codegen, all sorts of weird things your new language might do to efficiently implement some new control or data structure aren't likely to be possible.
At least in the short term nobody is going to be too upset. Today if something needs to wring all the power available from your CPU it isn't reasonable to put it on the web. That will continue to be true. WASM is the wise 80% solution, not a toy for ASM hackers and people messing around with weird prototype programming languages.
by amluto on 4/27/18, 11:02 PM
by merlish on 4/28/18, 11:32 AM
Do you have to analyze the source program & know where every possible call to a yield is, and store all resulting suffixes of a function as new functions?
by foota on 4/28/18, 3:24 AM
by gok on 4/28/18, 1:46 AM