Skip to content

No labels!

There aren’t any labels for this repository quite yet.

A-Linker
A-Linker
Relating to java-linker
A-lower1
A-lower1
Involving the 1st lowering pass (MIR -> OOMIR)
A-lower2
A-lower2
Involving the 2nd lowering pass (OOMIR -> JVM)
A-OOMIR
A-OOMIR
Involving the OOMIR spec itself
A-optimise1
A-optimise1
Involving the optimisation pass (OOMIR -> OOMIR)
A-optimise2
A-optimise2
Involving the r8 optimisation pass run on the final jar
A-stackmapinserter
A-stackmapinserter
Relating to the tool which inserts stack map frames
C-Bug
C-Bug
Functionality that is claimed to be supported isn't working correctly in certain circumstances.
C-Docs
C-Docs
Better documentation is requested
C-Feature
C-Feature
New functionality is requested
C-Refactor
C-Refactor
Functionality works, but isn't done in the best possible way and should be re-written or adjusted.
C-Test
C-Test
Relating to test coverage and the design of tests.
good first issue
good first issue
Good for newcomers
I-Bad Bytecode
I-Bad Bytecode
Issues causing invalid JVM bytecode that passes verification but behaves incorrectly
I-Bad OOMIR
I-Bad OOMIR
Issues causing the generation of invalid OOMIR
I-ICE
I-ICE
Issues causing an ICE in the codegen backend
I-Link failure
I-Link failure
Issues causing a linktime failure
I-VerifyError
I-VerifyError
Issues causing the generation of invalid bytecode that causes a JVM VerifyError
S-Done
S-Done
Issue completed! :)
S-Elaboration
S-Elaboration
Awaiting further explanation from the opener.
S-In Development
S-In Development
Issue with a contributor actively working on the needed development.
S-Not done
S-Not done
Issue won't be worked on.
S-Pending Development
S-Pending Development
Well defined issue with a MRE (if applicable) waiting for development work to begin on it.
S-Reproduction
S-Reproduction
Awaiting the making of a minimal reproducible example.
S-Triage
S-Triage
Submitted and awaiting tagging by a maintainer, the issue opener, or another contributor.