Short: String size limits Date: Fri, 9 Jul 1999 01:46:39 +0200 (MESZ) From: Thorsten.Klose@Infineon.com Type: Feature State: Done - implemented in 3.2.7-dev120 I'm missing a string size Example: when a max. eval cost of 1000000 is allowed, a simple codeline like "string t; t = ""; for(;t += "a";);" hangs up the driver for more than 30 minutes. In my eyes this is not acceptable, because every "little" wizard can keep down the MUD on this way. Note: string size limits don't help because the driver slows down for even moderately long strings (40KByte). Dynamic costs are much more effective.