Changeset 9ef5516


Ignore:
Timestamp:
Feb 5, 2023, 11:35:20 AM (15 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
6d2af204
Parents:
ce691d2
Message:

formatting, add bibliography entries for Actor paper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    rce691d2 r9ef5516  
    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}
    245279}
    246280
     
    28082842    title       = {Encapsulation and Inheritance in Object-Oriented Programming Languages},
    28092843    journal     = sigplan,
    2810     volume      = {21},    number = {11},
     2844    volume      = {21},
     2845    number      = {11},
    28112846    pages       = {38-45},
    2812     month       = nov, year = 1986,
     2847    month       = nov,
     2848    year        = 1986,
    28132849    comment     = {
    28142850        Client, child interfaces should be distinct.  Child interface
     
    37253761@article{Michael04a,
    37263762    keywords    = {Lock-free, synchronization, concurrent programming, memory management, multiprogramming, dynamic data structures},
     3763    contributer = {pabuhr@plg},
    37273764    author      = {Maged M. Michael},
    37283765    title       = {Hazard Pointers: Safe Memory Reclamation for Lock-Free Objects},
     
    37353772    publisher   = {IEEE Press},
    37363773    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},
    37373788}
    37383789
     
    52775328        Programming Language},
    52785329    year        = 1980,
    5279     month       = dec, pages = {139-145},
     5330    month       = dec,
     5331    pages       = {139-145},
    52805332    note        = {SIGPLAN Notices, v. 15, n. 11},
    52815333    abstract    = {
     
    58835935}
    58845936
     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
    58855948@incollection{Stroustrup96,
    58865949    keywords    = {concurrency, C++},
     
    59175980    journal     = ieeese,
    59185981    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},
    59205986    abstract    = {
    59215987        Parameterized programming is a powerful technique for the reliable
     
    59496015    booktitle   = {USENIX {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Conference},
    59506016    organization= {USENIX Association},
    5951     year        = 1988, pages = {1-18}
     6017    year        = 1988,
     6018    pages       = {1-18}
    59526019}
    59536020
     
    67606827}
    67616828
    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},
    67946840}
    67956841
     
    69276973    journal     = sigplan,
    69286974    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},
    69306979    abstract    = {
    69316980        {\tt lcc} is a new retargetable compiler for ANSI C.  Versions for
     
    81718220@article{Karsten20,
    81728221    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},
    81748223    year        = {2020},
    81758224    issue_date  = {March 2020},
     
    83468395    pages       = {19-24},
    83478396}
     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  }
    83488408
    83498409@techreport{Moss90,
Note: See TracChangeset for help on using the changeset viewer.