From 1aa8677b0cd65da292bb9431518534faff33206f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 26 Sep 2013 23:38:10 +0000 Subject: 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. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 4085f0e..2834206 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.2.0 +DEF_VER=v1.3.0 LF=' ' -- cgit v1.2.3-24-ge0c7