Changes between Initial Version and Version 1 of Ticket #7666, comment 3
- Timestamp:
- 01/23/2018 05:10:42 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7666, comment 3
initial v1 3 3 There shouldn't be a backward-compatibility issue unless developers use functions that are not meant to be used outside the loop. We can try to be conservative with what is offshored though. 4 4 5 It's hard to do benchmarks without writing a patch for the whole codebase, but it would save loading thousands of lines of code. The example patch already saves more than 2000+ lines of code alone .5 It's hard to do benchmarks without writing a patch for the whole codebase, but it would save loading thousands of lines of code. The example patch already saves more than 2000+ lines of code alone and that is just for the `bp_has_activities()` loop.