-
Notifications
You must be signed in to change notification settings - Fork 80
Move trace_object() to SFT #110
Copy link
Copy link
Closed
Labels
A-mutatorArea: MutatorArea: MutatorC-enhancementCategory: EnhancementCategory: EnhancementG-performanceGoal: PerformanceGoal: Performance
Description
As raised in #108 (comment), invoking initialize_header() from a Space trait object would result in dynamic dispatching in the fast path. We can move initialize_header() to SFT, this would solve the problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-mutatorArea: MutatorArea: MutatorC-enhancementCategory: EnhancementCategory: EnhancementG-performanceGoal: PerformanceGoal: Performance