summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-11-25 12:24:20 +0100
committerjmoenig <jens@moenig.org>2014-11-25 12:24:20 +0100
commit75849a59a2ac594c2c78a7cf6ef1e8be6c1eec57 (patch)
treefb13a87c2b95ae03a266778b136b8077bb92d6f5 /history.txt
parent4be96bb240ea8518fa95218cba7111846af93baa (diff)
downloadsnap-yow-75849a59a2ac594c2c78a7cf6ef1e8be6c1eec57.tar.gz
snap-yow-75849a59a2ac594c2c78a7cf6ef1e8be6c1eec57.zip
Evaluator optimizations
reducing the stack size for reporters
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/history.txt b/history.txt
index 964686e..22215e9 100755
--- a/history.txt
+++ b/history.txt
@@ -2342,7 +2342,7 @@ ______
-------
* Threads: Fix “stop this block” primitive for tail-call-elimination
-1411214
+1411224
-------
* Threads: Fixed #318
* Objects: Fixed #416
@@ -2353,3 +2353,7 @@ ______
* snap.html, favicon.ico: new Favicon, thanks, Michael!
* Threads: improved whitespace detection for “split” primitive, thanks, Michael!
* Threads: tail-call-elimination for reporters experiment (commented out, under construction)
+
+1411225
+-------
+* Threads: Evaluator optimizations (reducing the stack size for reporters)