Project

General

Profile

« Previous | Next » 

Revision c726c48a

Added by jemmai (Jemma Issroff) over 2 years ago

Remove numiv from RObject

Since object shapes store the capacity of an object, we no longer
need the numiv field on RObjects. This gives us one extra slot which
we can use to give embedded objects one more instance variable (for a
total of 3 ivs). This commit removes the concept of numiv from RObject.