From 77d5b5d658830bd24724f945e0d6ddf6a06adc0e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 13 Jul 2015 22:43:16 -0700 Subject: 1780 - now we always reclaim local scopes But still no difference in either memory footprint or in running time. This will teach me -- for the umpteenth time -- to optimize before measuring. --- 062array.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '062array.mu') diff --git a/062array.mu b/062array.mu index b7937fbc..a14f4916 100644 --- a/062array.mu +++ b/062array.mu @@ -13,7 +13,7 @@ scenario array-from-args [ # create an array out of a list of scalar args recipe new-array [ - new-default-space + local-scope capacity:number <- copy 0:literal { # while read curr-value -- cgit 1.4.1-2-gfad0