| 10-17-2010, 09:12 AM | #1 |
I have noticed that static ifs produce a lot of unnecessary lines. I tend to use them a lot of in combination with modules so the compiled vJASS script takes more lines than it should. After quite module abusing I have hit the infamous parser line limit ("memory exhausted"). So, my questions are: 1. Is it possible to reduce number of empty lines before vJASS is compiled? 2. Is it possible to assign more memory to the parser? |
| 10-17-2010, 02:42 PM | #2 |
dont use static ifs |
