# # ChangeLog for / # # Generated by Trac 1.2.1 # Jun 28, 2024, 2:59:19 AM Fri, 21 Jul 2023 02:46:41 GMT Peter A. Buhr [d4c1d1f] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) more proofreading of chapter waituntil Thu, 20 Jul 2023 20:47:06 GMT caparsons [47b7142] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) reworked 7.5.3 of thesis Thu, 20 Jul 2023 19:47:25 GMT Peter A. Buhr [c03c1ac] * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) more proofreading waituntil chapter Thu, 20 Jul 2023 18:09:37 GMT caparsons [0e8f4c6] * tests/concurrency/waituntil/repeat_close.cfa (modified) refactored test to now use remove() in waituntil Thu, 20 Jul 2023 18:09:15 GMT caparsons [7a2c6b18] * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/locks.hfa (modified) did some cleanup in locks.hfa and fixed seg fault bug in channel ... Thu, 20 Jul 2023 14:58:31 GMT caparsons [a09552d] * libcfa/src/common.hfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 20 Jul 2023 14:58:13 GMT caparsons [5e6fb07] * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) added label to section to reference later Thu, 20 Jul 2023 14:57:09 GMT Andrew Beach [d3b8752] * libcfa/src/common.hfa (modified) Added min/max for 3+ argument cases. Thu, 20 Jul 2023 01:50:28 GMT caparsons [5a7789f] * libcfa/prelude/builtins.c (modified) * libcfa/src/gmp.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 20 Jul 2023 01:50:20 GMT caparsons [21a700e] * tests/concurrency/waituntil/repeat_close.cfa (modified) test change to fix broken build. Working on fix to underlying issue ... Wed, 19 Jul 2023 14:20:50 GMT Andrew Beach [8a1d62b6] * libcfa/prelude/builtins.c (modified) Reorganize ?\? operator to shorten it a bit and move lines of code ... Tue, 18 Jul 2023 20:41:37 GMT Peter A. Buhr [49caf644] * libcfa/src/concurrency/channel.hfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 18 Jul 2023 20:41:12 GMT Peter A. Buhr [c635047] * libcfa/src/gmp.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) more convertion to new void-creation stream macros Tue, 18 Jul 2023 17:27:28 GMT caparsons [da6db1a2] * tests/concurrency/waituntil/repeat_close.cfa (modified) added test with new waituntil remove() syntax Tue, 18 Jul 2023 17:25:21 GMT caparsons [db94b5d] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * libcfa/src/time.cfa (modified) * libcfa/src/vec/vec2.hfa (modified) * libcfa/src/vec/vec3.hfa (modified) * libcfa/src/vec/vec4.hfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 18 Jul 2023 17:25:00 GMT caparsons [c44705c] * libcfa/src/concurrency/channel.hfa (modified) fixed remove ambiguity issue Tue, 18 Jul 2023 16:22:32 GMT Peter A. Buhr [5454d77] * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * libcfa/src/time.cfa (modified) * libcfa/src/vec/vec2.hfa (modified) * libcfa/src/vec/vec3.hfa (modified) * libcfa/src/vec/vec4.hfa (modified) update types to use new void-creation stream macros Tue, 18 Jul 2023 16:20:12 GMT Peter A. Buhr [94d2544] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, ... Tue, 18 Jul 2023 13:34:26 GMT caparsons [8b84973] * doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/contend.cfa (modified) * doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/order.cfa (modified) * doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/sidechan.cfa (modified) * doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/spin.cfa (modified) updated waituntil benchmarks to use new channel arrow syntax Tue, 18 Jul 2023 13:33:56 GMT caparsons [daf4c89] * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) updated channel chapter to reflect new syntax Tue, 18 Jul 2023 13:33:12 GMT caparsons [ca22a7c] * libcfa/src/concurrency/channel.hfa (modified) removed ambiguous waituntil remove support Tue, 18 Jul 2023 13:31:57 GMT caparsons [cb344f7] * tests/concurrency/channels/daisy_chain.cfa (modified) * tests/concurrency/waituntil/all_types.cfa (modified) * tests/concurrency/waituntil/channel_close.cfa (modified) * tests/concurrency/waituntil/channel_zero_size.cfa (modified) * tests/concurrency/waituntil/channels.cfa (modified) * tests/concurrency/waituntil/one_chan.cfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (modified) refactored tests to use new syntax for channel ops Mon, 17 Jul 2023 20:19:26 GMT caparsons [a1467c1] * libcfa/src/concurrency/channel.hfa (modified) added support for remove and insert calls in waituntils Mon, 17 Jul 2023 20:19:08 GMT caparsons [d5926ae] * tests/concurrency/waituntil/repeat_close.cfa (modified) * tests/concurrency/waituntil/timeout.cfa (modified) modified waituntil tests to test new features Mon, 17 Jul 2023 20:05:00 GMT caparsons [e0396d9] * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) added discussion of channel shorthand operators Mon, 17 Jul 2023 19:59:52 GMT caparsons [5adb277] * tests/concurrency/channels/daisy_chain.cfa (modified) changed test back to using new operators Mon, 17 Jul 2023 19:59:29 GMT caparsons [bf55f32] * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/select.hfa (modified) added support for general channel operators Mon, 17 Jul 2023 19:58:48 GMT caparsons [1d66a91] * src/Concurrency/Waituntil.cpp (modified) added support for general channel operators and cleaned up some cruft Mon, 17 Jul 2023 17:55:46 GMT caparsons [66ac416] * tests/concurrency/channels/daisy_chain.cfa (modified) revert channel test change Mon, 17 Jul 2023 17:52:44 GMT caparsons [f3c02ea] * libcfa/src/concurrency/channel.hfa (modified) reverted addition of channel operators since it broke the waituntil ... Mon, 17 Jul 2023 17:47:25 GMT caparsons [9cb2742] * src/Concurrency/Waituntil.cpp (modified) refactored some waituntil code gen to be more concise Mon, 17 Jul 2023 17:46:48 GMT caparsons [c2c1717] * tests/concurrency/channels/daisy_chain.cfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (modified) cleaned up a waituntil test and changed a channel test to use go- ... Mon, 17 Jul 2023 17:46:08 GMT caparsons [a0b59ed] * libcfa/src/concurrency/channel.hfa (modified) added support for go style channel operators Mon, 17 Jul 2023 16:38:48 GMT caparsons [494a7e5] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) more 7.5 improvements. Tried to improve chapter flow Mon, 17 Jul 2023 16:03:56 GMT caparsons [7ed01be] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) smoothed over 7.5 intro Mon, 17 Jul 2023 13:24:46 GMT Peter A. Buhr [dbf5e18] * src/AST/Util.cpp (modified) * src/InitTweak/InitTweak.cc (modified) * src/Parser/parser.yy (modified) * src/Validate/ForallPointerDecay.cpp (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) * src/Validate/ReplaceTypedef.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 17 Jul 2023 13:24:19 GMT Peter A. Buhr [847ab8f] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) first proofread of waituntil chapter up to Section 7.5 Mon, 17 Jul 2023 13:22:03 GMT Peter A. Buhr [bcc56c9] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) final proofread of actor chapter Mon, 17 Jul 2023 13:20:48 GMT Peter A. Buhr [432e1de] * doc/theses/colby_parsons_MMAth/local.bib (modified) capitalize titles in citations Mon, 17 Jul 2023 13:19:49 GMT Peter A. Buhr [6da4cbbc] * doc/theses/colby_parsons_MMAth/data/nasusExecutorMem (modified) * doc/theses/colby_parsons_MMAth/data/pykeExecutorMem (modified) move uC++ beside CFA in table Mon, 17 Jul 2023 13:14:31 GMT Peter A. Buhr [1f36fcd] * doc/bibliography/pl.bib (modified) update Ada citation from Ada12 to Ada16 Mon, 17 Jul 2023 13:13:31 GMT Peter A. Buhr [ac09751] * doc/LaTeXmacros/common.sty (modified) * doc/LaTeXmacros/common.tex (modified) reduce whitespace before backtick Fri, 14 Jul 2023 19:44:17 GMT Andrew Beach [0d7fc00] * src/Validate/LinkReferenceToTypes.cpp (modified) This may fix the excessive 'struct _IO_FILE;' declarations. I still ... Fri, 14 Jul 2023 19:03:28 GMT Andrew Beach [c25f16b] * src/Parser/parser.yy (modified) Repeat "remove push/pop from KR_parameter_list and ... Fri, 14 Jul 2023 17:49:41 GMT Andrew Beach [402a1e7] * src/Parser/parser.yy (modified) Revert "remove push/pop from KR_parameter_list and ... Fri, 14 Jul 2023 13:32:31 GMT Andrew Beach [b7c53a9d] * src/AST/Util.cpp (modified) * src/InitTweak/InitTweak.cc (modified) * src/Validate/ForallPointerDecay.cpp (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) * src/Validate/ReplaceTypedef.cpp (modified) Added a new invariant check and the fixes required to make it pass. ... Fri, 14 Jul 2023 01:37:22 GMT Peter A. Buhr [4acf56d] * doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py (modified) * doc/theses/colby_parsons_MMAth/figures/nasusRepeat.pgf (modified) * doc/theses/colby_parsons_MMAth/figures/pykeRepeat.pgf (modified) * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/CFA_intro.tex (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/SymbolTable.cpp (modified) * src/AST/SymbolTable.hpp (modified) * src/Validate/NoIdSymbolTable.hpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 14 Jul 2023 01:36:43 GMT Peter A. Buhr [09e400e] * src/Parser/parser.yy (modified) remove push/pop from KR_parameter_list and typedef_declaration Thu, 13 Jul 2023 21:52:20 GMT caparsons [a3c7bac] * doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py (modified) * doc/theses/colby_parsons_MMAth/figures/nasusRepeat.pgf (modified) * doc/theses/colby_parsons_MMAth/figures/pykeRepeat.pgf (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) reworked part of actor perf section Thu, 13 Jul 2023 20:04:18 GMT Peter A. Buhr [60a9164] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) update discussion about work stealing Thu, 13 Jul 2023 20:02:55 GMT Peter A. Buhr [cc28153d] * doc/theses/colby_parsons_MMAth/local.bib (modified) change href to url, add citations Wed, 12 Jul 2023 16:49:05 GMT caparsons [d6d2136] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) Made changes in response to Peter's comments Wed, 12 Jul 2023 15:44:01 GMT Andrew Beach [e0069bd] * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/SymbolTable.cpp (modified) * src/AST/SymbolTable.hpp (modified) * src/Validate/NoIdSymbolTable.hpp (modified) Renaming of some SymbolTable functions because they are different and ... Wed, 12 Jul 2023 15:41:01 GMT Peter A. Buhr [1d9dc9c] * src/Parser/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) * src/Parser/parser.yy (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 12 Jul 2023 15:39:32 GMT Peter A. Buhr [ed274fe] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Wed, 12 Jul 2023 15:38:43 GMT Peter A. Buhr [68db00e] * doc/theses/colby_parsons_MMAth/text/CFA_intro.tex (modified) add labels to sections Wed, 12 Jul 2023 11:28:22 GMT Peter A. Buhr [71a422a] * src/Parser/parser.yy (modified) add additional debug printing, remove push/pop associated with ... Wed, 12 Jul 2023 11:26:16 GMT Peter A. Buhr [fc95df3] * src/Parser/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) add additional debug printing Tue, 11 Jul 2023 18:35:50 GMT caparsons [bdbb448] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) * libcfa/src/concurrency/select.hfa (modified) updated documentation related to waituntil changes Tue, 11 Jul 2023 18:29:56 GMT caparsons [c16cc99] * tests/exceptions/pingpong_nonlocal.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 11 Jul 2023 18:29:49 GMT caparsons [d829c6d] * tests/concurrency/waituntil/.expect/repeat_close.txt (added) * tests/concurrency/waituntil/channel_close.cfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (added) added test that consistently produced the waituntil channel close ... Tue, 11 Jul 2023 18:28:38 GMT caparsons [bbecdd4] * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) missed two files with previous commit Tue, 11 Jul 2023 18:27:58 GMT caparsons [b93bf85] * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/select.cfa (modified) * libcfa/src/concurrency/select.hfa (modified) * src/Concurrency/Waituntil.cpp (modified) fixed spurious channel close waituntil error case. Was caused by a ... Tue, 11 Jul 2023 18:02:38 GMT Peter A. Buhr [ffac259] * tests/exceptions/pingpong_nonlocal.cfa (modified) hide numtimes Tue, 11 Jul 2023 14:47:49 GMT caparsons [4c8ce47] * tests/exceptions/.expect/pingpong_nonlocal.txt (modified) * tests/exceptions/pingpong_nonlocal.cfa (modified) updated pingpong exception test to remove output race for repeatable ... Tue, 11 Jul 2023 13:59:20 GMT Peter A. Buhr [c54ca97] * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 11 Jul 2023 13:59:11 GMT Peter A. Buhr [a2eb21a] * tests/exceptions/.expect/pingpong_nonlocal.txt (modified) * tests/exceptions/pingpong_nonlocal.cfa (modified) fix problems in pingpong_nonlocal Tue, 11 Jul 2023 13:25:12 GMT caparsons [39e6309] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) fixed undefined reference Tue, 11 Jul 2023 13:25:01 GMT caparsons [ea1bb94] * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) actor perf cleanup following reordering Tue, 11 Jul 2023 12:54:41 GMT caparsons [614868b] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) first pass at cleaning up per chapter reorganization Tue, 11 Jul 2023 01:20:51 GMT Peter A. Buhr [f80e0f1e] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Mon, 10 Jul 2023 21:53:09 GMT caparsons [0aa77e6] * doc/theses/colby_parsons_MMAth/data/nasusSendDynamic (modified) * doc/theses/colby_parsons_MMAth/data/nasusSendStatic (modified) * doc/theses/colby_parsons_MMAth/data/pykeSendDynamic (modified) * doc/theses/colby_parsons_MMAth/data/pykeSendStatic (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) various actor changes and fixes Mon, 10 Jul 2023 21:10:11 GMT caparsons [04c31f4] * doc/theses/colby_parsons_MMAth/glossary.tex (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) some changes to the queue swap chapter Mon, 10 Jul 2023 19:45:12 GMT caparsons [c3f7dd9] * doc/bibliography/pl.bib (modified) * doc/theses/colby_parsons_MMAth/glossary.tex (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) * src/InitTweak/FixInitNew.cpp (modified) * tests/exceptions/.expect/fibonacci_nonlocal.txt (modified) * tests/exceptions/.expect/pingpong_nonlocal.txt (moved) * tests/exceptions/fibonacci_nonlocal.cfa (modified) * tests/exceptions/pingpong_nonlocal.cfa (moved) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 10 Jul 2023 15:14:13 GMT Peter A. Buhr [713905fd] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * src/AST/Decl.hpp (modified) * src/AST/SymbolTable.cpp (modified) * src/GenPoly/SpecializeNew.cpp (modified) * src/InitTweak/FixInitNew.cpp (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) * tests/exceptions/.expect/fibonacci_nonlocal.txt (added) * tests/exceptions/.expect/pingpong_nonlocal.txt (added) * tests/exceptions/fibonacci_nonlocal.cfa (added) * tests/exceptions/pingpong_nonlocal.cfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 10 Jul 2023 15:13:26 GMT Peter A. Buhr [e6e1a12] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Mon, 10 Jul 2023 15:12:21 GMT Peter A. Buhr [9b0c1936] * doc/theses/colby_parsons_MMAth/glossary.tex (modified) add glossary abbreviations CAS, DWCAS, DCAS, DAS, LL, SC Mon, 10 Jul 2023 15:11:11 GMT Peter A. Buhr [2f26b841] * doc/bibliography/pl.bib (modified) add and update citations Fri, 07 Jul 2023 21:35:51 GMT Andrew Beach [b29a1e8] * src/InitTweak/FixInitNew.cpp (modified) Removed unused includes from a file. (Clean-up, plus it cuts down on ... Fri, 07 Jul 2023 13:56:28 GMT caparsons [555c599] * tests/concurrency/waituntil/.expect/break.txt (deleted) * tests/concurrency/waituntil/break.cfa (deleted) removed test since it now contains unsupportd behaviour Fri, 07 Jul 2023 13:55:34 GMT caparsons [ded018f] * src/Concurrency/Waituntil.cpp (modified) refactored to fix bug in channel_close test. As a consquence can no ... Fri, 07 Jul 2023 11:34:18 GMT Peter A. Buhr [5186775] * tests/exceptions/.expect/fibonacci_nonlocal.txt (modified) * tests/exceptions/fibonacci_nonlocal.cfa (modified) alternative version of fibonacci_nonlocal Fri, 07 Jul 2023 00:35:15 GMT Peter A. Buhr [64e3ac7] * tests/exceptions/.expect/pingpong_nonlocal.txt (moved) * tests/exceptions/pingpong_nonlocal.cfa (moved) harmonize name for fibonacci_nonlocal and pingpong_nonlocal Thu, 06 Jul 2023 20:52:23 GMT caparsons [bef2245] * tests/exceptions/.expect/fibonacci_nonlocal.txt (added) * tests/exceptions/.expect/nonlocal_pingpong.txt (added) * tests/exceptions/fibonacci_nonlocal.cfa (added) * tests/exceptions/nonlocal_pingpong.cfa (added) added basic tests for non-local exceptions Thu, 06 Jul 2023 20:51:42 GMT caparsons [2fe64ba] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) added support for non-local exceptions Thu, 06 Jul 2023 20:32:01 GMT Andrew Beach [b4d2b3b] * src/Validate/LinkReferenceToTypes.cpp (modified) Some cases in linkReferencesToTypes: It always hits one or both of ... Thu, 06 Jul 2023 15:07:27 GMT Andrew Beach [8f31be6] * src/AST/SymbolTable.cpp (modified) * src/GenPoly/SpecializeNew.cpp (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/Unify.cc (modified) Fixed some warnings, deleted some commented out code. Thu, 06 Jul 2023 13:57:53 GMT Andrew Beach [c8bf1b5] * src/AST/Decl.hpp (modified) Removed a comment that referenced a long gone pass. Wed, 05 Jul 2023 21:34:10 GMT caparsons [a9e10e2] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) small update to end of work stealing section Wed, 05 Jul 2023 18:50:52 GMT caparsons [7c4416a] * doc/theses/colby_parsons_MMAth/benchmarks/actors/run (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 05 Jul 2023 18:45:16 GMT caparson [f6afd84] * doc/theses/colby_parsons_MMAth/benchmarks/actors/run (modified) merging together benchmark run files Wed, 05 Jul 2023 18:10:59 GMT caparsons [9235192c] * doc/theses/colby_parsons_MMAth/benchmarks/actors/run (modified) * libcfa/src/concurrency/actor.hfa (modified) added support for missed gulps benchmark Wed, 05 Jul 2023 17:07:22 GMT caparsons [7ce70e2] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) another pass over the work stealing section Wed, 05 Jul 2023 15:53:24 GMT Peter A. Buhr [218685e] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Tue, 04 Jul 2023 21:06:57 GMT caparsons [3883609] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) minor actor stealing section changes Tue, 04 Jul 2023 20:57:48 GMT caparsons [1f39a28] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) reworked later part of actor stealing section Tue, 04 Jul 2023 20:31:58 GMT Peter A. Buhr [3430ce8] * doc/theses/colby_parsons_MMAth/diagrams/steal.tikz (modified) change font style and size in figure Tue, 04 Jul 2023 20:29:10 GMT Peter A. Buhr [4c2e561] * doc/theses/colby_parsons_MMAth/Makefile (modified) * doc/theses/colby_parsons_MMAth/diagrams/steal.tikz (added) * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) * doc/theses/colby_parsons_MMAth/text/conclusion.tex (modified) * doc/theses/colby_parsons_MMAth/text/intro.tex (modified) * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) * doc/theses/colby_parsons_MMAth/thesis.tex (modified) * src/Common/ScopedMap.h (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/GenPoly/ErasableScopedMap.h (modified) * src/GenPoly/ScopedSet.h (modified) * src/SymTab/FixFunction.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 04 Jul 2023 20:28:22 GMT Peter A. Buhr [3397eed] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Tue, 04 Jul 2023 18:54:31 GMT Andrew Beach [7f1be01] * src/Common/ScopedMap.h (modified) * src/GenPoly/ErasableScopedMap.h (modified) * src/GenPoly/ScopedSet.h (modified) Combined some fixes from the variaus scoped containers. Reducing ...