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

Serialise struct types (and fix unimplemented instructions) #103

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

vext01
Copy link

@vext01 vext01 commented Nov 15, 2023

See commits.

runtime PR coming soon: ykjit/yk#904

They were missing a type index, which would cause deserialisation issues
if the IR contained unimplemented instructions.
(and also the `insertvalue` opcode to allow for testing in `yk`)
@ptersilie
Copy link

Looks good, but will wait for @ltratt.

@ltratt ltratt added this pull request to the merge queue Nov 15, 2023
Merged via the queue into ykjit:main with commit 9f5de3b Nov 15, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants