[quandary] reduce max_calls to 3

Reviewed By: jeremydubreil

Differential Revision: D4533909

fbshipit-source-id: e782ab0
master
Sam Blackshear 8 years ago committed by Facebook Github Bot
parent 0139ca211b
commit ae03acb71b

@ -455,7 +455,7 @@ module Make (TaintSpecification : TaintSpec.S) = struct
(* highly polymorphic call sites stress reactive mode too much by using too much memory.
here, we choose an arbitrary call limit that allows us to finish the analysis in
practice. this is obviously unsound; will try to remove in the future. *)
let max_calls = 10 in
let max_calls = 3 in
let targets =
if IList.length call_flags.cf_targets <= max_calls
then

Loading…
Cancel
Save