diff options
| author | jmoenig <jens@moenig.org> | 2014-11-25 12:24:20 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-11-25 12:24:20 +0100 |
| commit | 75849a59a2ac594c2c78a7cf6ef1e8be6c1eec57 (patch) | |
| tree | fb13a87c2b95ae03a266778b136b8077bb92d6f5 /history.txt | |
| parent | 4be96bb240ea8518fa95218cba7111846af93baa (diff) | |
| download | snap-yow-75849a59a2ac594c2c78a7cf6ef1e8be6c1eec57.tar.gz snap-yow-75849a59a2ac594c2c78a7cf6ef1e8be6c1eec57.zip | |
Evaluator optimizations
reducing the stack size for reporters
Diffstat (limited to 'history.txt')
| -rwxr-xr-x | history.txt | 6 |
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) |
