Changes in / [1dfe6a6:26ca815]
- Location:
- doc
- Files:
-
- 2 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
r1dfe6a6 r26ca815 990 990 } 991 991 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 1004 992 @article{Moss18, 1005 993 keywords = {type systems, polymorphism, tuples, Cforall}, … … 1052 1040 keywords = {type system, generic type, resolution algorithm, type environment, Cforall}, 1053 1041 author = {Aaron Moss}, 1054 title = {\textsf{C} \,$\mathbf{\forall}$ Type System Implementation},1042 title = {\textsf{C}$\mathbf{\forall}$ Type System Implementation}, 1055 1043 school = {School of Computer Science, University of Waterloo}, 1056 1044 year = 2019, … … 1173 1161 keywords = {ctrie, concurrent map}, 1174 1162 contributer = {a3moss@uwaterloo.ca}, 1175 title = 1176 author = 1177 institution = 1178 year = 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} 1179 1167 } 1180 1168 … … 3940 3928 school = {School of Computer Science, University of Waterloo}, 3941 3929 year = 2003, 3942 optaddress = {Waterloo, Ontario, Canada, N2L 3G1},3930 address = {Waterloo, Ontario, Canada, N2L 3G1}, 3943 3931 note = {\href{http://plg.uwaterloo.ca/theses/BilsonThesis.pdf}{http://\-plg.uwaterloo.ca/\-theses/\-BilsonThesis.pdf}}, 3944 3932 } … … 5222 5210 } 5223 5211 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 5234 5212 @article{Haddon77, 5235 5213 keywords = {monitors, nested monitor calls},
Note: See TracChangeset
for help on using the changeset viewer.