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

Add -cov-increment option to specify the type of increment instruction #3724

Merged
merged 1 commit into from
Jun 9, 2021

Conversation

JohanEngelen
Copy link
Member

This gives the user the ability to get a more performant coverage count execution, at the cost of thread-safety or just boolean true/false on a line (no more counting).

I restricted the testing to Linux, due to the test commandline crazyness (the coverage output filename is very annoying and cannot be set by the user).

@JohanEngelen
Copy link
Member Author

Rebased and pushed to retrigger CI.

@JohanEngelen JohanEngelen reopened this Jun 7, 2021
…n. Add atomic, non-atomic, and boolean increment types.
@JohanEngelen
Copy link
Member Author

finally CI is green :)

@JohanEngelen JohanEngelen merged commit f9147a6 into ldc-developers:master Jun 9, 2021
@JohanEngelen JohanEngelen deleted the covincrement branch June 9, 2021 10:49
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