sisshiki1969 / monoruby

Ruby implementation with yet another JIT compiler.
Apache License 2.0
111 stars 4 forks source link

Support rest argument in native methods. #35

Closed sisshiki1969 closed 8 months ago

sisshiki1969 commented 8 months ago

This PR allows a rest argument in calling native methods. And performance improvement for Object#send.