about summary refs log tree commit homepage
tag namev1.3.0 (255028b9b9d4ac887482cdbdab1242c6790d6639)
tag date2013-09-26 23:39:47 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 1aa8677b0c...
downloadclogger-1.3.0.tar.gz
clogger 1.3.0 - avoid RARRAY_PTR usage
This release only affects users of the C extension.  Users of
the pure Ruby code are not affected.

  * avoid RARRAY_PTR usage for RGenGC in Ruby 2.1.0

    I have not benchmarked this, but this is unlikely to be a bottleneck
    at all in older Rubies.  It results in a smaller binary, too, which
    will help with icache bloat.  This should also improve performance
    under Rubinius, too.