Fix several more minor bugs, add gen.sh which pre-runs the C preprocessor to generate...
authorNick Downing <nick.downing@lifx.co>
Thu, 11 Apr 2019 12:00:05 +0000 (22:00 +1000)
committerNick Downing <nick.downing@lifx.co>
Thu, 11 Apr 2019 12:00:05 +0000 (22:00 +1000)
commit119ae6d13ac4dd21cf13214f4b86564b3e7896c7
tree10896928801470ae689fa2b69d4d90f24a657043
parentd445ff784198029ccd54e87fb177fc36030a2857
Fix several more minor bugs, add gen.sh which pre-runs the C preprocessor to generate 6 specialized versions of the code
19 files changed:
.gitignore
blank.py [new file with mode: 0755]
core.h
gen.sh [new file with mode: 0755]
indirect_core_indirect_swap/Makefile [new file with mode: 0644]
indirect_core_indirect_swap/o.sh [new file with mode: 0755]
indirect_core_inode_swap/Makefile [new file with mode: 0644]
indirect_core_inode_swap/o.sh [new file with mode: 0755]
indirect_core_preallocate_swap/Makefile [new file with mode: 0644]
indirect_core_preallocate_swap/o.sh [new file with mode: 0755]
moveable_core_indirect_swap/Makefile [new file with mode: 0644]
moveable_core_indirect_swap/o.sh [new file with mode: 0755]
moveable_core_inode_swap/Makefile [new file with mode: 0644]
moveable_core_inode_swap/o.sh [new file with mode: 0755]
moveable_core_preallocate_swap/Makefile [new file with mode: 0644]
moveable_core_preallocate_swap/o.sh [new file with mode: 0755]
pp.sh [new file with mode: 0755]
process.c
q.sh [new file with mode: 0755]