]> git.mdlowis.com Git - proto/obnc.git/commitdiff
added some helpful info
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 19 May 2021 15:56:11 +0000 (11:56 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 19 May 2021 15:56:11 +0000 (11:56 -0400)
cerise/c99_ub.md
cerise/papers.md [new file with mode: 0644]

index 8526d6de8c64ee61ba1db5c276ab9511df733b61..5a89c79ec7ebdb93e72d63e7bb0cace3cad8ec28 100644 (file)
@@ -14,8 +14,6 @@ Conversion of a pointer to an integer type produces a value outside the range th
 Conversion between two pointer types produces a result that is incorrectly aligned (6.3.2.3).
 A pointer is used to call a function whose type is not compatible with the pointed-to type (6.3.2.3).
 
-A universal character name in an identifier does not designate a character whose encoding falls into one of the specified ranges (6.4.2.1).
-The initial character of an identifier is a universal character name designating a digit (6.4.2.1).
 Two identifiers differ only in nonsignificant characters (6.4.2.1).
 The identifier __func__ is explicitly declared (6.4.2.2).
 The program attempts to modify a string literal (6.4.5).
diff --git a/cerise/papers.md b/cerise/papers.md
new file mode 100644 (file)
index 0000000..d54ca7f
--- /dev/null
@@ -0,0 +1,12 @@
+# Research White Papers
+
+* Single-Pass Generation of Static Single Assignment Form for Structured Languages
+* Ownership You Can Count On: A Hybrid Approach to Safe Explicit Memory Management
+* Biased Reference Counting: Minimizing Atomic Operations in Garbage Collection
+* A Simple and Efficient Algorithm for Cycle Collection
+* Concurrent Cycle Collection in Reference Counted Systems
+*
+
+# Algorithms
+
+* Depth-first search for graph traversal
\ No newline at end of file