source: doc/proposals/concurrency/citations.bib@ 7e10773

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 with_gc
Last change on this file since 7e10773 was 7e10773, checked in by Thierry Delisle <tdelisle@…>, 9 years ago

further progress on concurrency part

  • Property mode set to 100644
File size: 2.7 KB
Line 
1% Predefined journal names:
2% acmcs: Computing Surveys acta: Acta Infomatica
3% cacm: Communications of the ACM
4% ibmjrd: IBM J. Research & Development ibmsj: IBM Systems Journal
5% ieeese: IEEE Trans. on Soft. Eng. ieeetc: IEEE Trans. on Computers
6% ieeetcad: IEEE Trans. on Computer-Aided Design of Integrated Circuits
7% ipl: Information Processing Letters jacm: Journal of the ACM
8% jcss: J. Computer & System Sciences scp: Science of Comp. Programming
9% sicomp: SIAM J. on Computing tocs: ACM Trans. on Comp. Systems
10% tods: ACM Trans. on Database Sys. tog: ACM Trans. on Graphics
11% toms: ACM Trans. on Math. Software toois: ACM Trans. on Office Info. Sys.
12% toplas: ACM Trans. on Prog. Lang. & Sys.
13% tcs: Theoretical Computer Science
14@string{ieeepds="IEEE Transactions on Parallel and Distributed Systems"}
15@string{ieeese="IEEE Transactions on Software Engineering"}
16@string{spe="Software---\-Practice and Experience"}
17@string{sigplan="SIGPLAN Notices"}
18@string{joop="Journal of Object-Oriented Programming"}
19@string{popl="Conference Record of the ACM Symposium on Principles of Programming Languages"}
20@string{osr="Operating Systems Review"}
21@string{pldi="Programming Language Design and Implementation"}
22
23
24@mastersthesis{Bilson:CFA,
25 keywords = {Cforall, Overloading, Polymorphism},
26 author = {Richard C. Bilson},
27 title = {Implementing Overloading and Polymorphism in Cforall},
28 school = "University of Waterloo",
29 year = "2003"
30}
31
32@article{HPP:Study,
33 keywords = {Parallel, Productivity},
34 author = {Lorin Hochstein and Jeff Carver and Forrest Shull and Sima Asgari and Victor Basili and Jeffrey K. Hollingsworth and Marvin V. Zelkowitz },
35 title = {Parallel Programmer Productivity: A Case Study of Novice Parallel Programmers},
36}
37@article{CFA:Refrat,
38 keywords = {Cforall, refrat},
39 author = {Glen Ditchfield},
40 title = {Cforall Reference Manual and Rationale},
41 month = jan,
42 year = 2003
43}
44
45@article{Chicken,
46 keywords = {Chicken},
47 author = {Doug Zongker},
48 title = {Chicken Chicken Chicken: Chicken Chicken},
49 year = 2006
50}
51
52@article{Myths,
53 author = {Peter A. Buhr and Ashif S. Harji},
54 title = {Concurrent Urban Legends},
55 year = 2005
56}
57
58@article{uCPP:Book,
59 keywords = {uC++, manual, book},
60 author = {Peter A. Buhr},
61 title = {Understanding Control Flow with Concurrent Programming using $\mu${C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}}},
62 month = aug,
63 year = 2014
64}
65
66@techreport{ISO:Ada,
67 type = {International Standard},
68 key = {ISO/IEC 8652:1995},
69 year = {1995},
70 title = {Ada},
71 volume = {1995},
72 institution = {International Organization for Standardization}
73}
Note: See TracBrowser for help on using the repository browser.