source: doc/rob_thesis/thesis.bib@ 7493339

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new stuck-waitfor-destruct with_gc
Last change on this file since 7493339 was 7493339, checked in by Rob Schluntz <rschlunt@…>, 9 years ago

incorporate Peter's feedback, handle many TODOs

  • Property mode set to 100755
File size: 1.8 KB
Line 
1@article{Choi:1999:EAJ:320385.320386,
2 author = {Choi, Jong-Deok and Gupta, Manish and Serrano, Mauricio and Sreedhar, Vugranam C. and Midkiff, Sam},
3 title = {Escape Analysis for Java},
4 journal = {SIGPLAN Not.},
5 issue_date = {Oct. 1999},
6 volume = {34},
7 number = {10},
8 month = oct,
9 year = {1999},
10 issn = {0362-1340},
11 pages = {1--19},
12 numpages = {19},
13 url = {http://doi.acm.org/10.1145/320385.320386},
14 doi = {10.1145/320385.320386},
15 acmid = {320386},
16 publisher = {ACM},
17 address = {New York, NY, USA},
18}
19
20@online{TryWithResources,
21 author = {Julien Ponge},
22 contributer = {rschlunt@uwaterloo.ca},
23 title = {Better Resource Management with Java SE 7: Beyond Syntactic Sugar},
24 year = 2011,
25 url = {http://www.oracle.com/technetwork/articles/java/trywithresources-401775.html},
26 urldate = {2017-04-03}
27}
28
29@online{ExceptSafe,
30 author = {Andrei Alexandrescu and Petru Marginean},
31 contributer = {rschlunt@uwaterloo.ca},
32 title = {Generic: Change the Way You Write Exception-Safe Code - Forever},
33 year = 2000,
34 url = {http://www.drdobbs.com/cpp/generic-change-the-way-you-write-excepti/184403758},
35 urldate = {2017-04-03}
36}
37
38@manual{Swift,
39 keywords = {Swift programming language},
40 contributer = {pabuhr@plg},
41 title = {The {Swift} Programming Language (Swift 3.1)},
42 organization= {Apple Inc.},
43 year = 2017,
44 note = {\url{https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/AboutTheLanguageReference.html}},
45}
46
47@article{StructuredBindings,
48 author = {Herb Sutter and Bjarne Stroustrup and Gabriel Dos Reis},
49 title = {Structured bindings},
50 issue_date = {2015-10-14},
51 month = oct,
52 year = {2015},
53 pages = {1--6},
54 numpages = {6},
55 url = {http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0144r0.pdf},
56}
Note: See TracBrowser for help on using the repository browser.