Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-5223

Bytecode optimizations: make use of LDC for class literals

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0-beta-3
    • None

    Description

      Class literals are currently loaded using generated $get$class$ methods which increase bytecode size and may prevent some optimizations. In most situations though, we may use the LCD bytecode instruction to load the class literal.

      Attachments

        Activity

          People

            melix Cédric Champeau
            melix Cédric Champeau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: