Ignore:
Timestamp:
Jul 10, 2023, 11:11:11 AM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9b0c1936
Parents:
a9e10e2
Message:

add and update citations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    ra9e10e2 r2f26b841  
    21552155    title       = {Continuations and Coroutines},
    21562156    booktitle   = {Conference Record of the 1984 {ACM} Symposium on Lisp and Functional Programming},
    2157     organization= {Association for Computing Machinery},
     2157    organization= {ACM},
    21582158    month       = aug,
    21592159    year        = 1984,
     
    38553855}
    38563856
     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
    38573872@article{doUpon,
    38583873    keywords    = {formal verification, axiomatic semantics, control structures},
     
    38613876    title       = {A Generalized Iterative Construct and Its Semantics},
    38623877    journal     = toplas,
    3863     volume      = {9},    number = {4},
     3878    volume      = 9,
     3879    number      = 4,
    38643880    pages       = {567-581},
    3865     month       = oct, year = 1987,
     3881    month       = oct,
     3882    year        = 1987,
    38663883    comment     = {
    38673884        \begin{verbatim}
     
    38783895            od
    38793896        \end{verbatim}
    3880 
    38813897        If there is an i such that Qi is true, execute Mi and terminate.
    38823898        Otherwise, if there is an i such that Pi is true, execute Li and
     
    42034219    year        = 1989,
    42044220    pages       = {60-76},
    4205     organization= {Association for Computing Machinery}
     4221    organization= {ACM}
    42064222}
    42074223
     
    43864402    year        = 1990,
    43874403    pages       = {125-135},
    4388     organization= {Association for Computing Machinery},
     4404    organization= {ACM},
    43894405    abstract    = {
    43904406        In typed object-oriented languages the subtype relation is
     
    51085124    title       = {MCSH, a Lock with the Standard Interface},
    51095125    issue_date  = {June 2023},
    5110     publisher   = {Association for Computing Machinery},
     5126    publisher   = {ACM},
    51115127    address     = {New York, NY, USA},
    51125128    volume      = 10,
     
    62336249    journal     = sigplan,
    62346250    year        = 1980,
    6235     month       = nov, volume = 15, number = 11, pages = {47-56},
     6251    month       = nov,
     6252    volume      = 15,
     6253    number      = 11,
     6254    pages       = {47-56},
    62366255    note        = {Proceedings of the ACM-SIGPLAN Symposium on the {Ada} Programming Language},
    62376256    comment     = {
     
    65936612}
    65946613
     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
    65956629@inproceedings{Rafkind09,
    65966630    keywords    = {accurate, C programming language, conservative, garbage collection, precise},
     
    66826716    title       = {Procedures as Persistent Data Objects},
    66836717    journal     = toplas,
    6684     volume      = {7},    number = {4},
     6718    volume      = 7,
     6719    number      = 4,
    66856720    pages       = {539-559},
    6686     month       = oct, year = 1985,
     6721    month       = oct,
     6722    year        = 1985,
    66876723    comment     = {
    66886724        PS-Algol has ``structures'', accessible only through ``pntrs''.
     
    67446780    title       = {Programming Dynamically Reconfigurable Open Systems with SALSA},
    67456781    issue_date  = {December 2001},
    6746     publisher   = {Association for Computing Machinery},
     6782    publisher   = {ACM},
    67476783    address     = {New York, NY, USA},
    67486784    volume      = 36,
     
    71057141}
    71067142
     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
    71077152@techreport{PS-Algol,
    71087153    keywords    = {algol, persistence},
     
    71157160    month       = jun,
    71167161    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}},
    71267162}
    71277163
     
    84878523    year        = 1990,
    84888524    month       = jan, pages = {109-124},
    8489     organization= {Association for Computing Machinery},
     8525    organization= {ACM},
    84908526    abstract    = {
    84918527        This paper disucsses the phenomenon of {\em method specialization}
     
    87488784    year        = {2020},
    87498785    issue_date  = {March 2020},
    8750     publisher   = {Association for Computing Machinery},
     8786    publisher   = {ACM},
    87518787    address     = {New York, NY, USA},
    87528788    volume      = {4},
     
    90579093    editor      = {Norman Meyrowitz},
    90589094    publisher   = sigplan,
    9059     organization= {Association for Computing Machinery},
     9095    organization= {ACM},
    90609096    address     = {Portland, Oregon},
    90619097    month       = sep,
     
    90699105    editor      = {Norman Meyrowitz},
    90709106    publisher   = sigplan,
    9071     organization= {Association for Computing Machinery},
     9107    organization= {ACM},
    90729108    address     = {Orlando, Florida},
    90739109    month       = oct,
     
    90819117    editor      = {Norman Meyrowitz},
    90829118    publisher   = sigplan,
    9083     organization= {Association for Computing Machinery},
     9119    organization= {ACM},
    90849120    address     = {San Diego, California},
    90859121    month       = sep,
     
    90939129    editor      = {Norman Meyrowitz},
    90949130    publisher   = sigplan,
    9095     organization= {Association for Computing Machinery},
     9131    organization= {ACM},
    90969132    address     = {New Orleans, Louisiana},
    90979133    month       = oct,
     
    91059141    editor      = {Norman Meyrowitz},
    91069142    publisher   = sigplan,
    9107     organization= {Association for Computing Machinery},
     9143    organization= {ACM},
    91089144    address     = {Ottawa, Canada},
    91099145    month       = oct,
     
    91179153    editor      = {Andreas Paepcke},
    91189154    publisher   = sigplan,
    9119     organization= {Association for Computing Machinery},
     9155    organization= {ACM},
    91209156    address     = {Phoenix, Arizona},
    91219157    month       = oct,
Note: See TracChangeset for help on using the changeset viewer.