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

Anvil stats heights #1346

Merged
merged 6 commits into from Aug 27, 2014

Conversation

Projects
None yet
1 participant
@madmaxoft
Member

madmaxoft commented Aug 27, 2014

Added statistics on per-height block distribution and per-height per-type mob-spawner distribution. Also fixed some Win64 issues and race conditions.

madmaxoft added some commits Aug 27, 2014

AnvilStats: Added cmake directive for larger executable stack.
This fixes runtime "stack overflow" errors caused by large stack-allocated arrays used for decompression.
AnvilStats: Fixed thread start race condition.
The whole program would sometimes fail to process anything because the threads were waited-for before they were started.

madmaxoft added a commit that referenced this pull request Aug 27, 2014

@madmaxoft madmaxoft merged commit 3da27fb into master Aug 27, 2014

1 check was pending

continuous-integration/travis-ci The Travis CI build is in progress
Details

@tigerw tigerw deleted the AnvilStatsHeights branch Aug 27, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment