promising-coq
promising-coq copied to clipboard
Add Documentation
- Add documentation for "imm"
- Add documentation for "cmem"
Would you please elaborate the documentation bugs you are reporting?
- In
Memory.v'sfuture_imm, it would be better to clarify what "imm" means. - In Makefile, it would be better to clarify what "cmem" means.
(@jeehoonkang said "imm" is "immediate" and "cmem" might be "c memory model")
- In
Thread.v'spromise_step, it would be better to clarify whatpfmeans. Is it something like promise-free? I can find the definition(PF: pf = andb (Memory.op_kind_is_lower kind) (negb released))but I can't think of its motivation (spec).
- In
respectful5.v, it would be better to clarify whatclo,rcloandgrespectfulmeans.