Slide 51
Slide 51 text
@evacchi
@mastodon.social
Bringing the Web up to Speed with WebAssembly (PLDI’17)
• JVM, CIL, Android Dalvik, allow bytecode to create
irreducible loops and unbalanced locking structures,
features which usually cause optimizing JITs to give up
• In contrast, the structured control flow of WebAssembly
makes validation and compilation fast and simple
• and paves the way for structured locking and exception
constructs in the future
“