[cost] Enable top_and_unreachable issues of autoreleasepool size

Reviewed By: ezgicicek

Differential Revision: D23597736

fbshipit-source-id: 5eca0a02c
master
Sungkeun Cho 4 years ago committed by Facebook GitHub Bot
parent be4ddc48f6
commit 18baa1f126

@ -53,4 +53,4 @@ type kind_spec = {kind: t; (* for non-diff analysis *) top_and_unreachable: bool
let enabled_cost_kinds = let enabled_cost_kinds =
[ {kind= OperationCost; top_and_unreachable= true} [ {kind= OperationCost; top_and_unreachable= true}
; {kind= AutoreleasepoolSize; top_and_unreachable= false} ] ; {kind= AutoreleasepoolSize; top_and_unreachable= true} ]

Loading…
Cancel
Save