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

jit: Refine code generation #511

Open
vacantron opened this issue Nov 5, 2024 · 0 comments
Open

jit: Refine code generation #511

vacantron opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@vacantron
Copy link
Collaborator

vacantron commented Nov 5, 2024

The current operation handlers of JIT are generated by the template in src/rv32_template.c. However, it is not worthwhile to do the additional conversion since it just uses the one-to-one mapping by tools/gen-jit-template.py. It makes the readability worse and be hard to develop new features.

Considering replacing the current template with the common header file which the implementations could be configured during the compile-time might be the better way.

Related Issues:

@vacantron vacantron self-assigned this Nov 5, 2024
@jserv jserv added this to the release-2024.2 milestone Nov 5, 2024
@jserv jserv changed the title jit: Refactor handler generation jit: Refine code generation Nov 6, 2024
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

No branches or pull requests

2 participants