git » jacl.git » commit 2173f52

paper

author Alan Dipert
2020-02-13 03:52:30 UTC
committer Alan Dipert
2020-02-13 03:52:30 UTC
parent 2778bb43893f5ce7f755d59156c9cacc247ebd19

paper

paper/jacl-els-2020.tex +2 -6

diff --git a/paper/jacl-els-2020.tex b/paper/jacl-els-2020.tex
index 0c572d7..778b81a 100644
--- a/paper/jacl-els-2020.tex
+++ b/paper/jacl-els-2020.tex
@@ -283,12 +283,8 @@ JavaScript compiler to perform, because they are exactly the kind that
 a JavaScript optimizer could not perform, provided only JavaScript
 code.
 
-Curiously, the arithmetic optimizations performed by the second,
-code-generation stage are \emph{exactly} the kind that JavaScript
-optimizers excel at.
-
-If JSCL oriented itself toward generating code optimizable by third
-party tools, then its own internals could be simplified to a degree.
+The arithmetic optimizations performed by the second, code-generation
+stage are \emph{exactly} the kind that JavaScript optimizers excel at.
 
 \subsection{ClojureScript}