* benchmark/bm_so_meteor_contest.rb: fix a typo.
[fix GH-1330][ci skip] Patch by @sachin21 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
673e470d8b
commit
6f6e35f4ca
@ -1,3 +1,8 @@
|
|||||||
|
Fri Apr 22 10:01:48 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* benchmark/bm_so_meteor_contest.rb: fix a typo.
|
||||||
|
[fix GH-1330][ci skip] Patch by @sachin21
|
||||||
|
|
||||||
Fri Apr 22 04:57:01 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
Fri Apr 22 04:57:01 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* gc.c (rb_alloc_tmp_buffer_with_count): added like xmalloc2 to
|
* gc.c (rb_alloc_tmp_buffer_with_count): added like xmalloc2 to
|
||||||
|
@ -260,7 +260,7 @@ end
|
|||||||
|
|
||||||
# support function that create three utility maps:
|
# support function that create three utility maps:
|
||||||
# $converter -- for each row an array that maps a five bit row (via array mapping)
|
# $converter -- for each row an array that maps a five bit row (via array mapping)
|
||||||
# to the a a five bit representation of the bits below it
|
# to the a five bit representation of the bits below it
|
||||||
# $bit_count -- maps a five bit row (via array mapping) to the number of 1s in the row
|
# $bit_count -- maps a five bit row (via array mapping) to the number of 1s in the row
|
||||||
# @@new_regions -- maps a five bit row (via array mapping) to an array of "region" arrays
|
# @@new_regions -- maps a five bit row (via array mapping) to an array of "region" arrays
|
||||||
# a region array has three values the first is a mask of bits in the region,
|
# a region array has three values the first is a mask of bits in the region,
|
||||||
@ -561,4 +561,3 @@ create_collector_support
|
|||||||
@boards_found = 0
|
@boards_found = 0
|
||||||
|
|
||||||
find_all ######## DO IT!!!
|
find_all ######## DO IT!!!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user