1. 14 Aug, 2015 1 commit
    • Kevin Modzelewski's avatar
      Remove __attribute__((__malloc__)) from the gc · a013784c
      Kevin Modzelewski authored
      This attribute unfortunately lets the compiler skip stores if
      the pointer doesn't escape.  This is bad because we will be
      looking at the memory during a collection; the compiler was skipping
      storing to cls and then the gc was crashing.
      a013784c
  2. 13 Aug, 2015 4 commits
  3. 12 Aug, 2015 15 commits
  4. 11 Aug, 2015 20 commits