aboutsummaryrefslogtreecommitdiff
path: root/stm/workerLoop.mli
AgeCommit message (Collapse)Author
2018-08-14Remove unneeded file: workerLoop.ml/.mli were moved to toplevel in commit ↵Jim Fehrle
382ee49 but stm/workerLoop.mli was not removed as it should have been. Hasta la vista.
2018-04-19[toplevel] let toploop_init change Coq optionsEnrico Tassi
Toplevels may want to modify for example the Stm flags, which after #1108 are handled in a functional way.
2018-02-27Update headers following #6543.Théo Zimmermann
2018-02-09[toplevel] Refactor command line argument handling.Emilio Jesus Gallego Arias
We mostly separate command line argument parsing from interpretation, some (minor) imperative actions are still done at argument parsing time. This tidies up the code quite a bit and allows to better follow the complicated command line handling code. To this effect, we group the key actions to be performed by the toplevel into a new record type. There is still room to improve.
2017-12-11[flags] [stm] Reorganize flags.Emilio Jesus Gallego Arias
We move the main async flags to the STM in preparation for more state encapsulation. There is still more work to do, in particular we should make some of the defaults a parameter instead of a flag.
2017-07-04Bump year in headers.Pierre-Marie Pédrot
2017-03-21[stm] Add common toploop for workers.Emilio Jesus Gallego Arias
This is a small, but convenient refactoring, as it will allow common argument parsing.