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

Transactions: Add commit tracking #82

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

ventZl
Copy link
Owner

@ventZl ventZl commented Mar 14, 2025

Add simple functions to track potential nested transaction committing. As transaction commit live in the hot path of the kernel, this option has compile-time CMake option that enables/disables it.

Is is probably only needed in tests and/or while kernel change is being developed. In all other scenarios it should not bring any reasonable benefit assuming that the test suite is reasonably complete.

By default transaction commit tracking is turned off.

Add simple functions to track potential nested transaction committing.
As transaction commit live in the hot path of the kernel, this option
has compile-time CMake option that enables/disables it.

Is is probably only needed in tests and/or while kernel change is being
developed. In all other scenarios it should not bring any reasonable
benefit assuming that the test suite is reasonably complete.

By default transaction commit tracking is turned off.
@ventZl ventZl merged commit eb72160 into master Mar 14, 2025
1 check passed
@ventZl ventZl deleted the feature/txn-commit-debug-tracking branch March 14, 2025 22:44
@ventZl ventZl restored the feature/txn-commit-debug-tracking branch March 18, 2025 13:39
@ventZl ventZl deleted the feature/txn-commit-debug-tracking branch March 18, 2025 23:08
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.

1 participant