C++ already gives us a tool for pointer zapping
C++ already gives us a tool for pointer zapping
Posted Oct 18, 2024 16:36 UTC (Fri) by PaulMcKenney (✭ supporter ✭, #9624)In reply to: C++ already gives us a tool for pointer zapping by jrtc27
Parent article: Zapping pointers out of thin air
Very good, thank you!
With that performance issue mostly out of the way, one big remaining issue is the memory occupancy. Interesting tradeoff, the overhead of double-size pointers vs. the overhead of killer static analysis. ;-)