|
|
@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
|
20 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
|
|
|
@8512a2f
|
20 months |
caparson |
added libcfa support for virtual dtors and added it to actor impl
ADTast-experimental
|
|
|
@c19ca4b
|
20 months |
pabuhr |
add comment about why no #pragma once
ADTast-experimental
|
|
|
@a96ce07
|
20 months |
pabuhr |
comment out #pragma once to fix build
ADTast-experimental
|
|
|
@a0a949c
|
20 months |
pabuhr |
formatting, remove unnecessary #include files and code
ADTast-experimental
|
|
|
@b2f3880
|
20 months |
pabuhr |
add newline at end of file
ADTast-experimental
|
|
|
@5e4a830
|
20 months |
pabuhr |
add #pragma once to .h and .hfa files
ADTast-experimental
|
|
|
@681d8f2
|
20 months |
caparson |
After many red herrings I think the race between checking a message …
ADTast-experimental
|
|
|
@d40555e
|
20 months |
caparson |
fixed matrix.cfa test error by reworking globals to avoid spurious …
ADTast-experimental
|
|
|
@9155026
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@e23169b
|
20 months |
caparson |
some actor cleanup/optimizations
ADTast-experimental
|
|
|
@99fb52c
|
20 months |
caparson |
fixed failing dynamic.cfa test
ADTast-experimental
|
|
|
@f23d34db
|
20 months |
caparson |
changed some stat collection for actors and attempted to fix …
ADTast-experimental
|
|
|
@858350a
|
20 months |
caparson |
added poison pill messages and made test for them
ADTast-experimental
|
|
|
@2856044a
|
20 months |
caparson |
fixed div by zero bug in actor stats, cleaned up includes, changed to …
ADTast-experimental
|
|
|
@13f066d
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@1e38178
|
20 months |
caparson |
added some safety/productivity features and some stats
ADTast-experimental
|
|
|
@a8667ab
|
20 months |
pabuhr |
expunge all rseq code from runtime
ADTast-experimental
|
|
|
@d964c39
|
21 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@ce44c5f
|
21 months |
caparson |
Thought of new channel implementation while working on the prevention …
ADTast-experimental
|
|
|
@2d028003
|
21 months |
pabuhr |
restructure #include files because issues with attribute …
ADTast-experimental
|
|
|
@dd3576b
|
21 months |
pabuhr |
update from old to new trait syntax using forall
ADTast-experimental
|
|
|
@aca0d2f
|
21 months |
pabuhr |
make anonymous struct declaration static
ADTast-experimental
|
|
|
@3494ca9
|
21 months |
pabuhr |
formatting
ADTast-experimental
|
|
|
@ed52dd5
|
21 months |
pabuhr |
remove comment about _GNU_SOURCE
ADTast-experimental
|
|
|
@56bb2e1
|
21 months |
pabuhr |
clean up #include files
ADTast-experimental
|
|
|
@14f6a3cb
|
21 months |
pabuhr |
fix build problem
ADTast-experimental
|
|
|
@f5f2768
|
21 months |
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
ADTast-experimental
|
|
|
@4d35bc6
|
21 months |
pabuhr |
remove explicit declaration of accept4 function
ADTast-experimental
|
|
|
@4616622
|
21 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@2d028039
|
21 months |
caparson |
added support for copy based envelopes
ADTast-experimental
|
|
|
@2125443a
|
21 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@8a97248
|
21 months |
pabuhr |
switch from old trait syntax to new trait syntax using forall clause
ADTast-experimental
|
|
|
@ccf1d99
|
21 months |
caparson |
intermediate push so I can move to nasus to performance test some stuff
ADTast-experimental
|
|
|
@5c473c9
|
21 months |
caparson |
fixed bug where I used buffer as a stack not a queue
ADTast-experimental
|
|
|
@ecfe574
|
21 months |
caparson |
added envelope copying to avoid allocations
ADTast-experimental
|
|
|
@9d0ff30
|
21 months |
caparson |
added missing header
ADTast-experimental
|
|
|
@c042d79
|
21 months |
caparson |
ported uC++-style actor system
ADTast-experimental
|
|
|
@378de69
|
21 months |
caparson |
small lock cleanup to remove unused field on spin_queue_lock
ADTast-experimental
|
|
|
@42b739d7
|
22 months |
caparson |
fixed termination synchronization in the channel benchmark to get rid …
ADTast-experimental
|
|
|
@5c931e0
|
22 months |
caparson |
made changes to support zero-size channels
ADTast-experimental
|
|
|
@4a962d8
|
22 months |
caparson |
added channel impl with basic test. Will expand impl and tests soon
ADTast-experimental
|
|
|
@0cee082
|
22 months |
caparson |
refactored naming for lock to be more accurate and cleaned up REACQ …
ADTast-experimental
|
|
|
@5e180c2
|
22 months |
caparson |
small future touchups
ADTast-experimental
|
|
|
@339e30a
|
22 months |
caparson |
added new future and added rudimentary select statement support for it
ADTast-experimental
|
|
|
@0348fd8
|
22 months |
caparson |
fixed clh bug where you couldn't hold more than 1 clh lock at once
ADTast-experimental
|
|
|
@26544f9
|
23 months |
Thierry Delisle |
added helping and lock to allow remote processors to flush …
ADTast-experimental
|
|
|
@1ab773e0
|
23 months |
caparson |
more lock cleanup
ADTast-experimental
|
|
|
@2dcd80a
|
23 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@7d9598d
|
23 months |
caparson |
small lock cleanup
ADTast-experimental
|
|
|
@25ef81d
|
23 months |
pabuhr |
formatting, remove unnecessary temporary variable in prng function
ADTast-experimental
|
|
|
@70cd431
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@261e107
|
2 years |
pabuhr |
change all PRNG to prime the PRNG state in set_seed with the given seed
ADTast-experimental
|
|
|
@74227c6
|
2 years |
Thierry Delisle |
Added more stats
ADTast-experimental
|
|
|
@dd46fd3
|
2 years |
pabuhr |
generalization of PRNG
ADTast-experimental
|
|
|
@20cf96d
|
2 years |
pabuhr |
changes to PRNG types to eliminate casts
ADTast-experimental
|
|
|
@29702ad
|
2 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@1553a55
|
2 years |
Thierry Delisle |
Explicitly zero initialize the intrusive link fields
ADTast-experimental
|
|
|
@857081e
|
2 years |
pabuhr |
change type of yield parameter from unsigned int to size_t
ADTast-experimental
|
|
|
@9fce2572
|
2 years |
pabuhr |
32-bit update of PRNG
ADTast-experimental
|
|
|
@d2ad151
|
2 years |
pabuhr |
major update of PRNG
ADTast-experimental
|
|
|
@63be3387
|
2 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|