Commit ad987ea
authored
Add noinline to n_table_comparator::operator() (rapidsai#22699)
Adds the `noinline` declaration to the `n_table_comparator::operator()` function.
This is based on the discussion and results here: rapidsai#22675 (comment)
The attribute was necessary for the debug build but showed no issue in runtime for a release build. This PR makes the declaration non-conditional to make the code simpler to maintain.
Authors:
- David Wendt (https://github.com/davidwendt)
Approvers:
- Bradley Dice (https://github.com/bdice)
- Muhammad Haseeb (https://github.com/mhaseeb123)
- Yunsong Wang (https://github.com/PointKernel)
URL: rapidsai#226991 parent 4742095 commit ad987ea
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 89 | + | |
94 | 90 | | |
95 | 91 | | |
96 | 92 | | |
| |||
0 commit comments