Conversation

Replying to
From what I can hear the only issue with software based tagging is that you have to make sure you control all the allocation systems? (I.E. so they don't malloc(huge) and then do internal things to it?) Or did I get confused?
1
Replying to
Thanks! Re coverage: with the software approach you can only cover whatever you have the source code for and you can rebuild; with hardware - closed-source binary only stuff should also be coverable (as long as it's using the allocator under your control)
1