kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
112 stars 28 forks source link

Evaluate the usage of GoSub within the library #72

Closed kellyethridge closed 3 years ago

kellyethridge commented 3 years ago

Using GoSub in compiled code has a terrible performance hit. Apparently the implementation was not very well thought out in such scenarios. This could cause wide-spread performance issues within the library. It seems the proper course of action is to remove the usage of GoSub within the library.