-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.1
-
Component/s: JavaScript
-
Fully Compatible
-
v3.4
-
Platforms 2017-04-17
-
0
ASAN has trouble dealing with the heap allocations SpiderMonkey produces, due to the storage format of those pointers (tagged punbox'd types). Keeping a side std::unordered_set<void*> which tracks allocations provides the reachability ASAN needs for a little bit of extra book keeping.
- is depended on by
-
SERVER-22851 Add the continuous stepdown suite to the ASan DEBUG variant
- Backlog