aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/workerLoop.mli
Commit message (Collapse)AuthorAge
* [toplevel] let toploop_init change Coq optionsGravatar Enrico Tassi2018-04-19
| | | | | Toplevels may want to modify for example the Stm flags, which after #1108 are handled in a functional way.
* Update headers following #6543.Gravatar Théo Zimmermann2018-02-27
|
* [toplevel] Refactor command line argument handling.Gravatar Emilio Jesus Gallego Arias2018-02-09
| | | | | | | | | | 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.
* [flags] [stm] Reorganize flags.Gravatar Emilio Jesus Gallego Arias2017-12-11
| | | | | | | | 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.
* Bump year in headers.Gravatar Pierre-Marie Pédrot2017-07-04
|
* [stm] Add common toploop for workers.Gravatar Emilio Jesus Gallego Arias2017-03-21
This is a small, but convenient refactoring, as it will allow common argument parsing.