Skip to content

Commit

Permalink
Add a short TODO document for potential future changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed May 27, 2020
1 parent 3ffa71c commit a4d5d75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
It may be useful to restructure this guide to have three sections:
- What changes relative to ISO-conformant C code (effectively nothing, alignment
is already required for some architectures, but byte-by-byte copies do break)
- Information for programmers who would like make use of CHERI features (e.g. if
you write an allocator you should be setting bounds). Information on low
pointer bits could also go here
- Advanced topics for OS kernel developers/language runtime/etc: CHERI intrinsics, etc.

0 comments on commit a4d5d75

Please sign in to comment.