Skip to content

Labels

Labels

  • A-Linker

    Relating to java-linker
  • A-lower1

    Involving the 1st lowering pass (MIR -> OOMIR)
  • A-lower2

    Involving the 2nd lowering pass (OOMIR -> JVM)
  • A-OOMIR

    Involving the OOMIR spec itself
  • A-optimise1

    Involving the optimisation pass (OOMIR -> OOMIR)
  • A-optimise2

    Involving the r8 optimisation pass run on the final jar
  • A-stackmapinserter

    Relating to the tool which inserts stack map frames
  • C-Bug

    Functionality that is claimed to be supported isn't working correctly in certain circumstances.
  • C-Docs

    Better documentation is requested
  • C-Feature

    New functionality is requested
  • C-Refactor

    Functionality works, but isn't done in the best possible way and should be re-written or adjusted.
  • C-Test

    Relating to test coverage and the design of tests.
  • good first issue

    Good for newcomers
  • I-Bad Bytecode

    Issues causing invalid JVM bytecode that passes verification but behaves incorrectly
  • I-Bad OOMIR

    Issues causing the generation of invalid OOMIR
  • I-ICE

    Issues causing an ICE in the codegen backend
  • I-Link failure

    Issues causing a linktime failure
  • I-VerifyError

    Issues causing the generation of invalid bytecode that causes a JVM VerifyError
  • S-Done

    Issue completed! :)
  • S-Elaboration

    Awaiting further explanation from the opener.
  • S-In Development

    Issue with a contributor actively working on the needed development.
  • S-Not done

    Issue won't be worked on.
  • S-Pending Development

    Well defined issue with a MRE (if applicable) waiting for development work to begin on it.
  • S-Reproduction

    Awaiting the making of a minimal reproducible example.
  • S-Triage

    Submitted and awaiting tagging by a maintainer, the issue opener, or another contributor.