diff src/ov-usr-fcn.cc @ 9529:8e5009334661

partially revert e79470be3ecb
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 17 Aug 2009 13:09:12 +0200
parents e79470be3ecb
children 8d79f36ebdde
line wrap: on
line diff
--- a/src/ov-usr-fcn.cc	Sun Aug 16 08:25:24 2009 +0200
+++ b/src/ov-usr-fcn.cc	Mon Aug 17 13:09:12 2009 +0200
@@ -53,7 +53,7 @@
 static int Vmax_recursion_depth = 256;
 
 // Whether to optimize subsasgn method calls.
-static bool Voptimize_subsasgn_calls = false;
+static bool Voptimize_subsasgn_calls = true;
 
 // User defined scripts.