Changes in / [1dfe6a6:26ca815]


Ignore:
Location:
doc
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r1dfe6a6 r26ca815  
    990990}
    991991
    992 @techreport{cfa-cc,
    993     keywords    = {Cforall, cfa-cc, transpiler},
    994     contributer = {pabuhr@plg},
    995     title       = {{\textsf{cfa-cc}} Developer's Reference Manual},
    996     author      = {Fangren Yu},
    997     institution = {School of Computer Science},
    998     address     = {University of Waterloo, Waterloo, Ontario, Canada},
    999     month       = aug,
    1000     year        = {2020},
    1001     note        = {\href{https://cforall.uwaterloo.ca/doc/Fangren_Yu_Report_S20.pdf}{https://\-cforall.uwaterloo.ca/\-doc/\-Fangren\_Yu\_Report\_S20.pdf}},
    1002 }
    1003 
    1004992@article{Moss18,
    1005993    keywords    = {type systems, polymorphism, tuples, Cforall},
     
    10521040    keywords    = {type system, generic type, resolution algorithm, type environment, Cforall},
    10531041    author      = {Aaron Moss},
    1054     title       = {\textsf{C}\,$\mathbf{\forall}$ Type System Implementation},
     1042    title       = {\textsf{C}$\mathbf{\forall}$ Type System Implementation},
    10551043    school      = {School of Computer Science, University of Waterloo},
    10561044    year        = 2019,
     
    11731161    keywords    = {ctrie, concurrent map},
    11741162    contributer = {a3moss@uwaterloo.ca},
    1175     title       = {Cache-aware lock-free concurrent hash tries},
    1176     author      = {Prokopec, Aleksandar and Bagwell, Phil and Odersky, Martin},
    1177     institution = {EPFL},
    1178     year        = {2011}
     1163    title       ={Cache-aware lock-free concurrent hash tries},
     1164    author      ={Prokopec, Aleksandar and Bagwell, Phil and Odersky, Martin},
     1165    institution ={EPFL},
     1166    year        ={2011}
    11791167}
    11801168
     
    39403928    school      = {School of Computer Science, University of Waterloo},
    39413929    year        = 2003,
    3942     optaddress  = {Waterloo, Ontario, Canada, N2L 3G1},
     3930    address     = {Waterloo, Ontario, Canada, N2L 3G1},
    39433931    note        = {\href{http://plg.uwaterloo.ca/theses/BilsonThesis.pdf}{http://\-plg.uwaterloo.ca/\-theses/\-BilsonThesis.pdf}},
    39443932}
     
    52225210}
    52235211
    5224 @manual{gcc-nested-func,
    5225     keywords    = {gcc nested functions},
    5226     contributer = {pabuhr@plg},
    5227     key         = {gcc nested functions},
    5228     title       = {Nested Functions},
    5229     organization= {{gcc} 9.3 Manual},
    5230     year        = 2019,
    5231     note        = {\href{https://gcc.gnu.org/onlinedocs/gcc-9.3.0/gcc/Nested-Functions.html}{https://\-gcc.gnu.org/\-onlinedocs/\-gcc-9.3.0/\-gcc/\-Nested-Functions.html}},
    5232 }
    5233 
    52345212@article{Haddon77,
    52355213    keywords    = {monitors, nested monitor calls},
Note: See TracChangeset for help on using the changeset viewer.