That way we don't have to keep boolean values as objects. Seems a little silly to reference count these.
Upside of keeping what we have is that we may be able to reuse the boolean objects for other constructors with 0 members (although the emitted C-code doesn't really allow for that right now)
That way we don't have to keep boolean values as objects. Seems a little silly to reference count these.
Upside of keeping what we have is that we may be able to reuse the boolean objects for other constructors with 0 members (although the emitted C-code doesn't really allow for that right now)