Knut Anders Hatlen created DERBY-5956:
-----------------------------------------

             Summary: Investigate alternatives to the byte code generator
                 Key: DERBY-5956
                 URL: https://issues.apache.org/jira/browse/DERBY-5956
             Project: Derby
          Issue Type: Task
          Components: Services, SQL
            Reporter: Knut Anders Hatlen
            Priority: Minor


DERBY-5947 spun off a discussion about alternatives to byte code generation. 
The motivation was to simplify and speed up query compilation. Ideas and 
experiments could be tracked in this issue.

Alternatives mentioned so far include:

- Replacing the byte code generator with an interpreter

- Using reflection instead of generated byte code

- Using functionality available in recent versions of the Java platform that 
help non-Java languages run efficiently on the JVM (JSR-292)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to