-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch
-
Fully Compatible
-
Workload Scheduling 2024-07-08
-
200
Today, when we construct a decorated object, we iterate through all of the decorations to find the largest alignment requirement, which we need to correctly allocate the decoration buffer in an alignment aware way.
Instead, we could track the maximum alignment requirement of decorations as they are registered, saving time on the constructor hot-path.
- is related to
-
SERVER-91893 Reduce instruction count in decoration creation path
- Closed
- related to
-
SERVER-91116 Remove restriction on over-aligned decorations
- Closed
-
SERVER-91953 Update SEP benchmark thresholds
- Closed