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
The untyped parser generates a lot of typeof calls.
In the typed section these should be maintained ONLY if the variable assigned - or the tuple access- (these are the only two cases) are of different types and really need that conversion.
This will save a lot of conversions in the generated C code.
The text was updated successfully, but these errors were encountered:
The untyped parser generates a lot of
typeof
calls.In the typed section these should be maintained ONLY if the variable assigned - or the tuple access- (these are the only two cases) are of different types and really need that conversion.
This will save a lot of conversions in the generated C code.
The text was updated successfully, but these errors were encountered: