Skip to content

evaluate the cost of various assertx in TFA #43300

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

Closed
mraleph opened this issue Sep 2, 2020 · 0 comments
Closed

evaluate the cost of various assertx in TFA #43300

mraleph opened this issue Sep 2, 2020 · 0 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. type-performance Issue relates to performance or code size

Comments

@mraleph
Copy link
Member

mraleph commented Sep 2, 2020

Converting all assertx into assert brings 6 minute TFA run to 5 minute - 17% reduction.

This indicate to me that some of these asserts might be too costly.

@mraleph mraleph added the area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. label Sep 2, 2020
@mit-mit mit-mit added the type-performance Issue relates to performance or code size label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. type-performance Issue relates to performance or code size
Projects
None yet
Development

No branches or pull requests

3 participants