Skip to content

TruffleRuby 24.0.1

Latest
Compare
Choose a tag to compare
@ezzarghili ezzarghili released this 16 Apr 14:33
· 299 commits to master since this release

TruffleRuby is a high-performance implementation of the Ruby programming language.
TruffleRuby aims to be fully compatible with the standard implementation of Ruby, MRI.
More information is available on the website: http://www.graalvm.org/ruby/
TruffleRuby comes in two standalone modes, native and jvm, for both Oracle GraalVM and Community Edition.
See the documentation for which release asset corresponds to what.

Changelog

Bug fixes:

  • Fix rb_global_variable() for Float and bignum values during the Init_ function (#3478, @eregon).

Performance: