rho-devel / rho

GNU General Public License v2.0
133 stars 23 forks source link

Fix error in live object iteration #93

Closed llbit closed 8 years ago

llbit commented 8 years ago

There is always at least one object in a GC block, but applyToAllAllocatedNodesInBlock could skip an object if the object size was greater than HBLKSIZE.

codecov-io commented 8 years ago

Current coverage is 70.04%

Merging #93 into master will increase coverage by 0.01%

  1. 2 files (not in diff) in src were modified. more
    • Misses -10
    • Hits +10
@@             master        #93   diff @@
==========================================
  Files           491        491          
  Lines         95975      95977     +2   
  Methods        5858       5858          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          67212      67224    +12   
+ Misses        28763      28753    -10   
  Partials          0          0          

Powered by Codecov. Last updated by 6064d1c...718f9c0