Changeset f343c6b for doc/bibliography/pl.bib
- Timestamp:
- Apr 25, 2019, 2:43:23 PM (4 years ago)
- Branches:
- ADT, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 98b4b12
- Parents:
- ffaedcd (diff), 69c37cc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
rffaedcd rf343c6b 973 973 contributer = {pabuhr@plg}, 974 974 author = {Aaron Moss and Robert Schluntz and Peter A. Buhr}, 975 title = {\textsf{C}$\mathbf{\forall}$ : Adding Modern Programming Language Features to C},975 title = {\textsf{C}$\mathbf{\forall}$ : Adding Modern Programming Language Features to {C}}, 976 976 journal = spe, 977 977 volume = 48, … … 1093 1093 } 1094 1094 1095 @techreport{Prokopec11, 1096 keywords = {ctrie, concurrent map}, 1097 contributer = {a3moss@uwaterloo.ca}, 1098 title={Cache-aware lock-free concurrent hash tries}, 1099 author={Prokopec, Aleksandar and Bagwell, Phil and Odersky, Martin}, 1100 institution={EPFL}, 1101 year={2011} 1102 } 1103 1095 1104 @article{Buhr85, 1096 1105 keywords = {goto, multi-exit loop}, … … 1139 1148 year = 1998, 1140 1149 note = {{\small\textsf{ftp://\-plg.uwaterloo.ca/\-pub/\-Cforall/\-refrat.ps.gz}}}, 1150 } 1151 1152 @phdthesis{Norrish98, 1153 title={C formalised in HOL}, 1154 author={Norrish, Michael}, 1155 year={1998}, 1156 school={University of Cambridge} 1141 1157 } 1142 1158 … … 1158 1174 contributer = {a3moss@uwaterloo.ca}, 1159 1175 title = {Clang: a {C} language family frontend for {LLVM}}, 1160 howpublished= {\href{https://clang.llvm.org/}{https://\-clang.llvm.org/}}, 1161 note = {Accessed 2019-02-22} 1176 howpublished= {\href{https://clang.llvm.org/}{https://\-clang.llvm.org/}} 1162 1177 } 1163 1178 … … 1260 1275 number = 11, 1261 1276 pages = {853-860}, 1277 } 1278 1279 @inproceedings{Odersky01, 1280 keywords = {Scala}, 1281 contributer = {a3moss@uwaterloo.ca}, 1282 author = {Odersky, Martin and Zenger, Christoph and Zenger, Matthias}, 1283 title = {Colored Local Type Inference}, 1284 booktitle = {Proceedings of the 28th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages}, 1285 series = {POPL '01}, 1286 year = {2001}, 1287 isbn = {1-58113-336-7}, 1288 location = {London, United Kingdom}, 1289 pages = {41--53}, 1290 numpages = {13}, 1291 url = {http://doi.acm.org/10.1145/360204.360207}, 1292 doi = {10.1145/360204.360207}, 1293 acmid = {360207}, 1294 publisher = {ACM}, 1295 address = {New York, NY, USA}, 1262 1296 } 1263 1297 … … 1651 1685 } 1652 1686 1687 @inproceedings{Prokopec12, 1688 keywords={ctrie, hash trie, concurrent map}, 1689 contributer={a3moss@uwaterloo.ca}, 1690 title={Concurrent tries with efficient non-blocking snapshots}, 1691 author={Prokopec, Aleksandar and Bronson, Nathan Grasso and Bagwell, Phil and Odersky, Martin}, 1692 booktitle={ACM SIGPLAN Notices}, 1693 volume={47}, 1694 number={8}, 1695 pages={151--160}, 1696 year={2012}, 1697 organization={ACM} 1698 } 1699 1653 1700 @article{Buhr05a, 1654 1701 keywords = {concurrency, myths}, … … 3132 3179 year = 2018, 3133 3180 } 3181 3182 @article{Leroy09, 3183 keywords = {C formalization}, 3184 contributer = {a3moss@uwaterloo.ca}, 3185 author = {Leroy, Xavier}, 3186 title = {Formal Verification of a Realistic Compiler}, 3187 journal = {Commun. ACM}, 3188 issue_date = {July 2009}, 3189 volume = {52}, 3190 number = {7}, 3191 month = jul, 3192 year = {2009}, 3193 issn = {0001-0782}, 3194 pages = {107--115}, 3195 numpages = {9}, 3196 url = {http://doi.acm.org/10.1145/1538788.1538814}, 3197 doi = {10.1145/1538788.1538814}, 3198 acmid = {1538814}, 3199 publisher = {ACM}, 3200 address = {New York, NY, USA}, 3201 } 3134 3202 3135 3203 @manual{Fortran95, … … 4055 4123 number = 1, 4056 4124 pages = {1-15}, 4125 } 4126 4127 @article{Morgado13, 4128 keywords = {expression resolution}, 4129 contributer = {a3moss@uwaterloo.ca}, 4130 title={Iterative and core-guided {MaxSAT} solving: A survey and assessment}, 4131 author={Morgado, Antonio and Heras, Federico and Liffiton, Mark and Planes, Jordi and Marques-Silva, Joao}, 4132 journal={Constraints}, 4133 volume={18}, 4134 number={4}, 4135 pages={478--534}, 4136 year={2013}, 4137 publisher={Springer} 4057 4138 } 4058 4139 … … 4300 4381 } 4301 4382 4383 @article{Pierce00, 4384 keywords = {Scala}, 4385 contributer = {a3moss@uwaterloo.ca}, 4386 author = {Pierce, Benjamin C. and Turner, David N.}, 4387 title = {Local Type Inference}, 4388 journal = {ACM Trans. Program. Lang. Syst.}, 4389 issue_date = {Jan. 2000}, 4390 volume = {22}, 4391 number = {1}, 4392 month = jan, 4393 year = {2000}, 4394 issn = {0164-0925}, 4395 pages = {1--44}, 4396 numpages = {44}, 4397 url = {http://doi.acm.org/10.1145/345099.345100}, 4398 doi = {10.1145/345099.345100}, 4399 acmid = {345100}, 4400 publisher = {ACM}, 4401 address = {New York, NY, USA}, 4402 keywords = {polymorphism, subtyping, type inference}, 4403 } 4404 4302 4405 @article{Sundell08, 4303 4406 keywords = {lock free, deque}, … … 5270 5373 note = {\href{https://www.openmp.org/wp-content/uploads/openmp-4.5.pdf}{https://\-www.openmp.org/\-wp-content/\-uploads/\-openmp-4.5.pdf}}, 5271 5374 } 5375 5376 @inproceedings{Krebbers14, 5377 keywords = {c formalization}, 5378 contributer = {a3moss@uwaterloo.ca}, 5379 author = {Krebbers, Robbert}, 5380 title = {An Operational and Axiomatic Semantics for Non-determinism and Sequence Points in C}, 5381 booktitle = {Proceedings of the 41st ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages}, 5382 series = {POPL '14}, 5383 year = {2014}, 5384 isbn = {978-1-4503-2544-8}, 5385 location = {San Diego, California, USA}, 5386 pages = {101--112}, 5387 numpages = {12}, 5388 url = {http://doi.acm.org/10.1145/2535838.2535878}, 5389 doi = {10.1145/2535838.2535878}, 5390 acmid = {2535878}, 5391 publisher = {ACM}, 5392 address = {New York, NY, USA}, 5393 } 5272 5394 5273 5395 @book{Deitel04, … … 7334 7456 } 7335 7457 7458 @article{SysVABI, 7459 keywords = {System V ABI}, 7460 contributer = {a3moss@uwaterloo.ca}, 7461 title={System {V} application binary interface}, 7462 author={Matz, Michael and Hubicka, Jan and Jaeger, Andreas and Mitchell, Mark}, 7463 journal={AMD64 Architecture Processor Supplement, Draft v0}, 7464 volume={99}, 7465 year={2013} 7466 } 7467 7336 7468 % T 7337 7469 … … 7555 7687 Argues against declaring exceptions on routine definitions. 7556 7688 }, 7689 } 7690 7691 @techreport{Black90, 7692 title={Typechecking polymorphism in {Emerald}}, 7693 author={Black, Andrew P and Hutchinson, Norman C}, 7694 year={1990}, 7695 institution={Cambridge Research Laboratory, Digital Equipment Corporation} 7557 7696 } 7558 7697
Note: See TracChangeset
for help on using the changeset viewer.