Changes in doc/bibliography/pl.bib [2f26b841:3d70ca9]
- File:
-
- 1 edited
-
doc/bibliography/pl.bib (modified) (21 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
r2f26b841 r3d70ca9 2155 2155 title = {Continuations and Coroutines}, 2156 2156 booktitle = {Conference Record of the 1984 {ACM} Symposium on Lisp and Functional Programming}, 2157 organization= {A CM},2157 organization= {Association for Computing Machinery}, 2158 2158 month = aug, 2159 2159 year = 1984, … … 3855 3855 } 3856 3856 3857 @inproceedings{Brown14,3858 keywords = {non-blocking, relaxed balance, balanced binary search tree, chromatic tree, red-black tree},3859 contributer = {pabuhr@plg},3860 author = {Trevor Brown and Faith Ellen and Eric Ruppert},3861 title = {A General Technique for Non-Blocking Trees},3862 year = {2014},3863 publisher = {ACM},3864 address = {New York, NY, USA},3865 booktitle = {Proceedings of the 19th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming},3866 pages = {329-342},3867 numpages = {14},3868 location = {Orlando, Florida, USA},3869 series = {PPoPP '14}3870 }3871 3872 3857 @article{doUpon, 3873 3858 keywords = {formal verification, axiomatic semantics, control structures}, … … 3876 3861 title = {A Generalized Iterative Construct and Its Semantics}, 3877 3862 journal = toplas, 3878 volume = 9, 3879 number = 4, 3863 volume = {9}, number = {4}, 3880 3864 pages = {567-581}, 3881 month = oct, 3882 year = 1987, 3865 month = oct, year = 1987, 3883 3866 comment = { 3884 3867 \begin{verbatim} … … 3895 3878 od 3896 3879 \end{verbatim} 3880 3897 3881 If there is an i such that Qi is true, execute Mi and terminate. 3898 3882 Otherwise, if there is an i such that Pi is true, execute Li and … … 4219 4203 year = 1989, 4220 4204 pages = {60-76}, 4221 organization= {A CM}4205 organization= {Association for Computing Machinery} 4222 4206 } 4223 4207 … … 4402 4386 year = 1990, 4403 4387 pages = {125-135}, 4404 organization= {A CM},4388 organization= {Association for Computing Machinery}, 4405 4389 abstract = { 4406 4390 In typed object-oriented languages the subtype relation is … … 5124 5108 title = {MCSH, a Lock with the Standard Interface}, 5125 5109 issue_date = {June 2023}, 5126 publisher = {A CM},5110 publisher = {Association for Computing Machinery}, 5127 5111 address = {New York, NY, USA}, 5128 5112 volume = 10, … … 6249 6233 journal = sigplan, 6250 6234 year = 1980, 6251 month = nov, 6252 volume = 15, 6253 number = 11, 6254 pages = {47-56}, 6235 month = nov, volume = 15, number = 11, pages = {47-56}, 6255 6236 note = {Proceedings of the ACM-SIGPLAN Symposium on the {Ada} Programming Language}, 6256 6237 comment = { … … 6612 6593 } 6613 6594 6614 @inproceedings{Brown13,6615 keywords = {multiset, non-blocking, load-link/store-conditional},6616 contributer = {pabuhr@plg},6617 author = {Trevor Brown and Faith Ellen and Eric Ruppert},6618 title = {Pragmatic Primitives for Non-Blocking Data Structures},6619 year = 2013,6620 publisher = {ACM},6621 address = {New York, NY, USA},6622 booktitle = {Proceedings of the 2013 ACM Symposium on Principles of Distributed Computing},6623 pages = {13-22},6624 numpages = {10},6625 location = {Montr\'{e}al, Qu\'{e}bec, Canada},6626 series = {PODC '13}6627 }6628 6629 6595 @inproceedings{Rafkind09, 6630 6596 keywords = {accurate, C programming language, conservative, garbage collection, precise}, … … 6716 6682 title = {Procedures as Persistent Data Objects}, 6717 6683 journal = toplas, 6718 volume = 7, 6719 number = 4, 6684 volume = {7}, number = {4}, 6720 6685 pages = {539-559}, 6721 month = oct, 6722 year = 1985, 6686 month = oct, year = 1985, 6723 6687 comment = { 6724 6688 PS-Algol has ``structures'', accessible only through ``pntrs''. … … 6780 6744 title = {Programming Dynamically Reconfigurable Open Systems with SALSA}, 6781 6745 issue_date = {December 2001}, 6782 publisher = {A CM},6746 publisher = {Association for Computing Machinery}, 6783 6747 address = {New York, NY, USA}, 6784 6748 volume = 36, … … 7141 7105 } 7142 7106 7143 @misc{protoactor,7144 contributer = {pabuhr@plg},7145 key = {Protoactor},7146 author = {{proto.actor}},7147 title = {Asynkron AB},7148 year = 2023,7149 howpublished= {\url{https://proto.actor}},7150 }7151 7152 7107 @techreport{PS-Algol, 7153 7108 keywords = {algol, persistence}, … … 7160 7115 month = jun, 7161 7116 year = 1987, 7117 } 7118 7119 @misc{protoactor, 7120 contributer = {pabuhr@plg}, 7121 key = {Protoactor}, 7122 author = {{proto.actor}}, 7123 title = {Asynkron AB}, 7124 year = 2023, 7125 howpublished= {\url{https://proto.actor}}, 7162 7126 } 7163 7127 … … 8523 8487 year = 1990, 8524 8488 month = jan, pages = {109-124}, 8525 organization= {A CM},8489 organization= {Association for Computing Machinery}, 8526 8490 abstract = { 8527 8491 This paper disucsses the phenomenon of {\em method specialization} … … 8784 8748 year = {2020}, 8785 8749 issue_date = {March 2020}, 8786 publisher = {A CM},8750 publisher = {Association for Computing Machinery}, 8787 8751 address = {New York, NY, USA}, 8788 8752 volume = {4}, … … 9093 9057 editor = {Norman Meyrowitz}, 9094 9058 publisher = sigplan, 9095 organization= {A CM},9059 organization= {Association for Computing Machinery}, 9096 9060 address = {Portland, Oregon}, 9097 9061 month = sep, … … 9105 9069 editor = {Norman Meyrowitz}, 9106 9070 publisher = sigplan, 9107 organization= {A CM},9071 organization= {Association for Computing Machinery}, 9108 9072 address = {Orlando, Florida}, 9109 9073 month = oct, … … 9117 9081 editor = {Norman Meyrowitz}, 9118 9082 publisher = sigplan, 9119 organization= {A CM},9083 organization= {Association for Computing Machinery}, 9120 9084 address = {San Diego, California}, 9121 9085 month = sep, … … 9129 9093 editor = {Norman Meyrowitz}, 9130 9094 publisher = sigplan, 9131 organization= {A CM},9095 organization= {Association for Computing Machinery}, 9132 9096 address = {New Orleans, Louisiana}, 9133 9097 month = oct, … … 9141 9105 editor = {Norman Meyrowitz}, 9142 9106 publisher = sigplan, 9143 organization= {A CM},9107 organization= {Association for Computing Machinery}, 9144 9108 address = {Ottawa, Canada}, 9145 9109 month = oct, … … 9153 9117 editor = {Andreas Paepcke}, 9154 9118 publisher = sigplan, 9155 organization= {A CM},9119 organization= {Association for Computing Machinery}, 9156 9120 address = {Phoenix, Arizona}, 9157 9121 month = oct,
Note:
See TracChangeset
for help on using the changeset viewer.