Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pointer to runtime type in each object #160

Merged
merged 1 commit into from
May 8, 2015
Merged

Add pointer to runtime type in each object #160

merged 1 commit into from
May 8, 2015

Conversation

EliasC
Copy link
Contributor

@EliasC EliasC commented May 6, 2015

The struct for each class (passive and active) now has a post
_enc__self_type that is a pointer to its own pony_type_t.
So far, nothing interesting is done with this pointer!

The struct for each class (passive and active) now has a post
`_enc__self_type` that is a pointer to its own `pony_type_t`.
@supercooldave
Copy link

Woot!!!
I'll do interesting things with this pointer.

@EliasC
Copy link
Contributor Author

EliasC commented May 6, 2015

@supercooldave Better merge this PR ASAP then! :)

@kikofernandez kikofernandez self-assigned this May 8, 2015
kikofernandez pushed a commit that referenced this pull request May 8, 2015
Add pointer to runtime type in each object
@kikofernandez kikofernandez merged commit 8adf029 into parapluu:master May 8, 2015
@kikofernandez kikofernandez deleted the feature/dynamic-type branch May 8, 2015 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants