Skip to content

Conversation

@lambdageek
Copy link
Member

It looks like in some circumstances 255 bytes isn't enough. 255 is encoded in cpu-arm64.mdesc that only uses a uint8 for the max instruction length.

Fixes #102086

It looks like in some circumstances 255 bytes isn't enough.
255 is encoded in cpu-arm64.mdesc that only uses a uint8 for the
max instruction length.

Fixes dotnet#102086
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @lambdageek, @steveisok
See info in area-owners.md if you want to be subscribed.

@lambdageek
Copy link
Member Author

/cc @akoeplinger

@lambdageek lambdageek merged commit dc98263 into dotnet:main May 10, 2024
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
It looks like in some circumstances 255 bytes isn't enough.
255 is encoded in cpu-arm64.mdesc that only uses a uint8 for the
max instruction length.

Fixes dotnet#102086
@github-actions github-actions bot locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mono: F# compiler crashes while compiling hello world app with "wrong maximal instruction length"

3 participants