You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the compiler, once has parsed the basic source file, would emit an optimized basic V2 source, along with the machine language output.
Optimizations might include:
removing spaces and comments
put as much as possible tokens into a single line number
reduce variable name lengths
replace 0 constants with .
Think of it as a minifier, similar to JavaScript uglify if you know about it.
The text was updated successfully, but these errors were encountered:
It would be nice if the compiler, once has parsed the basic source file, would emit an optimized basic V2 source, along with the machine language output.
Optimizations might include:
0
constants with.
Think of it as a minifier, similar to JavaScript
uglify
if you know about it.The text was updated successfully, but these errors were encountered: