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
There's a lot of duplication between the interpreter runtime and the code generation runtime: e.g. IOStrategy is defined in both the interpreter and the runtime projects. The interpreter should really inherit from the code generation runtime, as the latter provides a subset of the functionality of the former.
The text was updated successfully, but these errors were encountered:
There's a lot of duplication between the interpreter runtime and the code generation runtime: e.g. IOStrategy is defined in both the
interpreter
and theruntime
projects. The interpreter should really inherit from the code generation runtime, as the latter provides a subset of the functionality of the former.The text was updated successfully, but these errors were encountered: