author | Alan Dipert
<alan@dipert.org> 2020-02-13 03:54:43 UTC |
committer | Alan Dipert
<alan@dipert.org> 2020-02-13 03:54:43 UTC |
parent | 2173f52e4c0a2b99f3633d2200592db7312c87ad |
paper/jacl-els-2020.tex | +3 | -2 |
diff --git a/paper/jacl-els-2020.tex b/paper/jacl-els-2020.tex index 778b81a..fc3a287 100644 --- a/paper/jacl-els-2020.tex +++ b/paper/jacl-els-2020.tex @@ -283,8 +283,9 @@ JavaScript compiler to perform, because they are exactly the kind that a JavaScript optimizer could not perform, provided only JavaScript code. -The arithmetic optimizations performed by the second, code-generation -stage are \emph{exactly} the kind that JavaScript optimizers excel at. +On the other hand, the arithmetic expression code-size optimizations +performed by the second, code-generation stage could easily be +performed by a JavaScript optimizer. \subsection{ClojureScript}