From e5ae3cf844ded15daada4dbaf4afff90ffee4c05 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 4 Jun 2015 13:09:12 -0700 Subject: Refactor polyfill quite a bit. --- AstSemantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AstSemantics.md') diff --git a/AstSemantics.md b/AstSemantics.md index ee16571..2adb7b8 100644 --- a/AstSemantics.md +++ b/AstSemantics.md @@ -248,7 +248,7 @@ immediate use. The following primitives provide AST nodes that express control flow and thus allow more opportunities to build bigger expression trees and further reduce `SetLocal`/`GetLocal` usage (which constitute 30-40% of total bytes in the polyfill prototype). Additionally, these primitives are useful -building blocks for WebAssembly-generators (including the asm.js polyfill). +building blocks for WebAssembly-generators (including the JavaScript polyfill). * Comma - evaluate and ignore the result of the first operand, evaluate and return the second operand * Conditional - basically ternary ?: operator -- cgit v1.2.3