Note the typestate dataflow timing. The culprit is revealed.
This commit is contained in:
parent
c4897f849c
commit
ec5efd2577
1 changed files with 2 additions and 1 deletions
|
@ -1220,7 +1220,8 @@ let process_crate
|
|||
in
|
||||
let log_flag = cx.ctxt_sess.Session.sess_log_typestate in
|
||||
run_passes cx "typestate setup" path setup_passes log_flag log crate;
|
||||
run_dataflow cx constr_id graph;
|
||||
Session.time_inner "typestate dataflow" cx.ctxt_sess
|
||||
(fun _ -> run_dataflow cx constr_id graph);
|
||||
run_passes cx "typestate verify" path verify_passes log_flag log crate;
|
||||
run_passes cx "typestate aux" path aux_passes log_flag log crate
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue