FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Optimize alias invocation · Issue #9350 · jruby/jruby · GitHub

/ jruby Public

Optimize alias invocation #9350

Description

In #9349 I had to disable indy optimization of alias method calls, due to the logic failing to pass through appropriate implementation class (for super) and compound name (for __callee__ and __method__).

This has the unfortunate side effect of disabling direct invocation of any aliased methods, so they will no longer inline. We need to revisit this for a 10.1 release and make sure alias methods get bound directly and inline properly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL