Changeset 9ef5516 for doc/bibliography
- Timestamp:
- Feb 5, 2023, 11:35:20 AM (23 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 6d2af204
- Parents:
- ce691d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
rce691d2 r9ef5516 243 243 return a nested routine that refers to the type parameter. 244 244 } 245 } 246 247 @manual{Ada95, 248 keywords = {Ada}, 249 contributer = {pabuhr@plg}, 250 title = {{A}da Reference Manual}, 251 edition = {International Standard {ISO}/{IEC} {8652:1995(E)} with {COR.1:2000}}, 252 organization= {Intermetrics, Inc.}, 253 month = dec, 254 year = 1995, 255 note = {Language and Standards Libraries} 256 } 257 258 @manual{Ada12, 259 keywords = {ISO/IEC Ada}, 260 contributer = {pabuhr@plg}, 261 author = {Ada12}, 262 title = {Programming languages -- {Ada} ISO/IEC 8652:2012}, 263 edition = {3rd}, 264 organization= {International Standard Organization}, 265 address = {Geneva, Switzerland}, 266 year = 2012, 267 note = {\href{https://www.iso.org/standard/61507.html}{https://\-www.iso.org/\-standard/\-61507.html}}, 268 } 269 270 @manual{Ada95:annotated, 271 keywords = {Ada}, 272 contributer = {pabuhr@plg}, 273 title = {Annotated {A}da Reference Manual}, 274 edition = {International Standard {ISO}/{IEC} {8652:1995(E)} with {COR.1:2000}}, 275 organization= {Intermetrics, Inc.}, 276 month = dec, 277 year = 1995, 278 note = {Language and Standards Libraries} 245 279 } 246 280 … … 2808 2842 title = {Encapsulation and Inheritance in Object-Oriented Programming Languages}, 2809 2843 journal = sigplan, 2810 volume = {21}, number = {11}, 2844 volume = {21}, 2845 number = {11}, 2811 2846 pages = {38-45}, 2812 month = nov, year = 1986, 2847 month = nov, 2848 year = 1986, 2813 2849 comment = { 2814 2850 Client, child interfaces should be distinct. Child interface … … 3725 3761 @article{Michael04a, 3726 3762 keywords = {Lock-free, synchronization, concurrent programming, memory management, multiprogramming, dynamic data structures}, 3763 contributer = {pabuhr@plg}, 3727 3764 author = {Maged M. Michael}, 3728 3765 title = {Hazard Pointers: Safe Memory Reclamation for Lock-Free Objects}, … … 3735 3772 publisher = {IEEE Press}, 3736 3773 address = {Piscataway, NJ, USA}, 3774 } 3775 3776 @inproceedings{Johansson02, 3777 keywords = {concurrent languages, erlang, garbage collection, message passing, runtime systems}, 3778 contributer = {pabuhr@plg}, 3779 author = {Erik Johansson and Konstantinos Sagonas and Jesper Wilhelmsson}, 3780 title = {Heap Architectures for Concurrent Languages Using Message Passing}, 3781 year = {2002}, 3782 isbn = {1581135394}, 3783 publisher = {ACM}, 3784 address = {New York, NY, USA}, 3785 booktitle = {Proceedings of the 3rd International Symposium on Memory Management}, 3786 pages = {88-99}, 3787 location = {Berlin, Germany}, 3737 3788 } 3738 3789 … … 5277 5328 Programming Language}, 5278 5329 year = 1980, 5279 month = dec, pages = {139-145}, 5330 month = dec, 5331 pages = {139-145}, 5280 5332 note = {SIGPLAN Notices, v. 15, n. 11}, 5281 5333 abstract = { … … 5883 5935 } 5884 5936 5937 @article{Nigro21, 5938 keywords = {Actors, Asynchronous messages, Reflective control on message passing, Lock-free parallel computing, Java, Scalable multi-agent systems, Parallel matrix multiplication, Iterated Prisoner's Dilemma}, 5939 contributer = {pabuhr@plg}, 5940 author = {Libero Nigro}, 5941 title = {Parallel Theatre: An actor framework in {Java} for high performance computing}, 5942 journal = {Simulation Modelling Practice and Theory}, 5943 volume = {106}, 5944 number = {102189}, 5945 year = {2021}, 5946 } 5947 5885 5948 @incollection{Stroustrup96, 5886 5949 keywords = {concurrency, C++}, … … 5917 5980 journal = ieeese, 5918 5981 year = 1984, 5919 month = sep, volume = "SE-10", number = 5, pages = {528-543}, 5982 month = sep, 5983 volume = "SE-10", 5984 number = 5, 5985 pages = {528-543}, 5920 5986 abstract = { 5921 5987 Parameterized programming is a powerful technique for the reliable … … 5949 6015 booktitle = {USENIX {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Conference}, 5950 6016 organization= {USENIX Association}, 5951 year = 1988, pages = {1-18} 6017 year = 1988, 6018 pages = {1-18} 5952 6019 } 5953 6020 … … 6760 6827 } 6761 6828 6762 @manual{Ada95, 6763 keywords = {Ada}, 6764 contributer = {pabuhr@plg}, 6765 title = {{A}da Reference Manual}, 6766 edition = {International Standard {ISO}/{IEC} {8652:1995(E)} with {COR.1:2000}}, 6767 organization= {Intermetrics, Inc.}, 6768 month = dec, 6769 year = 1995, 6770 note = {Language and Standards Libraries} 6771 } 6772 6773 @manual{Ada12, 6774 keywords = {ISO/IEC Ada}, 6775 contributer = {pabuhr@plg}, 6776 author = {Ada12}, 6777 title = {Programming languages -- {Ada} ISO/IEC 8652:2012}, 6778 edition = {3rd}, 6779 organization= {International Standard Organization}, 6780 address = {Geneva, Switzerland}, 6781 year = 2012, 6782 note = {\href{https://www.iso.org/standard/61507.html}{https://\-www.iso.org/\-standard/\-61507.html}}, 6783 } 6784 6785 @manual{Ada95:annotated, 6786 keywords = {Ada}, 6787 contributer = {pabuhr@plg}, 6788 title = {Annotated {A}da Reference Manual}, 6789 edition = {International Standard {ISO}/{IEC} {8652:1995(E)} with {COR.1:2000}}, 6790 organization = {Intermetrics, Inc.}, 6791 month = dec, 6792 year = 1995, 6793 note = {Language and Standards Libraries} 6829 @inproceedings{Bacon03, 6830 keywords = {utilization, real-time scheduling, read barrier, defragmentation}, 6831 contributer = {pabuhr@plg}, 6832 author = {David F. Bacon and Perry Cheng and V. T. Rajan}, 6833 title = {A Real-Time Garbage Collector with Low Overhead and Consistent Utilization}, 6834 year = {2003}, 6835 publisher = {ACM}, 6836 address = {New York, NY, USA}, 6837 booktitle = {Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages}, 6838 pages = {285-298}, 6839 location = {New Orleans, Louisiana, USA}, 6794 6840 } 6795 6841 … … 6927 6973 journal = sigplan, 6928 6974 year = 1991, 6929 month = oct, volume = 26, number = 10, pages = {29-43}, 6975 month = oct, 6976 volume = 26, 6977 number = 10, 6978 pages = {29-43}, 6930 6979 abstract = { 6931 6980 {\tt lcc} is a new retargetable compiler for ANSI C. Versions for … … 8171 8220 @article{Karsten20, 8172 8221 author = {Karsten, Martin and Barghi, Saman}, 8173 title = { {User-level Threading: Have Your Cake and Eat It Too}},8222 title = {User-level Threading: Have Your Cake and Eat It Too}, 8174 8223 year = {2020}, 8175 8224 issue_date = {March 2020}, … … 8346 8395 pages = {19-24}, 8347 8396 } 8397 8398 @inproceedings{Saman18, 8399 keywords = {actors, scheduling, NUMA, locality}, 8400 contributer = {pabuhr@plg}, 8401 author = {Saman Barghi and Martin Karsten}, 8402 booktitle = {2018 IEEE International Parallel and Distributed Processing Symposium (IPDPS)}, 8403 title = {Work-Stealing, Locality-Aware Actor Scheduling}, 8404 year = {2018}, 8405 address = {Vancouver, BC, Canada}, 8406 pages = {484-494}, 8407 } 8348 8408 8349 8409 @techreport{Moss90,
Note: See TracChangeset
for help on using the changeset viewer.