Skip to content

Commit

Permalink
compact OCaml heap after type check
Browse files Browse the repository at this point in the history
Reviewed By: arthaud

Differential Revision: D45327867

fbshipit-source-id: c4c1a621d0c7a43602da42867504db53d2041278
  • Loading branch information
marat-turaev authored and facebook-github-bot committed Apr 27, 2023
1 parent 7b3fe70 commit f66610c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/interprocedural_analyses/taint/taintAnalysis.ml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ let run_taint_analysis

let environment = type_check ~scheduler ~configuration ~cache in

compact_ocaml_heap ~name:"after type check";

let qualifiers =
Analysis.TypeEnvironment.module_tracker environment
|> Analysis.ModuleTracker.read_only
Expand Down

0 comments on commit f66610c

Please sign in to comment.