Commit 2201765
committed
Remove native bits of delegate lib.
We implemented portions of the delegate library as a JRuby ext,
in order to improve performance and avoid the heavy method_missing
logic that used to be in the pure-Ruby version. However, over the
years, the delegate library has improved and no longer has the
same performance characteristics as it did in 1.8 and earlier. In
addition, there have been functionality changes to the pure-Ruby
code that we would have to maintain in the extension.
Therefore, we have opted to return to just the pure-Ruby delegate
library. We will reexamine performance and work with ruby-core to
improve the pure-Ruby version before we consider returning to the
native version.
Fixes #1370.1 parent bb78f8b commit 2201765
3 files changed
Lines changed: 0 additions & 142 deletions
File tree
- core/src/main/java/org/jruby
- ext/delegate
- lib/ruby/stdlib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1718 | 1718 | | |
1719 | 1719 | | |
1720 | 1720 | | |
1721 | | - | |
1722 | 1721 | | |
1723 | 1722 | | |
1724 | 1723 | | |
| |||
Lines changed: 0 additions & 139 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
419 | | - | |
0 commit comments