Skip to content

Remove asmjs validation #11551

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

Merged
merged 1 commit into from
Aug 11, 2020
Merged

Remove asmjs validation #11551

merged 1 commit into from
Aug 11, 2020

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jul 6, 2020

This only ever worked in spidermonkey and I don't think we care
about asmjs validation anymore anyway.

Perhaps this should wait until after we remove fastcomp which is the
only route to generating valid asm.js that we still maintain.

@kripken
Copy link
Member

kripken commented Jul 6, 2020

Yes, let's wait for fastcomp to be removed - the last version with fastcomp support should still support for asm.js validation, like always.

@sbc100
Copy link
Collaborator Author

sbc100 commented Jul 6, 2020

I'm just not sure how much usage or testing this gets since it depends on spider monkey, and we don't install spider monkey on CI (or on local dev machines) that I know of.

@kripken
Copy link
Member

kripken commented Jul 6, 2020

I've tested this locally, at least I've tried to when we make changes that could affect asm.js validation. It still works AFAIK.

@sbc100 sbc100 mentioned this pull request Aug 11, 2020
9 tasks
This only ever worked in spidermonkey and I don't think we care
about asmjs validation anymore anyway.

Perhaps this should wait until after we remove fastcomp which is the
only route to generating valid asm.js that we still maintain.
@sbc100 sbc100 force-pushed the remove_asmjs_validation branch from 7a3068e to 6430d4e Compare August 11, 2020 21:21
@sbc100 sbc100 requested a review from kripken August 11, 2020 21:22
@sbc100
Copy link
Collaborator Author

sbc100 commented Aug 11, 2020

The time as come !

@sbc100 sbc100 merged commit 2b6e3af into master Aug 11, 2020
@sbc100 sbc100 deleted the remove_asmjs_validation branch August 11, 2020 22:08
@sbc100
Copy link
Collaborator Author

sbc100 commented Aug 11, 2020

See #11860

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