Skip to content

Import utils cleanup#1226

Merged
kripken merged 1 commit intomasterfrom
imports
Oct 17, 2017
Merged

Import utils cleanup#1226
kripken merged 1 commit intomasterfrom
imports

Conversation

@kripken
Copy link
Copy Markdown
Member

@kripken kripken commented Oct 17, 2017

Make getImport return the import (more consistent with other similar APIs) and fix some ctor-evalling handling of imports, which was incorrect - we need to create fake globals when importing globals, not later, which is too late for initialized globals from imports.

Minor stuff I had to do for the atomics fuzzing patch I'm working on, that I separated out.

…nt with other similar APIs) and fix some ctor-evalling handling of imports, which was incorrect - we need to create fake globals when importing globals, not later, which is too late for initialized globals from imports
@kripken kripken merged commit dfe92af into master Oct 17, 2017
@kripken kripken deleted the imports branch October 17, 2017 21:46
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.

2 participants