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

Add "data instructions" #41

Merged
merged 3 commits into from
Aug 8, 2024
Merged

Conversation

janvrany
Copy link
Collaborator

@janvrany janvrany commented Aug 5, 2024

This PR add "data instructions", a kind instruction that is not an
ISA instruction but merely byte value. These allows users to build data
(structures) and code in an uniform way and also simplify embedding data
into instruction stream (when generating trampolines / PLTs, compiled
code headers and so on - all this is common in JIT compilers)

This allows users to catch and proceed (for example, skipping over
unknown instructions).
This commit add "data instructions", a kind instruction that is not an
ISA instruction but merely byte value. These allows users to build data
(structures) and code in an uniform way and also simplify embedding data
into instruction stream (when generating trampolines / PLTs, compiled
code headers and so on - all this is common in JIT compilers)
@janvrany janvrany requested a review from shingarov August 5, 2024 12:38
@shingarov shingarov merged commit 23a6c32 into shingarov:pure-z3 Aug 8, 2024
2 checks 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.

2 participants