Closed gregfullman closed 9 years ago
After a while using the 4gl editor, the devenv.exe memory usage increases steadily. Doing a quick .NET memory profile shows that the parsing code does a lot of memory allocation, so this is a prime spot for investigation.
Parsing was completely redone based on Python Tools extension. Should be better now.
After a while using the 4gl editor, the devenv.exe memory usage increases steadily. Doing a quick .NET memory profile shows that the parsing code does a lot of memory allocation, so this is a prime spot for investigation.