Normal "root" script and method bodies need different things but compile the
same
---------------------------------------------------------------------------------
Key: JRUBY-3309
URL: http://jira.codehaus.org/browse/JRUBY-3309
Project: JRuby
Issue Type: Bug
Components: Compiler
Reporter: Charles Oliver Nutter
Fix For: JRuby 1.1.7
Currently both script "root" and JITted method compilation pass through
compileRoot in ASTCompiler, but they have different requirements. For example,
jitted scripts need to compile with specific arity and have other optz
possible, where script root may not. Separate jit path into a different bit of
logic to avoid changes to one affecting the other.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email