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

os/bluestore: leverage the type knowledge in BitMapAreaLeaf. #13736

Merged
merged 3 commits into from Mar 6, 2017

Conversation

rzarzynski
Copy link
Contributor

We're sure the only element type BitMapAreaLeaf aggregates is BitMapZone. There is no business to go through vptrs and thus prohibit compiler to inline in a method that is crucial for overall performance of the BitMap allocator.

Signed-off-by: Radoslaw Zarzynski rzarzynski@mirantis.com

We're sure the only element type BitMapAreaLeaf aggregates is
BitMapZone. There is no business to go through vptrs and thus
prohibit compiler to inline in a method that is crucial for
overall performance of the BitMap allocator.

Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
@rzarzynski rzarzynski force-pushed the wip-bs-bitmap-exact-type-in-leaf branch from 795fde7 to c647220 Compare March 2, 2017 08:35
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
@rzarzynski rzarzynski force-pushed the wip-bs-bitmap-exact-type-in-leaf branch from c647220 to fab7d54 Compare March 2, 2017 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants