Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 80fe8f1

Browse files
committed
adapt readme
1 parent 8d2b593 commit 80fe8f1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@ This in turn implies the kinds of things that unsafe code can rely on.
99

1010
We're still in the 'data gathering' stage of this effort. Therefore,
1111
this repository currently consists of a series of examples scraped
12-
from various comment threads. These are broken into two categories:
12+
from various comment threads. Each example is defined by a markdown
13+
file based on `template.md`. These examples are broken into two
14+
categories:
1315

1416
- `litmus_tests` -- bits of unsafe code that someone might write;
1517
eventually, we may decide that some of these bits of unsafe code are
1618
illegal and hence might trigger undefined behavior.
1719
- `optimizations` -- transformations the compiler might want to
1820
perform; eventually, we may decide that some of these bits of unsafe
1921
code are illegal and hence the compiler could not do them.
20-
22+
2123
Naturally these two things are in tension. That is, the more
2224
optimizations the compiler can do, the fewer litmus tests will be
23-
legal. Eventually I would like to make a nice chart indicating which
25+
legal. Eventually, it would be nice to have a chart indicating which
2426
tests are in conflict with which optimizations.
2527

26-
For each example, I include a markdown file
2728

0 commit comments

Comments
 (0)