Commit
9319a232605a68b39fb366d2c35336a13d8b983c
by caparsonadded channel tests that use new termination feature
|
The file was added | tests/concurrent/channels/ping_pong.cfa |
The file was added | tests/concurrent/channels/.expect/pub_sub.txt |
The file was added | tests/concurrent/channels/.expect/ping_pong.txt |
The file was added | tests/concurrent/channels/churn.cfa |
The file was added | tests/concurrent/channels/contend.cfa |
The file was added | tests/concurrent/channels/barrier.cfa |
The file was added | tests/concurrent/channels/pub_sub.cfa |
The file was added | tests/concurrent/channels/.expect/contend.txt |
The file was added | tests/concurrent/channels/daisy_chain.cfa |
The file was added | tests/concurrent/channels/hot_potato.cfa |
The file was added | tests/concurrent/channels/.expect/hot_potato.txt |
The file was added | tests/concurrent/channels/.expect/churn.txt |
The file was added | tests/concurrent/channels/.expect/daisy_chain.txt |
Commit
efdd18cb86b35dfd17a92e94494ea3c0fc7c6f8d
by caparsonupdated actor header to use better name for stat toggling
|
The file was modified | libcfa/src/concurrency/actor.hfa |
Commit
a45e21c53f79653fd83bc2f16041261ec743736a
by caparsoncleaned up channel, added safety/productivity features to channels. added go style spin/block lock. small cleanup in locks.hfa
|
The file was modified | libcfa/src/concurrency/channel.hfa |
The file was modified | libcfa/src/concurrency/locks.hfa |
Commit
76a84008dfde0f229572e7660c20a913b9486a59
by caparsonadded all cfa benchmarks, contend is the only one used in the thesis, but other may be used later so Im keeping them around
|
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/barrier.cfa |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/ping_pong.cfa |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/pub_sub.cfa |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/hot_potato.cfa |
The file was modified | doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/contend.cfa |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/churn.cfa |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/daisy_chain.cfa |
Commit
e2f827f9e2081dbb0e6aa5328faacc19f8633e06
by caparsonadded go counterpart to cfa benchmarks
|
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/barrier/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/pub_sub/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/ping_pong/ping_pong.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/pub_sub/pub_sub.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/churn/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/barrier/barrier.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/contend/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/daisy_chain/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/churn/churn.go |
The file was removed | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/contend.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/hot_potato/hot_potato.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/contend/contend.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/hot_potato/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/ping_pong/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/channels/go/daisy_chain/daisy_chain.go |
Commit
d24b19859212bff453dd4289255f7846be0d55a5
by caparsonupdated plotting and run scripts for channel benchmarks
|
The file was modified | doc/theses/colby_parsons_MMAth/benchmarks/channels/run |
The file was modified | doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py |
Commit
bd72c28427f616ee95dc08f6845fe25cfead577d
by caparsonsfixed build issue caused by globals
|
The file was modified | libcfa/src/concurrency/locks.hfa |
Commit
c7f6786374558e72e6e03d7dfe457ede137cc921
by caparsonsadded figures for mutex stmt and channels
|
The file was added | doc/theses/colby_parsons_MMAth/figures/nasus_Aggregate_Lock_8.pgf |
The file was added | doc/theses/colby_parsons_MMAth/figures/pyke_Channel_Contention.pgf |
The file was added | doc/theses/colby_parsons_MMAth/figures/pyke_Aggregate_Lock_8.pgf |
The file was added | doc/theses/colby_parsons_MMAth/figures/nasus_Aggregate_Lock_4.pgf |
The file was added | doc/theses/colby_parsons_MMAth/figures/nasus_Aggregate_Lock_2.pgf |
The file was added | doc/theses/colby_parsons_MMAth/figures/nasus_Channel_Contention.pgf |
The file was added | doc/theses/colby_parsons_MMAth/figures/pyke_Aggregate_Lock_2.pgf |
The file was added | doc/theses/colby_parsons_MMAth/figures/pyke_Aggregate_Lock_4.pgf |
Commit
6e83384d23fc8152e841f124c55093a84ef857e5
by caparsonsdid more editing, finished first draft of mutex stmt and channel chapters, added brief intro
|
The file was modified | doc/theses/colby_parsons_MMAth/glossary.tex |
The file was modified | doc/theses/colby_parsons_MMAth/text/channels.tex |
The file was added | doc/theses/colby_parsons_MMAth/text/intro.tex |
The file was modified | doc/theses/colby_parsons_MMAth/text/actors.tex |
The file was modified | doc/theses/colby_parsons_MMAth/local.bib |
The file was modified | doc/theses/colby_parsons_MMAth/Makefile |
The file was modified | doc/theses/colby_parsons_MMAth/text/mutex_stmt.tex |
The file was modified | doc/theses/colby_parsons_MMAth/thesis.tex |
Commit
70056edafe6b115773f5da41e81a7b2adf5c08f5
by Peter Buhrclean up waituntil grammar
|
The file was modified | src/Parser/parser.yy |
Commit
0b66ef942dcd38c37734175ce587f2abf585bbe0
by Michael BrooksAdd linked list performance experiment
|
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/_classic.c |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-insfirst-remelem.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/proglang.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/tailq-bug.c |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/driver.c |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/expect.queue-insfirst.txt |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-inslast-allhead.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-inslast-allhead.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/observation.c |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-insfirst-allhead.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/fx-lq-list.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/fx-upp-upp.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-cfa.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/results-baseline.csv |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/fx-lq-tailq.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-inslast-inselem.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-inslast-inselem.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/Makefile |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-insfirst-allhead.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/.gitignore |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/expect.stack-inslast.txt |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/expect.stack-insfirst.txt |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-insfirst-inselem.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-insfirst-remelem.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/expect.queue-inslast.txt |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/fx-cpp-stlref.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-insfirst-inselem.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness.sh |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness-regenerate-expected.sh |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/observation.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-inslast-remelem.h |
The file was added | doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-inslast-remelem.h |
Commit
f3ba69d1576e704a768be69c7533d7778719ef91
by mlbrooksLL perf: Upgrade the results' dataset to have more runs of longer duration from a quiet machine.
Stability under repetition worse than expected. LQ performing worse than expected. CFA-uCpp-STL trend about as expected.
|
The file was modified | doc/theses/mike_brooks_MMath/benchmarks/list/results-baseline.csv |
Commit
3d08cea8e646cc3328264630ab810c966ae90d92
by caparsonsRemoved unneeded include. Should fix failing channels/churn test.
|
The file was modified | tests/concurrent/channels/churn.cfa |
Commit
678c5408b6ab55142ec844d30679a4c67e4812c3
by Peter Buhrsmall commits before changing latex macros
|
The file was modified | doc/theses/colby_parsons_MMAth/style/cfa-format.tex |
The file was modified | doc/theses/colby_parsons_MMAth/Makefile |
The file was modified | doc/theses/colby_parsons_MMAth/text/CFA_intro.tex |
The file was modified | doc/theses/colby_parsons_MMAth/text/frontpgs.tex |
The file was modified | doc/theses/colby_parsons_MMAth/thesis.tex |
The file was modified | doc/theses/colby_parsons_MMAth/text/intro.tex |
The file was modified | doc/theses/colby_parsons_MMAth/version |
Commit
3c17a10e03aa1976b5ba5d4d415a7e20deffad3f
by caparsonsupdated style to remove some 800-lb gorilla macros
|
The file was modified | doc/theses/colby_parsons_MMAth/thesis.tex |
The file was modified | doc/theses/colby_parsons_MMAth/style/cfa-format.tex |
Commit
1e6cecbbea5be8e51f4bfe34b15d10485c1b68e6
by caparsonsfixed accidental duplicate label
|
The file was modified | doc/theses/colby_parsons_MMAth/text/intro.tex |
Commit
fb7cda91be07539d0b6c9c4748c2bd3b4d12c8b0
by caparsonsremoved uneeded make rules
|
The file was modified | doc/theses/colby_parsons_MMAth/Makefile |
Commit
48fda7ad9b0a2b85bd52cf46dfe7b80c72446624
by caparsonscleaned up cpp figure
|
The file was modified | doc/theses/colby_parsons_MMAth/text/mutex_stmt.tex |