Patch #33244
Replace "**" method with bitwise left shift in Tracker#disabled_core_fields and Tracker#core_fields
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Performance | |||
Target version: | 4.2.0 |
Description
this patch replaces a power function with a less expensive shift
Associated revisions
Replace "**" method with bitwise left shift in Tracker#disabled_core_fields and Tracker#core_fields (#33244).
Patch by Pavel Rosický.
History
#1
Updated by Go MAEDA over 2 years ago
- Target version set to 4.2.0
Setting the target version to 4.2.0.
#2
Updated by Go MAEDA over 2 years ago
- Subject changed from Optimize core fields to Replace "**" method with bitwise left shift in Tracker#disabled_core_fields and Tracker#core_fields
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.