odyaka341 / thread-sanitizer

Automatically exported from code.google.com/p/thread-sanitizer
0 stars 0 forks source link

Cleanup sync objects in mmaps and stacks #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we don't cleanup sync objects residing in unmapped mmap regions and 
thread stacks.
We should do that. But there is a concern of touching lots of memory aimlessly 
-- the mmap can be just a char array.

Original issue reported on code.google.com by dvyu...@google.com on 5 Aug 2014 at 8:28

GoogleCodeExporter commented 9 years ago
Can we keep a bitmap that indicates that the pages can potentially contain sync 
objects?

Original comment by gli...@google.com on 17 Dec 2014 at 10:28