Compiled code does not use runtime objects (Frame, DynamicScope) needed to 
allow eval, block_given? and so on to work
---------------------------------------------------------------------------------------------------------------------

                 Key: JRUBY-861
                 URL: http://jira.codehaus.org/browse/JRUBY-861
             Project: JRuby
          Issue Type: Bug
          Components: Compiler
    Affects Versions: JRuby 0.9.9
            Reporter: Charles Oliver Nutter
            Assignee: Charles Oliver Nutter
             Fix For: JRuby 1.0.0


In order for all Ruby methods like eval and block_given? to work, compiled code 
needs to use Frame, DynamicScope, and so on. These methods will always need 
those runtime objects to be present and working. This could slow down compiled 
code a bit, but it will make it much "safe"er since it won't have to 
(unreliably) filter out those methods.

-- 
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

Reply via email to