seqaid: Dynamic strictness control, including space leak repair
Seqaid is a GHC plugin for non-invasive auto-instrumentation of dynamic strictness (and parallelism) control, shortly to include optimisation for automated space leak relief using minimal strictification. [The optimiser is still in development however.]
Refer to the seqaid homepage for more information.
Please share your comments on this reddit discussion.
[Skip to Readme]
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
try_inject_noinline_on_requested_binds | If we can prevent inling of injected binds (without requiring user edits), that would probably be a good trade off in terms of lost optimiser oppportunities in exchange for assurance that the bind won't be inlined. This didn't work, and is a poor solution anyway. | Disabled |
seqable_only | Like NFDATAN_ONLY, but for newer Seqable module. | Disabled |
th_type_in_types_ann | Actually this is just preparatory, haven't gone down this road far yet. (We would like a TH.Type to Type.Type conversion function in the GHC API. Then we'd just send the list of Type.Type for direct use by the Core-plugin downstream). | Disabled |
seqaidpp_types | Rather than choose types to seqinj for based on the types of the top-level binds, use seqaidpp to parse the types from seqaid.config. This stays on perpetually, finally, and could be removed soon. | Enabled |
infer_top_level_types | If True, then TH/modulespection will be used as it has been, to blanket-inject all top-level functions (at least, those not explicitly or implicitly excluded). Now, if False, only RHS's with result types in the "types" list for the module (in seqaid.config) will be wrapped (again, at least those not explicitly or implicitly excluded). | Disabled |
demo_mode | This is the only working mode in the first release. (And it only works when tested on the "leaky" package.) The switch exists to exclude hashable/hashtables deps (and subdeps) from the first release, while I can continue to work on this aspect in the development head. | Enabled |
dbg_seqaid | When set, every call to seqaidDispatch emits a line of info. | Enabled |
no_top_level_seqinj_dummies | If have to inject a class and instance anyway to evade DCE, no need for the old top-level seqinj_ declarations (we hope...). | Disabled |
nfdatan_only | To simplify debugging. | Disabled |
show_type | Include Typeable instance for (show . typeOf) in seqaidDispatch | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- seqaid-0.1.7.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6.0, 0.1.7.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0.0, 0.3.0.1, 0.4.0.0 |
---|---|
Dependencies | array (>=0.5 && <0.6), base (>=4 && <5), Cabal (>=1.18), containers (>=0.5 && <0.6), deepseq-bounded (>=0.5 && <0.6), directory (>=1.2 && <1.3), generics-sop (>=0.1 && <0.2), ghc (>=7.4 && <7.9), hashable (>=1.2.3 && <1.2.4), hashtables (>=1.2 && <1.3), modulespection (>=0.1.2), mtl (>=2.1 && <2.2), process (>=1.2 && <1.3), regex-base (<=0.93.2), regex-pcre (<=0.94.4), syb (<=0.4.2), template-haskell (>=2.9 && <2.10), temporary (>=1.2 && <1.3), th-expand-syns (>=0.3 && <0.4) [details] |
Tested with | ghc ==7.8.1, ghc ==7.8.3 |
License | BSD-3-Clause |
Author | Andrew G. Seniuk |
Maintainer | Andrew Seniuk <rasfar@gmail.com> |
Category | Compiler Plugin |
Home page | http://www.fremissant.net/seqaid |
Bug tracker | http://fremissant.net/seqaid/trac |
Uploaded | by AndrewSeniuk at 2014-12-22T09:00:35Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | seqaidpp, seqaid |
Downloads | 8364 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |