Skip to content

Atomics support in interpreter + fuzz fixes for that#1227

Merged
kripken merged 35 commits intomasterfrom
atomics
Oct 20, 2017
Merged

Atomics support in interpreter + fuzz fixes for that#1227
kripken merged 35 commits intomasterfrom
atomics

Conversation

@kripken
Copy link
Member

@kripken kripken commented Oct 17, 2017

After this, the fuzzer seems to not find anything. So at least the interpreter appears consistent with itself ;)

@kripken
Copy link
Member Author

kripken commented Oct 20, 2017

Merging as this blocks other stuff. Feedback still welcome of course.

@kripken kripken merged commit 74d026b into master Oct 20, 2017
@kripken kripken deleted the atomics branch October 20, 2017 18:11
WASM_UNREACHABLE();
}

static Expression* makeSignExt(Expression* value, Index bytes, Module& wasm) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. I guess when we add those to binaryen we can use them to replace makeSignExt etc.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Binaryen already has them: #1167

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