Skip to content

Unify super and call splatting logic in interpreter and JIT.#3911

Merged
headius merged 1 commit intojruby:masterfrom
headius:zsuper_splatmap
May 26, 2016
Merged

Unify super and call splatting logic in interpreter and JIT.#3911
headius merged 1 commit intojruby:masterfrom
headius:zsuper_splatmap

Conversation

@headius
Copy link
Member

@headius headius commented May 20, 2016

This improves things in a few ways:

  • JIT and interpreter are calling through most of the same APIs.
  • Fewer transient objects for calls with splats.
  • Less duplication of code.

There are other ways we could split the super dispatch paths
apart to reduce overhead and allocation. This patch puts us on
that path.

This improves things in a few ways:

* JIT and interpreter are calling through most of the same APIs.
* Fewer transient objects for calls with splats.
* Less duplication of code.

There are other ways we could split the super dispatch paths
apart to reduce overhead and allocation. This patch puts us on
that path.
@headius headius added this to the JRuby 9.1.3.0 milestone May 26, 2016
@headius headius merged commit 276a7d2 into jruby:master May 26, 2016
@headius headius deleted the zsuper_splatmap branch May 26, 2016 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant