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 has been archived by the owner on May 22, 2023. It is now read-only.
I noticed that when implementing interfaces on Genode there is a large part of duplicated code. It might be feasible to make parts of this code generic and provide it via templates. While this seems to be redundant to Genodes templates it still important to keep the actual objects simple (aka consisting of only basic types) so the template instances can be bound to Ada.
This approach needs to be evaluated first.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that when implementing interfaces on Genode there is a large part of duplicated code. It might be feasible to make parts of this code generic and provide it via templates. While this seems to be redundant to Genodes templates it still important to keep the actual objects simple (aka consisting of only basic types) so the template instances can be bound to Ada.
This approach needs to be evaluated first.
The text was updated successfully, but these errors were encountered: