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

Refactoring so that PMM does not need to be codegen'ed #65

Merged
merged 1 commit into from Nov 15, 2018

Conversation

badrishc
Copy link
Contributor

PersistentMemoryMalloc does not need to be codegen'ed any longer. This makes debugging significantly more tractable. Log page size is now set as a constant (32MB), because making it readonly (allowing user to provide it as a log setting) results in a 5% performance penalty. When PMM was codegen'ed, we were able to replace the constant in generated code - this is no longer possible. This checkin also marks a step in the direction of having a non-codegen version of FASTER.

@badrishc badrishc merged commit 7c77bfe into master Nov 15, 2018
@badrishc badrishc deleted the pmm-nocodegen branch November 15, 2018 03:39
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.

None yet

1 participant