Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support static abstract interface members #930

Merged
merged 1 commit into from
Feb 16, 2023

Commits on Feb 15, 2023

  1. Support static abstract interface members

    This replaces specific GenericMath support introduced in 7bf5578 ( m4rs-mt#898 )  with generic support for static abstract interface members.
    
    Support is implemented using the constrained flag on the call instruction the same way it used to be done on virtual method calls. The call instruction with constrained flag set contains concrete type, that implements given interface, which makes it possible to find concrete method implementation to be called.
    
    fixes m4rs-mt#929
    lostmsu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1daae30 View commit details
    Browse the repository at this point in the history