|
|
|
@daf4c89
|
17 months |
caparson |
updated channel chapter to reflect new syntax
|
|
|
@ca22a7c
|
17 months |
caparson |
removed ambiguous waituntil remove support
|
|
|
@cb344f7
|
17 months |
caparson |
refactored tests to use new syntax for channel ops
|
|
|
@a1467c1
|
17 months |
caparson |
added support for remove and insert calls in waituntils
|
|
|
@d5926ae
|
17 months |
caparson |
modified waituntil tests to test new features
|
|
|
@e0396d9
|
17 months |
caparson |
added discussion of channel shorthand operators
|
|
|
@5adb277
|
17 months |
caparson |
changed test back to using new operators
|
|
|
@bf55f32
|
17 months |
caparson |
added support for general channel operators
|
|
|
@1d66a91
|
17 months |
caparson |
added support for general channel operators and cleaned up some cruft
|
|
|
@66ac416
|
17 months |
caparson |
revert channel test change
|
|
|
@f3c02ea
|
17 months |
caparson |
reverted addition of channel operators since it broke the waituntil …
|
|
|
@9cb2742
|
17 months |
caparson |
refactored some waituntil code gen to be more concise
|
|
|
@c2c1717
|
17 months |
caparson |
cleaned up a waituntil test and changed a channel test to use go-style …
|
|
|
@a0b59ed
|
17 months |
caparson |
added support for go style channel operators
|
|
|
@494a7e5
|
17 months |
caparson |
more 7.5 improvements. Tried to improve chapter flow
|
|
|
@7ed01be
|
17 months |
caparson |
smoothed over 7.5 intro
|
|
|
@dbf5e18
|
17 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@847ab8f
|
17 months |
pabuhr |
first proofread of waituntil chapter up to Section 7.5
|
|
|
@bcc56c9
|
17 months |
pabuhr |
final proofread of actor chapter
|
|
|
@432e1de
|
17 months |
pabuhr |
capitalize titles in citations
|
|
|
@6da4cbbc
|
17 months |
pabuhr |
move uC++ beside CFA in table
|
|
|
@1f36fcd
|
17 months |
pabuhr |
update Ada citation from Ada12 to Ada16
|
|
|
@ac09751
|
17 months |
pabuhr |
reduce whitespace before backtick
|
|
|
@0d7fc00
|
17 months |
ajbeach |
This may fix the excessive 'struct _IO_FILE;' declarations. I still …
|
|
|
@c25f16b
|
17 months |
ajbeach |
Repeat "remove push/pop from KR_parameter_list and …
|
|
|
@402a1e7
|
17 months |
ajbeach |
Revert "remove push/pop from KR_parameter_list and …
|
|
|
@b7c53a9d
|
17 months |
ajbeach |
Added a new invariant check and the fixes required to make it pass. …
|
|
|
@4acf56d
|
17 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@09e400e
|
17 months |
pabuhr |
remove push/pop from KR_parameter_list and typedef_declaration
|
|
|
@a3c7bac
|
17 months |
caparson |
reworked part of actor perf section
|
|
|
@60a9164
|
17 months |
pabuhr |
update discussion about work stealing
|
|
|
@cc28153d
|
17 months |
pabuhr |
change href to url, add citations
|
|
|
@d6d2136
|
18 months |
caparson |
Made changes in response to Peter's comments
|
|
|
@e0069bd
|
18 months |
ajbeach |
Renaming of some SymbolTable? functions because they are different and …
|
|
|
@1d9dc9c
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@ed274fe
|
18 months |
pabuhr |
more proofreading of actor chapter
|
|
|
@68db00e
|
18 months |
pabuhr |
add labels to sections
|
|
|
@71a422a
|
18 months |
pabuhr |
add additional debug printing, remove push/pop associated with …
|
|
|
@fc95df3
|
18 months |
pabuhr |
add additional debug printing
|
|
|
@bdbb448
|
18 months |
caparson |
updated documentation related to waituntil changes
|
|
|
@c16cc99
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@d829c6d
|
18 months |
caparson |
added test that consistently produced the waituntil channel close …
|
|
|
@bbecdd4
|
18 months |
caparson |
missed two files with previous commit
|
|
|
@b93bf85
|
18 months |
caparson |
fixed spurious channel close waituntil error case. Was caused by a …
|
|
|
@ffac259
|
18 months |
pabuhr |
hide numtimes
|
|
|
@4c8ce47
|
18 months |
caparson |
updated pingpong exception test to remove output race for repeatable …
|
|
|
@c54ca97
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@a2eb21a
|
18 months |
pabuhr |
fix problems in pingpong_nonlocal
|
|
|
@39e6309
|
18 months |
caparson |
fixed undefined reference
|
|
|
@ea1bb94
|
18 months |
caparson |
actor perf cleanup following reordering
|
|
|
@614868b
|
18 months |
caparson |
first pass at cleaning up per chapter reorganization
|
|
|
@f80e0f1e
|
18 months |
pabuhr |
more proofreading of actor chapter
|
|
|
@0aa77e6
|
18 months |
caparson |
various actor changes and fixes
|
|
|
@04c31f4
|
18 months |
caparson |
some changes to the queue swap chapter
|
|
|
@c3f7dd9
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@713905fd
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@e6e1a12
|
18 months |
pabuhr |
more proofreading of actor chapter
|
|
|
@9b0c1936
|
18 months |
pabuhr |
add glossary abbreviations CAS, DWCAS, DCAS, DAS, LL, SC
|
|
|
@2f26b841
|
18 months |
pabuhr |
add and update citations
|
|
|
@b29a1e8
|
18 months |
ajbeach |
Removed unused includes from a file. (Clean-up, plus it cuts down on …
|
|
|
@555c599
|
18 months |
caparson |
removed test since it now contains unsupportd behaviour
|
|
|
@ded018f
|
18 months |
caparson |
refactored to fix bug in channel_close test. As a consquence can no …
|
|
|
@5186775
|
18 months |
pabuhr |
alternative version of fibonacci_nonlocal
|
|
|
@64e3ac7
|
18 months |
pabuhr |
harmonize name for fibonacci_nonlocal and pingpong_nonlocal
|
|
|
@bef2245
|
18 months |
caparson |
added basic tests for non-local exceptions
|
|
|
@2fe64ba
|
18 months |
caparson |
added support for non-local exceptions
|
|
|
@b4d2b3b
|
18 months |
ajbeach |
Some cases in linkReferencesToTypes: It always hits one or both of the …
|
|
|
@8f31be6
|
18 months |
ajbeach |
Fixed some warnings, deleted some commented out code.
|
|
|
@c8bf1b5
|
18 months |
ajbeach |
Removed a comment that referenced a long gone pass.
|
|
|
@a9e10e2
|
18 months |
caparson |
small update to end of work stealing section
|
|
|
@7c4416a
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@f6afd84
|
18 months |
caparson |
merging together benchmark run files
|
|
|
@9235192c
|
18 months |
caparson |
added support for missed gulps benchmark
|
|
|
@7ce70e2
|
18 months |
caparson |
another pass over the work stealing section
|
|
|
@218685e
|
18 months |
pabuhr |
more proofreading of actor chapter
|
|
|
@3883609
|
18 months |
caparson |
minor actor stealing section changes
|
|
|
@1f39a28
|
18 months |
caparson |
reworked later part of actor stealing section
|
|
|
@3430ce8
|
18 months |
pabuhr |
change font style and size in figure
|
|
|
@4c2e561
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@3397eed
|
18 months |
pabuhr |
more proofreading of actor chapter
|
|
|
@7f1be01
|
18 months |
ajbeach |
Combined some fixes from the variaus scoped containers. Reducing …
|
|
|
@b2ecd48
|
18 months |
ajbeach |
Changes related to invariant checking scoping, it is not ready by …
|
|
|
@0ec4eb0
|
18 months |
caparson |
read through up to start of actor chapter and made some small …
|
|
|
@930a800
|
18 months |
caparson |
added conclusion to makefile, removed duplicate bib entry and added …
|
|
|
@5e81a9c
|
18 months |
caparson |
polished waituntil and conclusion chapter
|
|
|
@adb67cf3
|
18 months |
caparson |
added steal diagram
|
|
|
@f519bd8
|
18 months |
caparson |
reworked actor steal section
|
|
|
@96ea77a
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@8909a2d
|
18 months |
pabuhr |
more proofreading of actor chapter
|
|
|
@70f97c8
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@00b046f
|
18 months |
caparson |
very slim race condition between a channel closing and a waituntil …
|
|
|
@a2f1ea8d
|
18 months |
caparson |
added test for fixed waituntil break case
|
|
|
@ed1a7ab8
|
18 months |
caparson |
fixed two bugs with breaks in waituntils, required reordering of …
|
|
|
@1ae3ac46
|
18 months |
pabuhr |
change text font-size in figures to match paper font-size
|
|
|
@5384793
|
18 months |
pabuhr |
use FIFO abbrev in channel chapter
|
|
|
@fb4b283
|
18 months |
pabuhr |
add LIFO and FIFO to glossary abbreviation
|
|
|
@729b794
|
18 months |
pabuhr |
force bibtex to run in Makefile and print more output
|
|
|
@c5e2a84
|
18 months |
pabuhr |
remove duplicate entries from local.bib in pl.bib
|
|
|
@6c7fe7b
|
18 months |
pabuhr |
change from printf to sout
|
|
|
@d7874052
|
18 months |
pabuhr |
print proper error for hiding enumerator names of an anonymous …
|
|
|