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

Store bool as i8 #386

Merged
merged 6 commits into from
Jun 7, 2013
Merged

Conversation

dnadlinger
Copy link
Member

This is the hackish approach; I just added conversion in where necessary.

We should definitely at least get some semantic meaning in there (e.g. DToStoreType), but I wanted to be sure we understand what needs to be changed first.

This is in line with an incoming upstream change making all
polymorphic structs classes, and also matches common coding
conventions.
I really hope we can refactor this to use a less leaky
abstraction later – it should at least be possible to merge
voidToI8 and i1ToI8.
@dnadlinger
Copy link
Member Author

Merging this to get some real-world testing as soon as possible.

dnadlinger added a commit that referenced this pull request Jun 7, 2013
@dnadlinger dnadlinger merged commit dcfc61c into ldc-developers:master Jun 7, 2013
@dnadlinger dnadlinger deleted the store-bool-as-i8 branch June 7, 2013 17:32
redstar pushed a commit that referenced this pull request Sep 27, 2014
Explicitly set AA value alignment in slot to size_t.sizeof bytes (fixes bug 8583)
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.

1 participant