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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
I'm thinking this might let us simplify _lazyClass and logic like that ... just try and emit it non-lazy, and if it fails, emit it lazy. The reason we can't do this today is because we need to refer to the class name differently inside the method bodies based on the laziness decision.
The text was updated successfully, but these errors were encountered:
I'm thinking this might let us simplify _lazyClass and logic like that ... just try and emit it non-lazy, and if it fails, emit it lazy. The reason we can't do this today is because we need to refer to the class name differently inside the method bodies based on the laziness decision.
The text was updated successfully, but these errors were encountered: