Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r9ef5516 r3d4b7cc7  
    243243        return a nested routine that refers to the type parameter.
    244244    }
    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}
    279245}
    280246
     
    28422808    title       = {Encapsulation and Inheritance in Object-Oriented Programming Languages},
    28432809    journal     = sigplan,
    2844     volume      = {21},
    2845     number      = {11},
     2810    volume      = {21},    number = {11},
    28462811    pages       = {38-45},
    2847     month       = nov,
    2848     year        = 1986,
     2812    month       = nov, year = 1986,
    28492813    comment     = {
    28502814        Client, child interfaces should be distinct.  Child interface
     
    37613725@article{Michael04a,
    37623726    keywords    = {Lock-free, synchronization, concurrent programming, memory management, multiprogramming, dynamic data structures},
    3763     contributer = {pabuhr@plg},
    37643727    author      = {Maged M. Michael},
    37653728    title       = {Hazard Pointers: Safe Memory Reclamation for Lock-Free Objects},
     
    37723735    publisher   = {IEEE Press},
    37733736    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},
    37883737}
    37893738
     
    53285277        Programming Language},
    53295278    year        = 1980,
    5330     month       = dec,
    5331     pages       = {139-145},
     5279    month       = dec, pages = {139-145},
    53325280    note        = {SIGPLAN Notices, v. 15, n. 11},
    53335281    abstract    = {
     
    59355883}
    59365884
    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 
    59485885@incollection{Stroustrup96,
    59495886    keywords    = {concurrency, C++},
     
    59805917    journal     = ieeese,
    59815918    year        = 1984,
    5982     month       = sep,
    5983     volume      = "SE-10",
    5984     number      = 5,
    5985     pages       = {528-543},
     5919    month       = sep, volume = "SE-10", number = 5, pages = {528-543},
    59865920    abstract    = {
    59875921        Parameterized programming is a powerful technique for the reliable
     
    60155949    booktitle   = {USENIX {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Conference},
    60165950    organization= {USENIX Association},
    6017     year        = 1988,
    6018     pages       = {1-18}
     5951    year        = 1988, pages = {1-18}
    60195952}
    60205953
     
    68276760}
    68286761
    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},
     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}
    68406794}
    68416795
     
    69736927    journal     = sigplan,
    69746928    year        = 1991,
    6975     month       = oct,
    6976     volume      = 26,
    6977     number      = 10,
    6978     pages       = {29-43},
     6929    month       = oct, volume = 26, number = 10, pages = {29-43},
    69796930    abstract    = {
    69806931        {\tt lcc} is a new retargetable compiler for ANSI C.  Versions for
     
    82208171@article{Karsten20,
    82218172    author      = {Karsten, Martin and Barghi, Saman},
    8222     title       = {User-level Threading: Have Your Cake and Eat It Too},
     8173    title       = {{User-level Threading: Have Your Cake and Eat It Too}},
    82238174    year        = {2020},
    82248175    issue_date  = {March 2020},
     
    83958346    pages       = {19-24},
    83968347}
    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   }
    84088348
    84098349@techreport{Moss90,
Note: See TracChangeset for help on using the changeset viewer.