We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea49e05 commit fcd33b3Copy full SHA for fcd33b3
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: c4897f849c1266506cfbd42a1c53c2866a7b4a1e
+refs/heads/master: ec5efd25778e64ca273edd650d7606675aaba208
trunk/src/boot/me/typestate.ml
@@ -1220,7 +1220,8 @@ let process_crate
1220
in
1221
let log_flag = cx.ctxt_sess.Session.sess_log_typestate in
1222
run_passes cx "typestate setup" path setup_passes log_flag log crate;
1223
- run_dataflow cx constr_id graph;
+ Session.time_inner "typestate dataflow" cx.ctxt_sess
1224
+ (fun _ -> run_dataflow cx constr_id graph);
1225
run_passes cx "typestate verify" path verify_passes log_flag log crate;
1226
run_passes cx "typestate aux" path aux_passes log_flag log crate
1227
;;
0 commit comments