diff options
author | Charlie Gordon <github@chqrlie.org> | 2024-02-15 10:30:04 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-03-02 18:12:24 +0100 |
commit | 09590962a19e277fdf682a722fe240dd49521310 (patch) | |
tree | 136d91e4c581d690163259121715adfa8dbaf3fe /lib/quickjs/VERSION | |
parent | fedc82851aad3e1198a1c9abb879ef7ed5009bf2 (diff) | |
download | chawan-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/VERSION | 2 |
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 |