diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-09-26 21:11:24 +0200 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-09-26 21:11:24 +0200 |
commit | f823c6887e28c815234f8b4bd355887b4f554857 (patch) | |
tree | 862b37cc93d6779c3c2577e78ed6ff5389412f90 /CHANGES | |
parent | c97ad8630ea9dcb92b4e9db16c4dbade1de18884 (diff) | |
download | lanes-f823c6887e28c815234f8b4bd355887b4f554857.tar.gz lanes-f823c6887e28c815234f8b4bd355887b4f554857.tar.bz2 lanes-f823c6887e28c815234f8b4bd355887b4f554857.zip |
Reduce memory footprint, simplify module order setup in conjuction with Lanes, and send over native functions a bit faster as well
* Lanes no longer has to internally require modules inside the keeper
states because they no longer need a lookup database. the lookup name is
stored as-is and actually converted in the destination state
*
optimisation: bypass cache when sending native functions over
* removed
all the KEEPER_MODEL_LUA code, as it can no longer work anyway
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 69: BGe 26-Sept-13 | ||
4 | * version 3.6.5 | ||
5 | * Reduce memory footprint, simplify module order setup in conjuction with Lanes, and send over native functions a bit faster as well | ||
6 | * Lanes no longer has to internally require modules inside the keeper states because they no longer need a lookup database | ||
7 | the lookup name is stored as-is and actually converted in the destination state | ||
8 | * optimisation: bypass cache when sending native functions over | ||
9 | * removed all the KEEPER_MODEL_LUA code, as it can no longer work anyway | ||
10 | |||
3 | CHANGE 68: BGe 24-Sept-13 | 11 | CHANGE 68: BGe 24-Sept-13 |
4 | * version 3.6.4 | 12 | * version 3.6.4 |
5 | * Fix possible application hang at shutdown if a keeper state referenced a linda. | 13 | * Fix possible application hang at shutdown if a keeper state referenced a linda. |