1. 16 Jul, 2015 1 commit
    • Rudi Chen's avatar
      Fix class-freed-before-instance-bug. · e70f6d88
      Rudi Chen authored
      In some rare instances, class objects can be freed before the last
      instance of that class, causing a problem in the sweep phase where
      we look at the class of the object being freed.
      
      So we keep unreachable classes around for an extra collection to be
      safe.
      e70f6d88
  2. 15 Jul, 2015 20 commits
  3. 14 Jul, 2015 15 commits
  4. 13 Jul, 2015 4 commits