X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=README.md;h=23492ebfc671a0873dd58fe4091e11526adf9161;hp=218e960a868351d62e6ceb90f5bc26456f5ca2fe;hb=f1be76b0fb0eefe52864448377df62c81fd9a3e1;hpb=a47b5b6b7f12dd7b1a9a8ebe866fb33c5f26dc87;ds=sidebyside diff --git a/README.md b/README.md index 218e960..23492eb 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,8 @@ The following list describes each of the columns in the execution trace output: * Action type: The type of operation performed - * MO: The memory-order for this operation (i.e., `memory_order_XXX`, where XXX is - relaxed, release, acquire, rel_acq, or seq_cst) + * MO: The memory-order for this operation (i.e., `memory_order_XXX`, where `XXX` is + `relaxed`, `release`, `acquire`, `rel_acq`, or `seq_cst`) * Location: The memory location on which this operation is operating. This is well-defined for atomic write/read/RMW, but other operations are subject to @@ -176,7 +176,7 @@ The following list describes each of the columns in the execution trace output: * Value: For reads/writes/RMW, the value returned by the operation. Note that for RMW, this is the value that is *read*, not the value that was *written*. For other operations, 'value' may have some CDSChecker-internal meaning, or - it may simply be a don't-care (such as 0xdeadbeef). + it may simply be a don't-care (such as `0xdeadbeef`). * Rf: For reads, the sequence number of the operation from which it reads. [Note: If the execution is a partial, infeasible trace (labeled INFEASIBLE),