about summary refs log tree commit diff stats
path: root/lib/quickjs/VERSION
diff options
context:
space:
mode:
authorCharlie Gordon <github@chqrlie.org>2024-02-15 10:30:04 +0100
committerbptato <nincsnevem662@gmail.com>2024-03-02 18:12:24 +0100
commit09590962a19e277fdf682a722fe240dd49521310 (patch)
tree136d91e4c581d690163259121715adfa8dbaf3fe /lib/quickjs/VERSION
parentfedc82851aad3e1198a1c9abb879ef7ed5009bf2 (diff)
downloadchawan-09590962a19e277fdf682a722fe240dd49521310.tar.gz
Improve string concatenation hack
- add more cases of in place string concatenation
  this temporary hack improves the microbench timing by 30% but
  has little impact on the test262 timings.
Diffstat (limited to 'lib/quickjs/VERSION')
-rw-r--r--lib/quickjs/VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quickjs/VERSION b/lib/quickjs/VERSION
index e89de35f..e32e065c 100644
--- a/lib/quickjs/VERSION
+++ b/lib/quickjs/VERSION
@@ -1 +1 @@
-2024-01-13
+2024-02-14