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

Design and implement the AIR linear IR for the JIT compiler #81

Open
1 task
alexrp opened this issue May 6, 2023 · 0 comments
Open
1 task

Design and implement the AIR linear IR for the JIT compiler #81

alexrp opened this issue May 6, 2023 · 0 comments
Assignees
Labels
area: compiler Issues related to the just-in-time compiler. state: blocked Issues that are blocked on some other issue or work.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented May 6, 2023

Architecture-Level IR (AIR) will be used by the JIT compiler only. As its name implies, it will feature architecture-specific operations to the extent that this makes sense for a given architecture. Unlike LIR, untyped pointers do not exist at this stage; we are only targeting 64-bit systems with the JIT compiler, so only 64-bit integers and 64-bit floats exist. Register allocation and likely some peephole optimizations will be performed on AIR before machine code generation.

Depends on:

@alexrp alexrp added state: blocked Issues that are blocked on some other issue or work. type: feature area: compiler Issues related to the just-in-time compiler. labels May 6, 2023
@alexrp alexrp added this to the v1.0 milestone May 6, 2023
@alexrp alexrp self-assigned this May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: compiler Issues related to the just-in-time compiler. state: blocked Issues that are blocked on some other issue or work.
Development

No branches or pull requests

1 participant