diff options
| author | Jens Mönig <jens@moenig.org> | 2015-02-28 05:44:59 -0800 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2015-02-28 05:44:59 -0800 |
| commit | ee88f7ad398fe9867ad1bcf1c2588704fc012151 (patch) | |
| tree | 13da4a234e997c1de8993280498539c6893ecbdd /store.js | |
| parent | 85388f19391aeb2d5ba87d36bbabace55ce842df (diff) | |
| download | snap-yow-ee88f7ad398fe9867ad1bcf1c2588704fc012151.tar.gz snap-yow-ee88f7ad398fe9867ad1bcf1c2588704fc012151.zip | |
Cache inputs - accelerate recursive reporters
and warped / turbo recursive commands by up to 40%
Diffstat (limited to 'store.js')
| -rw-r--r-- | store.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,7 +61,7 @@ SyntaxElementMorph, Variable*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2015-February-24'; +modules.store = '2015-February-28'; // XML_Serializer /////////////////////////////////////////////////////// @@ -1027,6 +1027,7 @@ SnapSerializer.prototype.loadBlock = function (model, isReporter) { this.loadInput(child, inputs[i], block); } }, this); + block.cachedInputs = null; return block; }; |
