|
|
@0da9475
|
12 months |
caparson |
fixed bug where cofor runner could derefence a null pointer
|
|
|
@cce0807
|
12 months |
caparson |
Fixed non-local ehm memory leak that occurs when a coroutine is …
|
|
|
@c46c999
|
12 months |
caparson |
forgot to include in last push. Added a get_proc_count that doesn't …
|
|
|
@fe293bf
|
12 months |
caparson |
removed fences for ARM that are likely not needed, insertion of fences …
|
|
|
@ba0e1bc
|
12 months |
caparson |
Added supporting library routines for cofor impl
|
|
|
@2ad5e1d5
|
12 months |
caparson |
added missing semicolons
|
|
|
@8df19af
|
12 months |
caparson |
added WO fences for mcs spin lock to fix failing arm test
|
|
|
@3f0b062
|
12 months |
caparson |
ifdef'd the arm fences that were added to channels so that they only …
|
|
|
@ca995e3
|
13 months |
caparson |
added missing ARM fence on the signallee side of channel handoff
|
|
|
@02c5880
|
13 months |
caparson |
Added fence after channel handoff to prevent reordering on the arm …
|
|
|
@ee9ad40
|
13 months |
caparson |
Changed cofor files to support the corun statement
|
|
|
@8bc67cf
|
13 months |
pabuhr |
formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
|
|
|
@11ab0b4a
|
13 months |
pabuhr |
add corun/cofor statement, update old cofor
|
|
|
@147a137
|
13 months |
caparson |
added enable/disable ehm with no params for coroutines
|
|
|
@60f69f0
|
14 months |
pabuhr |
formatting
|
|
|
@e4c3819
|
14 months |
pabuhr |
refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
|
|
|
@334e0cf2
|
14 months |
caparson |
added cofor macro
|
|
|
@1ed5e9e
|
14 months |
caparson |
Added cfa equivalent of cofor/cobegin/coend
|
|
|
@ba068c0
|
14 months |
pabuhr |
rename clock routines processor and program to processor_cpu and …
|
|
|
@9d47c1f
|
14 months |
caparson |
changes over all usages of uC++ collections to use dlist instead
|
|
|
@555af62
|
14 months |
pabuhr |
add include bits/sequence.hfa to pthread.cfa after removing it from …
|
|
|
@16e6905
|
14 months |
pabuhr |
fix get_seed signature
|
|
|
@3ef5905
|
14 months |
pabuhr |
add get_seed for thread random numbers
|
|
|
@8a9a3ab
|
14 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@4269d1b
|
14 months |
caparson |
fixed unhandled exception bug causing deleted memory to be accessed …
|
|
|
@55b060d
|
14 months |
pabuhr |
rename directories containers to collections
|
|
|
@23edb61
|
15 months |
caparson |
added warning message and cleanup for unhandled pending non-local …
|
|
|
@3318dff
|
15 months |
caparson |
fixed non-local ehm issue and added no arg resumer routine
|
|
|
@c34bb1f
|
15 months |
caparson |
fixed nonlocal exception edge case for program main and added poll() …
|
|
|
@c3e510b
|
15 months |
caparson |
added support for resuming at resumer, added test for support and …
|
|
|
@88f2f0f
|
16 months |
pabuhr |
change zeroing of individual statistics fields to memset
|
|
|
@f898983
|
16 months |
pabuhr |
add missing #include <string.h>
|
|
|
@374cdb66
|
16 months |
pabuhr |
use memset to initialize struct io_uring_sqe to zero in routine zero_sqe
|
|
|
@7a2c6b18
|
16 months |
caparson |
did some cleanup in locks.hfa and fixed seg fault bug in channel …
|
|
|
@c44705c
|
16 months |
caparson |
fixed remove ambiguity issue
|
|
|
@ca22a7c
|
16 months |
caparson |
removed ambiguous waituntil remove support
|
|
|
@a1467c1
|
16 months |
caparson |
added support for remove and insert calls in waituntils
|
|
|
@bf55f32
|
16 months |
caparson |
added support for general channel operators
|
|
|
@f3c02ea
|
16 months |
caparson |
reverted addition of channel operators since it broke the waituntil …
|
|
|
@a0b59ed
|
16 months |
caparson |
added support for go style channel operators
|
|
|
@bdbb448
|
16 months |
caparson |
updated documentation related to waituntil changes
|
|
|
@b93bf85
|
16 months |
caparson |
fixed spurious channel close waituntil error case. Was caused by a …
|
|
|
@2fe64ba
|
16 months |
caparson |
added support for non-local exceptions
|
|
|
@9235192c
|
16 months |
caparson |
added support for missed gulps benchmark
|
|
|
@00b046f
|
16 months |
caparson |
very slim race condition between a channel closing and a waituntil …
|
|
|
@2dfdae3
|
16 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@508671e
|
16 months |
caparson |
added termination check for non-stealing actor system
|
|
|
@b9c06b98
|
16 months |
pabuhr |
formatting, change set_allocation to return previous value, add …
|
|
|
@1fbf481
|
16 months |
caparson |
more actor changes and touchups
|
|
|
@70d8e2f2
|
17 months |
caparson |
added extra poll point to check for termination in actor system
|
|
|
@b065dbb
|
17 months |
caparson |
refactored actors to not need base pointers in envelopes
|
|
|
@1e538fb
|
17 months |
caparson |
added a comment
|
|
|
@e39cfb9
|
17 months |
caparson |
various cleanups and improvements (shutdown flags, automatic processor …
|
|
|
@ca0c311
|
17 months |
caparson |
added ability to get number of processors constructed on a cluster …
|
|
|
@4f9d75d
|
17 months |
pabuhr |
formatting
|
|
|
@e172f42
|
17 months |
caparson |
Merge branch 'ast-experimental'
|
|
|
@1e940de0
|
17 months |
caparson |
cleanup/bugfix actors and fix virtual dtor bug
|
|
|
@62d62db
|
17 months |
caparson |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@24d6572
|
17 months |
f37yu |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@38e266ca
|
17 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ast-experimental
|
|
|
@1db6d70
|
17 months |
caparson |
removed unneeded fstream include from locks.hfa
ast-experimental
|
|
|
@e6c9115
|
17 months |
pabuhr |
update short atomic macros
ast-experimental
|
|
|
@0794365
|
17 months |
caparson |
refactored allocation enum to match naming style and refactored some …
ast-experimental
|
|
|
@bebfc2e
|
17 months |
caparson |
renamed some types to make style consistent. fixed race condition in …
ast-experimental
|
|
|
@ded6c2a6
|
17 months |
caparson |
fixed build failure
ast-experimental
|
|
|
@3eeeb88
|
17 months |
caparson |
added utility functions for channel exceptions
ast-experimental
|
|
|
@0aef549
|
17 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ast-experimental
|
|
|
@6f774be
|
17 months |
caparson |
fixed bug where waituntil deadlock could occur
ast-experimental
|
|
|
@70a4ed5
|
17 months |
caparson |
refactored to remove return val from on_selected
ast-experimental
|
|
|
@a5294af
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ast-experimental
|
|
|
@8463136
|
18 months |
pabuhr |
add short atomic instruction macros
ast-experimental
|
|
|
@88b49bb
|
18 months |
caparson |
added a small waituntil optimization and added some improvements to …
ADTast-experimental
|
|
|
@5ece8ce
|
18 months |
caparson |
fixed a bug in mcs implementation and cleaned up a bit
ADTast-experimental
|
|
|
@5908fb4
|
18 months |
caparson |
changed channel fetch routines to use relaxed atomics
ADTast-experimental
|
|
|
@e23b3ce
|
18 months |
caparson |
added support for timeouts in waituntil
ADTast-experimental
|
|
|
@c0ec8b6
|
18 months |
caparson |
fixed bug in waituntil and future interop where signals could be lost
ADTast-experimental
|
|
|
@629c95a
|
18 months |
caparson |
fixed bug in special OR case for channels and waituntil
ADTast-experimental
|
|
|
@5a05946
|
18 months |
caparson |
cleanup up locks files and fixed a minor whitespace issue in preemption.cfa
ADTast-experimental
|
|
|
@4dd10fb
|
18 months |
caparson |
added atomic_load to non-MX channel get routines
ADTast-experimental
|
|
|
@c5a2c96
|
18 months |
caparson |
added atomic to eliminate if failing test deadlock is a staleness issue
ADTast-experimental
|
|
|
@fece3d9
|
18 months |
caparson |
Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa …
ADTast-experimental
|
|
|
@c4f411e
|
18 months |
caparson |
fixed a bug which may potentially fix build
ADTast-experimental
|
|
|
@d5187a0
|
18 months |
caparson |
removed potential race to attempt to fix failing test
ADTast-experimental
|
|
|
@cb69fba
|
18 months |
caparson |
did some cleanup of channels
ADTast-experimental
|
|
|
@8607a72
|
18 months |
caparson |
added 32 bit failure fix for channels
ADTast-experimental
|
|
|
@beeff61e
|
18 months |
caparson |
some cleanup and a bunch of changes to support waituntil statement
ADTast-experimental
|
|
|
@bd72c28
|
19 months |
caparson |
fixed build issue caused by globals
ADTast-experimental
|
|
|
@9082d7e8
|
19 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@a45e21c
|
19 months |
caparson |
cleaned up channel, added safety/productivity features to channels. …
ADTast-experimental
|
|
|
@efdd18c
|
19 months |
caparson |
updated actor header to use better name for stat toggling
ADTast-experimental
|
|
|
@ff443e5
|
19 months |
pabuhr |
forgot to add to last commit
ADTast-experimental
|
|
|
@75d874a
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@0e16a2d
|
20 months |
caparson |
added two other channel variations to channel file
ADTast-experimental
|
|
|
@1633e04
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@d30e3eb
|
20 months |
caparson |
cleaned up exp_backoff lock and rewrote parts of channels to improve …
ADTast-experimental
|
|
|
@d800676
|
20 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@1afd9ccb
|
20 months |
pabuhr |
update call.cfa.in with generic casts for io-uring field types
ADTast-experimental
|
|
|
@1d245ea
|
20 months |
caparson |
added padding to channel to prevent false sharing that was occurring
ADTast-experimental
|
|
|
@9a9ca36
|
20 months |
caparson |
a little bit of mutex stmt header cleanup
ADTast-experimental
|
|
|
@dbae916
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|