-
2
-
-
0004255836
-
-
Prentice-Hall, Englewood Cliffs
-
Armstrong, J., Virding, R., Wikström, C., Williams, M.: Concurrent Programming in Erlang. Prentice-Hall, Englewood Cliffs (1996)
-
(1996)
Concurrent Programming in Erlang
-
-
Armstrong, J.1
Virding, R.2
Wikström, C.3
Williams, M.4
-
3
-
-
23844501204
-
Cooperative Task Management Without Manual Stack Management
-
Adya, A., Howell, J., Theimer, M., Bolosky, W.J., Douceur, J.R.: Cooperative Task Management Without Manual Stack Management. In: USENIX Annual Technical Conference, General Track, pp. 289-302 (2002)
-
(2002)
USENIX Annual Technical Conference, General Track
, pp. 289-302
-
-
Adya, A.1
Howell, J.2
Theimer, M.3
Bolosky, W.J.4
Douceur, J.R.5
-
4
-
-
21644460050
-
Capriccio: Scalable threads for Internet Services
-
von Behren, R., Condit, J., Zhou, F., Necula, G., Brewer, E.: Capriccio: Scalable threads for Internet Services. In: 19th ACM Symposium on Operating Systems Principles (2003)
-
(2003)
19th ACM Symposium on Operating Systems Principles
-
-
von Behren, R.1
Condit, J.2
Zhou, F.3
Necula, G.4
Brewer, E.5
-
5
-
-
49149086393
-
-
Rife
-
Bevin, G.: Rife, http://rifers.org
-
-
-
Bevin, G.1
-
6
-
-
31744447887
-
Threads cannot be implemented as a library
-
Boehm, H.J.: Threads cannot be implemented as a library. In: ACM Conf. on PLDI, pp. 261-268 (2005)
-
(2005)
ACM Conf. on PLDI
, pp. 261-268
-
-
Boehm, H.J.1
-
7
-
-
0037924416
-
Ownership types for safe programming: Preventing data races and deadlocks
-
Boyapati, C., Lee, R., Rinard, M.C.: Ownership types for safe programming: preventing data races and deadlocks. In: Proc. of OOPSLA, pp. 211-230 (2002)
-
(2002)
Proc. of OOPSLA
, pp. 211-230
-
-
Boyapati, C.1
Lee, R.2
Rinard, M.C.3
-
8
-
-
0038575343
-
Ownership types for object encapsulation
-
Boyapati, C., Liskov, B., Shrira, L.: Ownership types for object encapsulation. In: Proc. of ACM POPL, pp. 213-223 (2003)
-
(2003)
Proc. of ACM POPL
, pp. 213-223
-
-
Boyapati, C.1
Liskov, B.2
Shrira, L.3
-
9
-
-
84881378564
-
Capabilities for sharing: A generalisation of uniqueness and read-only
-
Knudsen, J.L, ed, ECOOP 2001, Springer, Heidelberg
-
Boyland, J., Noble, J., Retert, W.: Capabilities for sharing: A generalisation of uniqueness and read-only. In: Knudsen, J.L. (ed.) ECOOP 2001. LNCS, vol. 2072, pp. 2-27. Springer, Heidelberg (2001)
-
(2001)
LNCS
, vol.2072
, pp. 2-27
-
-
Boyland, J.1
Noble, J.2
Retert, W.3
-
10
-
-
0035335990
-
Alias burying: Unique Variables Without Destructive Reads
-
Boyland, J.: Alias burying: Unique Variables Without Destructive Reads. Softw. Pract. Exper. 31(6), 533-553 (2001)
-
(2001)
Softw. Pract. Exper
, vol.31
, Issue.6
, pp. 533-553
-
-
Boyland, J.1
-
11
-
-
0032158291
-
Concurrency and distribution in object-oriented programming
-
Briot, J.P., Guerraoui, R., Löhr, K.P.: Concurrency and distribution in object-oriented programming. ACM Comput. Surv. 30(3), 291-329 (1998)
-
(1998)
ACM Comput. Surv
, vol.30
, Issue.3
, pp. 291-329
-
-
Briot, J.P.1
Guerraoui, R.2
Löhr, K.P.3
-
12
-
-
0348137542
-
Ownership types for flexible alias protection
-
Clarke, D.G., Potter, J., Noble, J.: Ownership types for flexible alias protection. In: Proc. of OOPSLA, pp. 48-64 (1998)
-
(1998)
Proc. of OOPSLA
, pp. 48-64
-
-
Clarke, D.G.1
Potter, J.2
Noble, J.3
-
13
-
-
35248876311
-
External uniqueness is unique enough
-
Cardelli, L, ed, ECOOP 2003, Springer, Heidelberg
-
Clarke, D., Wrigstad, T.: External uniqueness is unique enough. In: Cardelli, L. (ed.) ECOOP 2003. LNCS, vol. 2743, pp. 176-200. Springer, Heidelberg (2003)
-
(2003)
LNCS
, vol.2743
, pp. 176-200
-
-
Clarke, D.1
Wrigstad, T.2
-
14
-
-
33749253908
-
Programming with exceptions in JCilk
-
Danaher, J.S., Lee, I.T.A., Leiserson, C.E.: Programming with exceptions in JCilk. Sci. Comput. Program. 63(2), 147-171 (2006)
-
(2006)
Sci. Comput. Program
, vol.63
, Issue.2
, pp. 147-171
-
-
Danaher, J.S.1
Lee, I.T.A.2
Leiserson, C.E.3
-
15
-
-
41149092147
-
Dynamo: Amazon's Highly Available Key-value Store
-
DeCandia, G., Hastorun, D., Jampani, M., Kakulapati, G., Lakshman, A., Pilchin, A., Sivasubramanian, S., Vosshall, P., Vogels, W.: Dynamo: Amazon's Highly Available Key-value Store. In: SOSP, pp. 205-220 (2007)
-
(2007)
SOSP
, pp. 205-220
-
-
DeCandia, G.1
Hastorun, D.2
Jampani, M.3
Kakulapati, G.4
Lakshman, A.5
Pilchin, A.6
Sivasubramanian, S.7
Vosshall, P.8
Vogels, W.9
-
16
-
-
33745774153
-
Types for Hierarchic Shapes
-
Sestoft, P, ed, ESOP 2006 and ETAPS 2006, Springer, Heidelberg
-
Drossopoulou, S., Clarke, D., Noble, J.: Types for Hierarchic Shapes. In: Sestoft, P. (ed.) ESOP 2006 and ETAPS 2006. LNCS, vol. 3924, pp. 1-6. Springer, Heidelberg (2006)
-
(2006)
LNCS
, vol.3924
, pp. 1-6
-
-
Drossopoulou, S.1
Clarke, D.2
Noble, J.3
-
17
-
-
35048826236
-
-
Ennals, R., Sharp, R., Mycroft, A.: Linear types for Packet Processing. In: Schmidt, D. (ed.) ESOP 2004. LNCS, 2986, pp. 204-218. Springer, Heidelberg (2004)
-
Ennals, R., Sharp, R., Mycroft, A.: Linear types for Packet Processing. In: Schmidt, D. (ed.) ESOP 2004. LNCS, vol. 2986, pp. 204-218. Springer, Heidelberg (2004)
-
-
-
-
18
-
-
34748826163
-
Language support for fast and reliable message-based communication in Singularity OS
-
Fähndrich, M., Aiken, M., Hawblitzel, C., Hodson, O., Hunt, G.C., Larus, J.R., Levi, S.: Language support for fast and reliable message-based communication in Singularity OS. In: Proc. of EuroSys (2006)
-
(2006)
Proc. of EuroSys
-
-
Fähndrich, M.1
Aiken, M.2
Hawblitzel, C.3
Hodson, O.4
Hunt, G.C.5
Larus, J.R.6
Levi, S.7
-
19
-
-
0036036247
-
Flow-sensitive type qualifiers
-
Foster, J.S., Terauchi, T., Aiken, A.: Flow-sensitive type qualifiers. In: ACM Conf. on PLDI, pp. 1-12 (2002)
-
(2002)
ACM Conf. on PLDI
, pp. 1-12
-
-
Foster, J.S.1
Terauchi, T.2
Aiken, A.3
-
20
-
-
17144427002
-
-
Ganz, S.E., Friedman, D.P., Wand, M.: Trampolined style. In: ICFP, pp. 18-27 (1999)
-
Ganz, S.E., Friedman, D.P., Wand, M.: Trampolined style. In: ICFP, pp. 18-27 (1999)
-
-
-
-
21
-
-
37149051628
-
-
Haack, C., Poll, E., Schäfer, J., Schubert, A.: Immutable objects for a Java-like language. In: De Nicola, R. (ed.) ESOP 2007. LNCS, 4421, pp. 347-362. Springer, Heidelberg (2007), http://www.cs.ru.nl/~chaack/papers/ papers/imm-obj.pdf
-
Haack, C., Poll, E., Schäfer, J., Schubert, A.: Immutable objects for a Java-like language. In: De Nicola, R. (ed.) ESOP 2007. LNCS, vol. 4421, pp. 347-362. Springer, Heidelberg (2007), http://www.cs.ru.nl/~chaack/papers/ papers/imm-obj.pdf
-
-
-
-
23
-
-
0018005391
-
Communicating sequential processes
-
Hoare, C.A.R.: Communicating sequential processes. Communications of the ACM 21(8), 666-677 (1978)
-
(1978)
Communications of the ACM
, vol.21
, Issue.8
, pp. 666-677
-
-
Hoare, C.A.R.1
-
24
-
-
0002820732
-
The Geneva Convention on the treatment of object aliasing
-
Hogg, J., Lea, D., Wills, A., de Champeaux, D., Holt, R.C.: The Geneva Convention on the treatment of object aliasing. OOPS Messenger 3(2), 11-16 (1992)
-
(1992)
OOPS Messenger
, vol.3
, Issue.2
, pp. 11-16
-
-
Hogg, J.1
Lea, D.2
Wills, A.3
de Champeaux, D.4
Holt, R.C.5
-
25
-
-
49149112998
-
-
JavaFlow: The Apache Software Foundation: http://jakarta.apache.org/ commons/sandbox/javaflow
-
-
-
JavaFlow1
-
26
-
-
0032664647
-
Quasi-linear types
-
Kobayashi, N.: Quasi-linear types. In: Proc. of ACM POPL, pp. 29-42 (1999)
-
(1999)
Proc. of ACM POPL
, pp. 29-42
-
-
Kobayashi, N.1
-
27
-
-
0034593391
-
A Java fork/join framework
-
Lea, D.: A Java fork/join framework. In: Java Grande, pp. 36-43 (2000)
-
(2000)
Java Grande
, pp. 36-43
-
-
Lea, D.1
-
29
-
-
0003818126
-
-
Springer, Heidelberg
-
Nielson, F., Nielson, H.R., Hankin, C.: Principles of Program Analysis. Springer, Heidelberg (1999)
-
(1999)
Principles of Program Analysis
-
-
Nielson, F.1
Nielson, H.R.2
Hankin, C.3
-
30
-
-
84876765493
-
-
Pettyjohn, G., Clements, J., Marshall, J., Krishnamurthi, S., Felleisen, M.: Continuations from generalized stack inspection. In: ICFP, pp. 216-227 (2005)
-
Pettyjohn, G., Clements, J., Marshall, J., Krishnamurthi, S., Felleisen, M.: Continuations from generalized stack inspection. In: ICFP, pp. 216-227 (2005)
-
-
-
-
31
-
-
18044380589
-
A combined pointer and purity analysis for Java programs
-
MIT-CSAIL-TR-949
-
Salcianu, A., Rinard, M.C.: A combined pointer and purity analysis for Java programs. In: MIT Technical Report MIT-CSAIL-TR-949 (2004)
-
(2004)
MIT Technical Report
-
-
Salcianu, A.1
Rinard, M.C.2
-
32
-
-
42149126649
-
-
Spring, J.H., Privat, J., Guerraoui, R., Vitek, J.: Streamflex: High-throughput stream programming in Java, 211-228 (2007)
-
(2007)
Streamflex: High-throughput stream programming in Java
, pp. 211-228
-
-
Spring, J.H.1
Privat, J.2
Guerraoui, R.3
Vitek, J.4
-
34
-
-
31744448990
-
Javari: Adding reference immutability to Java
-
Tschantz, M.S., Ernst, M.D.: Javari: adding reference immutability to Java. In: Proc. of OOPSLA, pp. 211-230 (2005)
-
(2005)
Proc. of OOPSLA
, pp. 211-230
-
-
Tschantz, M.S.1
Ernst, M.D.2
-
35
-
-
49149091034
-
-
Welch, P.: JCSP, http://www.cs.kent.ac.uk/projects/ofa/jcsp
-
Welch, P.: JCSP, http://www.cs.kent.ac.uk/projects/ofa/jcsp
-
-
-
-
36
-
-
0036041527
-
SEDA: An architecture for well-conditioned, scalable internet services
-
Welsh, M., Culler, D.E., Brewer, E.A.: SEDA: An architecture for well-conditioned, scalable internet services. In: SOSP, 230-243 (2001)
-
(2001)
SOSP
, pp. 230-243
-
-
Welsh, M.1
Culler, D.E.2
Brewer, E.A.3
-
37
-
-
84957024787
-
Shape analysis
-
Watt, D.A, ed, CC 2000 and ETAPS 2000, Springer, Heidelberg
-
Wilhelm, R., Sagiv, S., Reps, T.W.: Shape analysis. In: Watt, D.A. (ed.) CC 2000 and ETAPS 2000. LNCS, vol. 1781, pp. 1-17. Springer, Heidelberg (2000)
-
(2000)
LNCS
, vol.1781
, pp. 1-17
-
-
Wilhelm, R.1
Sagiv, S.2
Reps, T.W.3
|