source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1d245ea   21 months caparson added padding to channel to prevent false sharing that was occurring ADTast-experimental
(edit) @90fb672   21 months pabuhr use splitmix32/64 to prime set seed for all PRNG ADTast-experimental
(edit) @12b006c   21 months caparson small comment cleanup ADTast-experimental
(edit) @09965e5   21 months caparson added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt ADTast-experimental
(edit) @a6bb5fc   21 months caparson fixed merge conflict ADTast-experimental
(edit) @4c6ba5a   21 months caparson refactored to use generators for seeding state, added splitmix32 for … ADTast-experimental
(edit) @9a9ca36   21 months caparson a little bit of mutex stmt header cleanup ADTast-experimental
(edit) @1fd3d85   21 months mlbrooks Support P9_EMBEDDED annotations inside functions and at more flexible … ADTast-experimental
(edit) @360bfe41   21 months ajbeach Whitespace clean-up in Makefile. ADTast-experimental
(edit) @dbae916   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8512a2f   22 months caparson added libcfa support for virtual dtors and added it to actor impl ADTast-experimental
(edit) @c19ca4b   22 months pabuhr add comment about why no #pragma once ADTast-experimental
(edit) @a96ce07   22 months pabuhr comment out #pragma once to fix build ADTast-experimental
(edit) @089a0d7   22 months pabuhr formatting, rework interpose code (again), remove unnecessary #include … ADTast-experimental
(edit) @a0a949c   22 months pabuhr formatting, remove unnecessary #include files and code ADTast-experimental
(edit) @b2f3880   22 months pabuhr add newline at end of file ADTast-experimental
(edit) @5e4a830   22 months pabuhr add #pragma once to .h and .hfa files ADTast-experimental
(edit) @681d8f2   22 months caparson After many red herrings I think the race between checking a message … ADTast-experimental
(edit) @d40555e   22 months caparson fixed matrix.cfa test error by reworking globals to avoid spurious … ADTast-experimental
(edit) @9155026   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e23169b   22 months caparson some actor cleanup/optimizations ADTast-experimental
(edit) @99fb52c   22 months caparson fixed failing dynamic.cfa test ADTast-experimental
(edit) @f23d34db   22 months caparson changed some stat collection for actors and attempted to fix … ADTast-experimental
(edit) @858350a   22 months caparson added poison pill messages and made test for them ADTast-experimental
(edit) @2856044a   22 months caparson fixed div by zero bug in actor stats, cleaned up includes, changed to … ADTast-experimental
(edit) @13f066d   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1e38178   22 months caparson added some safety/productivity features and some stats ADTast-experimental
(edit) @a8667ab   22 months pabuhr expunge all rseq code from runtime ADTast-experimental
(edit) @1f951abd   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb46d2   22 months pabuhr fix errors on interpose code for libc and libpthread ADTast-experimental
(edit) @997324c   22 months mlbrooks Repair bad commit ad2424. Put back ix0 definition that was removed … ADTast-experimental
(edit) @ad24245   22 months mlbrooks Add comments about arpk internals. ADTast-experimental
(edit) @d964c39   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ce44c5f   22 months caparson Thought of new channel implementation while working on the prevention … ADTast-experimental
(edit) @2d028003   22 months pabuhr restructure #include files because issues with attribute … ADTast-experimental
(edit) @b1ad41f   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @dd3576b   22 months pabuhr update from old to new trait syntax using forall ADTast-experimental
(edit) @ae267366   22 months pabuhr fix merge conflict ADTast-experimental
(edit) @43f29f6   22 months pabuhr formatting ADTast-experimental
(edit) @aca0d2f   22 months pabuhr make anonymous struct declaration static ADTast-experimental
(edit) @f883ef1   22 months pabuhr formatting ADTast-experimental
(edit) @c910709   22 months pabuhr remove use of _GNU_SOURCE and RTLD_NEXT to provide alternate means for … ADTast-experimental
(edit) @3494ca9   22 months pabuhr formatting ADTast-experimental
(edit) @ed52dd5   22 months pabuhr remove comment about _GNU_SOURCE ADTast-experimental
(edit) @56bb2e1   22 months pabuhr clean up #include files ADTast-experimental
(edit) @14f6a3cb   22 months pabuhr fix build problem ADTast-experimental
(edit) @f8729be   22 months pabuhr remove unnecessary #define for _XOPEN_SOURCE 600 ADTast-experimental
(edit) @fb907d3   22 months pabuhr add explicit cast of with function exp10 ADTast-experimental
(edit) @fbdfcd8   22 months pabuhr isolate error variable declaration ADTast-experimental
(edit) @f5f2768   22 months pabuhr make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … ADTast-experimental
(edit) @4d35bc6   22 months pabuhr remove explicit declaration of accept4 function ADTast-experimental
(edit) @531c3d5   22 months pabuhr add include bits/debug.hfa for verify function ADTast-experimental
(edit) @4616622   23 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   23 months caparson added support for copy based envelopes ADTast-experimental
(edit) @2125443a   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   23 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @ccf1d99   23 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @5c473c9   23 months caparson fixed bug where I used buffer as a stack not a queue ADTast-experimental
(edit) @ecfe574   23 months caparson added envelope copying to avoid allocations ADTast-experimental
(edit) @9d0ff30   23 months caparson added missing header ADTast-experimental
(edit) @c042d79   23 months caparson ported uC++-style actor system ADTast-experimental
(edit) @378de69   23 months caparson small lock cleanup to remove unused field on spin_queue_lock ADTast-experimental
(edit) @42b739d7   2 years caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @5c931e0   2 years caparson made changes to support zero-size channels ADTast-experimental
(edit) @4a962d8   2 years caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0cee082   2 years caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @5e180c2   2 years caparson small future touchups ADTast-experimental
(edit) @c130165   2 years Thierry Delisle small update to configure scripts, which should help for ubuntu 22.04 ADTast-experimental
(edit) @e78782b   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7eac70e   2 years caparson added select to includes ADTast-experimental
(edit) @339e30a   2 years caparson added new future and added rudimentary select statement support for it ADTast-experimental
(edit) @a20be49   2 years pabuhr remove all uses of USE_GNU ADTast-experimental
(edit) @a14926b   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d99a716   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0348fd8   2 years caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
(edit) @a7662b8   2 years pabuhr add cast from int to unsigned ADTast-experimental
(edit) @d9585291   2 years pabuhr formatting ADTast-experimental
(edit) @8ee54963   2 years pabuhr change spinlock atomics to ATOMIC_ACQUIRE/RELEASE, increase alignment … ADTast-experimental
(edit) @b797d978   2 years pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADTast-experimental
(edit) @26544f9   2 years Thierry Delisle added helping and lock to allow remote processors to flush … ADTast-experimental
(edit) @1ab773e0   2 years caparson more lock cleanup ADTast-experimental
(edit) @2dcd80a   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7d9598d8   2 years caparson small lock cleanup ADTast-experimental
(edit) @d8bdf13   2 years pabuhr add comments ADTast-experimental
(edit) @25ef81d   2 years pabuhr formatting, remove unnecessary temporary variable in prng function ADTast-experimental
(edit) @3ff64cb   2 years pabuhr add missing parenthesis in KISS PRNG ADTast-experimental
(edit) @ac8b016   2 years pabuhr adjust PRNG types from size_t to uint32_t/uint64_t ADTast-experimental
(edit) @3e5eeaf   2 years pabuhr update documentation ADTast-experimental
(edit) @70cd431   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @261e107   2 years pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @74227c6   2 years Thierry Delisle Added more stats ADTast-experimental
(edit) @4020f09   2 years pabuhr formatting, switch to typedef for PRNG complex state ADTast-experimental
(edit) @8a3d5e7   2 years pabuhr formatting ADTast-experimental
(edit) @c8238c0   2 years pabuhr remove 32-bit use of lehmer64, which requires uint128_t ADTast-experimental
(edit) @dd46fd3   2 years pabuhr generalization of PRNG ADTast-experimental
(edit) @78de1e5   2 years ajbeach Small fix to the exception header, the wrong trait was used in one place. ADTast-experimental
(edit) @20cf96d   2 years pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @29702ad   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1553a55   2 years Thierry Delisle Explicitly zero initialize the intrusive link fields ADTast-experimental
(edit) @857081e   2 years pabuhr change type of yield parameter from unsigned int to size_t ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.