« Return to Thread: Small Nudge

Small Nudge

by Matt Fowles :: Rate this Message:

Reply to Author | View in Thread

Arno~


I was poking around on the main page for the Janino website and noticed the limitations section.  In particular

  • Local variable information information for debugging is not yet implemented (i.e. "-g:vars" is ignored)
  • This is fixed by the patch in http://jira.codehaus.org/browse/JANINO-127

  • Methods that compile to more than 32 KB of bytecode cannot be compiled (other JavaTM compilers support up to 64 KB per method)
  • Was already fixed by http://jira.codehaus.org/browse/JANINO-118


    Also, I submitted patches for

    http://jira.codehaus.org/browse/JANINO-126
    http://jira.codehaus.org/browse/JANINO-129
    http://jira.codehaus.org/browse/JANINO-130

    which I would like to see brought upstream if possible.

    Thanks,
    Matt

     « Return to Thread: Small Nudge