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ý.