-
Bug
-
Resolution: Fixed
-
P4
-
17, 20, 21
-
b25
There are two leaks in debug builds related to DbgStrings and AsmRemarks. The first is because DbgStrings::share does not call clear() like AsmRemarks::share does. The second is because InterpreterCodelet can be re-used again from CodeletMark if the generated size ends up being 0.