Changes between Initial Version and Version 1 of Ticket #11670, comment 16
- Timestamp:
- Oct 8, 2011, 8:28:46 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11670, comment 16
initial v1 1 All tests are now passing. I'm reasonably happy of where the patch is at now. I'm just wondering whether the values fetched from the resolve_lookup_path cache should systematically copied (as currently in the the patch) or if it'sshould be the calling code's responsibility to make copies before modifying the values -- if the later, then there would probably be a slight speed increase.1 All tests are now passing. I'm reasonably happy of where the patch is at now. I'm just wondering whether the values fetched from the resolve_lookup_path cache should systematically be copied (as currently in the the patch) or if it should be the calling code's responsibility to make copies before modifying the values -- if the later, then there would probably be a slight speed increase. 2 2 3 3 At this point I'd really like to get the patch reviewed. Any feedback is welcome. Thanks!