Skip to content

Add no. prefix #32

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

Open
SeeminglyScience opened this issue Sep 21, 2020 · 3 comments
Open

Add no. prefix #32

SeeminglyScience opened this issue Sep 21, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@SeeminglyScience
Copy link
Owner

The no. prefix (EMCA §III.2.2) seems to be excluded from both SRE.OpCodes and SRM.ILOpCodes. I'll need to find out if it's actually supported and why it was excluded.

@SeeminglyScience SeeminglyScience added this to the v1.0.0 milestone Sep 21, 2020
@SeeminglyScience
Copy link
Owner Author

Some background on the prefix in dotnet/runtime#10112. I may still implement or just leave it to _emit (#25).

@SeeminglyScience
Copy link
Owner Author

SeeminglyScience commented Sep 22, 2020

For now I'm going to leave this to _emit, e.g.

il { [int]([object]) } {
    ldarg.0
    _emit(0xFE, 0x19, 0x01)
    unbox { [int] }
    ldobj { [int] }
    ret
}

@SeeminglyScience SeeminglyScience modified the milestones: v1.0.0, Future Sep 22, 2020
@SeeminglyScience SeeminglyScience removed this from the Future milestone Oct 17, 2020
@SeeminglyScience SeeminglyScience added the enhancement New feature or request label Oct 17, 2020
@abelbraaksma
Copy link

You may want to check this as well: dotnet/runtime#35491.

@SeeminglyScience SeeminglyScience added bug Something isn't working documentation Improvements or additions to documentation invalid This doesn't seem right and removed bug Something isn't working documentation Improvements or additions to documentation invalid This doesn't seem right labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants