From d1dbea91acbeb83ed1d794a74e30c57bf9163ebf Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 18 Jul 2017 10:14:22 -0400 Subject: [PATCH] Remove debug collection from compiled function calls This will hopefully provide a performance boost, and is a cheap optimization to make. The information it collected was pretty useless in practice. * src/current/compiler/js-calc.xsl (compile) [c:*]: Do not encase calculations with function ancestors in debug collection functions. --- src/current/compiler/js-calc.xsl | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/current/compiler/js-calc.xsl b/src/current/compiler/js-calc.xsl index e3f91ae7..d2d0073d 100644 --- a/src/current/compiler/js-calc.xsl +++ b/src/current/compiler/js-calc.xsl @@ -60,7 +60,13 @@ -