# # ChangeLog for / # # Generated by Trac 1.2.1 # Apr 30, 2024, 5:30:50 AM Fri, 12 Feb 2021 17:27:38 GMT Thierry Delisle [565acf59] * benchmark/io/http/http_ring.cpp (modified) * benchmark/io/http/parhttperf (added) * benchmark/io/http/parse-httperf.py (added) * doc/LaTeXmacros/common.tex (modified) * doc/bibliography/pl.bib (modified) * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/thesis-frontpgs.tex (modified) * doc/theses/andrew_beach_MMath/thesis.tex (modified) * doc/theses/andrew_beach_MMath/unwinding.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis-frontpgs.tex (modified) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) * doc/theses/fangren_yu_COOP_F20/Report.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/.gitignore (added) * doc/theses/thierry_delisle_PhD/thesis/Makefile (modified) * doc/theses/thierry_delisle_PhD/thesis/fig/io_uring.fig (added) * doc/theses/thierry_delisle_PhD/thesis/fig/pivot_ring.fig (added) * doc/theses/thierry_delisle_PhD/thesis/local.bib (modified) * doc/theses/thierry_delisle_PhD/thesis/text/core.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/intro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/io.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/runtime.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/thesis.tex (modified) * doc/user/figures/Cdecl.fig (modified) * doc/user/user.tex (modified) * libcfa/src/memory.cfa (modified) * libcfa/src/memory.hfa (modified) * src/Parser/parser.yy (modified) * src/main.cc (modified) * tests/.expect/smart-pointers.txt (added) * tests/smart-pointers.cfa (modified) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/ParserTypes.h (modified) * tools/prettyprinter/parser.yy (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 12 Feb 2021 17:27:08 GMT Thierry Delisle [da3963a] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) Moved __bin_sem_t out of kernel.hfa since it's not needed. Fri, 12 Feb 2021 17:24:16 GMT Thierry Delisle [32c2c5e] * libcfa/src/concurrency/ready_queue.cfa (modified) Removed unused variables Fri, 12 Feb 2021 17:23:39 GMT Thierry Delisle [85ac70e8] * libcfa/src/concurrency/coroutine.cfa (modified) Fix unused variable Wed, 10 Feb 2021 02:24:04 GMT Thierry Delisle [52f6250] * doc/theses/thierry_delisle_PhD/thesis/text/io.tex (modified) Finished section on private I/O instances.