gregfullman / VSGenero

This is a Visual Studio extension for the Genero BDL.
5 stars 3 forks source link

Too much memory being used, most likely in the parsing logic #2

Closed gregfullman closed 9 years ago

gregfullman commented 10 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.

gregfullman commented 9 years ago

Parsing was completely redone based on Python Tools extension. Should be better now.