Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Types need to be represented as ClassInfo's rather than Class instances. #253

Closed
mbebenita opened this issue Apr 19, 2013 · 1 comment
Closed

Comments

@mbebenita
Copy link
Contributor

Class instances don't exist until they are created, this makes it difficult to work with types in the VM. We should instead use the ClassInfo as a type identity. This is a pretty large change.

Blocks #535

@mbebenita
Copy link
Contributor Author

Somewhat fixed by f26b6f2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant