Changeset c69adb7 for doc/proposals/concurrency/local.bib
- Timestamp:
- Oct 5, 2016, 11:47:40 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- a7976d79
- Parents:
- 7e10773
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/local.bib
r7e10773 rc69adb7 22 22 23 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 24 @article{HPP:Study, 33 25 keywords = {Parallel, Productivity}, 34 26 author = {Lorin Hochstein and Jeff Carver and Forrest Shull and Sima Asgari and Victor Basili and Jeffrey K. Hollingsworth and Marvin V. Zelkowitz }, 35 27 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 = 200343 28 } 44 29 … … 50 35 } 51 36 52 @article{Myths, 53 author = {Peter A. Buhr and Ashif S. Harji}, 54 title = {Concurrent Urban Legends}, 55 year = 2005 37 @article{TBB, 38 keywords = {Intel, TBB}, 39 title = {Intel Thread Building Blocks}, 56 40 } 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 = 201464 }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 TracChangeset
for help on using the changeset viewer.