Changeset 8a9a3ab for tests/zombies
- Timestamp:
- Sep 1, 2023, 3:54:42 PM (2 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 4b30318b
- Parents:
- 4269d1b (diff), 4c0fa03 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- tests/zombies
- Files:
-
- 4 edited
-
gc_no_raii/premake4.lua (modified) (1 diff)
-
hashtable.cfa (modified) (1 diff)
-
hashtable2.cfa (modified) (1 diff)
-
linked-list-perf/experiment.koad (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/zombies/gc_no_raii/premake4.lua
r4269d1b r8a9a3ab 48 48 linkoptions (linkOptionList) 49 49 includedirs (includeDirList) 50 files { "src/**.c", "co ntainers/**.c" }50 files { "src/**.c", "collections/**.c" } 51 51 52 52 configuration "debug" -
tests/zombies/hashtable.cfa
r4269d1b r8a9a3ab 1 1 2 #include <co ntainers/list.hfa>2 #include <collections/list.hfa> 3 3 4 4 #include <exception.hfa> -
tests/zombies/hashtable2.cfa
r4269d1b r8a9a3ab 1 1 2 #include <co ntainers/list.hfa>2 #include <collections/list.hfa> 3 3 4 4 typedef unsigned int K; -
tests/zombies/linked-list-perf/experiment.koad
r4269d1b r8a9a3ab 67 67 #elif defined IMPL_CFA_MIKE_NEW 68 68 69 #include <co ntainers/list.hfa>69 #include <collections/list.hfa> 70 70 struct S { 71 71 int f[64]; // FIXME: make "is volatile" consistent; given bug #TBD
Note:
See TracChangeset
for help on using the changeset viewer.