-
1
-
-
0028466772
-
Garbage collection for strongly-typed languages using run-time type reconstruction
-
[30]
-
Shail Aditya, Christine Flood, and James Hicks. Garbage collection for strongly-typed languages using run-time type reconstruction. In LFP '94 [30], pages 12-23.
-
LFP '94
, pp. 12-23
-
-
Aditya, S.1
Flood, C.2
Hicks, J.3
-
2
-
-
0004072686
-
-
Addison-Wesley Publishing Company
-
Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman. Compilers: Principles, Techniques, and Tools. Addison-Wesley Publishing Company, 1986.
-
(1986)
Compilers: Principles, Techniques, and Tools
-
-
Aho, A.V.1
Sethi, R.2
Ullman, J.D.3
-
3
-
-
84971848070
-
A critique of standard ML
-
October
-
Andrew Appel. A critique of Standard ML. Journal of Functional Programming, 3(4):391-429, October 1993.
-
(1993)
Journal of Functional Programming
, vol.3
, Issue.4
, pp. 391-429
-
-
Appel, A.1
-
4
-
-
0012942640
-
Runtime tags aren't necessary
-
Andrew W. Appel. Runtime tags aren't necessary. Lisp and Symbolic Computation, (2):153-162, 1989.
-
(1989)
Lisp and Symbolic Computation
, Issue.2
, pp. 153-162
-
-
Appel, A.W.1
-
7
-
-
0028464099
-
Signatures for a network protocol stack: A systems application of Standard ML
-
[30]
-
Edoardo Biagioni, Robert Harper, Peter Lee, and Brian Milnes. Signatures for a network protocol stack: A systems application of Standard ML. In LFP '94 [30], pages 55-64.
-
LFP '94
, pp. 55-64
-
-
Biagioni, E.1
Harper, R.2
Lee, P.3
Milnes, B.4
-
8
-
-
0038842094
-
The ML kit, version 1
-
DIKU
-
Lars Birkedal, Nick Rothwell, Mads Tofte, and David N. Turner. The ML Kit, Version 1. Technical Report 93/14, DIKU, 1993.
-
(1993)
Technical Report
, vol.93
, Issue.14
-
-
Birkedal, L.1
Rothwell, N.2
Tofte, M.3
Turner, D.N.4
-
9
-
-
0003966887
-
NESL: A nested data-parallel language (version 2.6)
-
School of Computer Science, Carnegie Mellon University, April
-
Guy B. Blelloch. NESL: A nested data-parallel language (version 2.6). Technical Report CMU-CS-93-129, School of Computer Science, Carnegie Mellon University, April 1993.
-
(1993)
Technical Report
, vol.CMU-CS-93-129
-
-
Blelloch, G.B.1
-
10
-
-
0027833248
-
Space-efficient conservative garbage collection
-
[36]
-
Hans-Juergen Boehm. Space-efficient conservative garbage collection. In PLDI '93 [36], pages 197-206.
-
PLDI '93
, pp. 197-206
-
-
Boehm, H.-J.1
-
11
-
-
3142656406
-
A scheme for storage allocation and garbage collection for Algol-68
-
North-Holland Publishing Company, Amsterdam
-
P. Branquart and J. Lewi. A scheme for storage allocation and garbage collection for Algol-68. In Algol-68 Implementation. North-Holland Publishing Company, Amsterdam, 1970.
-
(1970)
Algol-68 Implementation
-
-
Branquart, P.1
Lewi, J.2
-
14
-
-
0025225898
-
Combining generational and conservative garbage collection: Framework and implementations
-
San Francisco, California, January. ACM
-
A. Demers, M. Weiser, B. Hayes, H. Boehm, D. Bobrow, and S. Shenker. Combining generational and conservative garbage collection: Framework and implementations. In Conference Record of the 17th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, San Francisco, California, January 1990. ACM.
-
(1990)
Conference Record of the 17th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
-
-
Demers, A.1
Weiser, M.2
Hayes, B.3
Boehm, H.4
Bobrow, D.5
Shenker, S.6
-
15
-
-
0026981904
-
Compiler support for garbage collection in a statically typed language
-
San Francisco, CA, June. ACM
-
Amer Diwan, Eliot Moss, and Richard Hudson. Compiler support for garbage collection in a statically typed language. In Proceedings of the ACM SIGPLAN '92 Conference on Programming Language Design and Implementation, pages 273-282, San Francisco, CA, June 1992. ACM.
-
(1992)
Proceedings of the ACM SIGPLAN '92 Conference on Programming Language Design and Implementation
, pp. 273-282
-
-
Diwan, A.1
Moss, E.2
Hudson, R.3
-
16
-
-
0029352914
-
Memory-system performance of programs with intensive heap allocation
-
August
-
Amer Diwan, David Tarditi, and Eliot Moss. Memory-System Performance of Programs with Intensive Heap Allocation. Transactions on Computer Systems, August 1995.
-
(1995)
Transactions on Computer Systems
-
-
Diwan, A.1
Tarditi, D.2
Moss, E.3
-
17
-
-
0346663665
-
SIMPLE: An exercise in future scientific programming
-
MIT, Cambridge, MA, July
-
K. Ekanadham and Arvind. SIMPLE: An exercise in future scientific programming. Technical Report Computation Structures Group Memo 273, MIT, Cambridge, MA, July 1987. Simultaneously published as IBM/T. J. Watson Research Center Research Report 12686, Yorktown Heights, NY.
-
(1987)
Technical Report Computation Structures Group Memo
, vol.273
-
-
Ekanadham, K.1
Arvind2
-
18
-
-
3142707829
-
-
Yorktown Heights, NY
-
K. Ekanadham and Arvind. SIMPLE: An exercise in future scientific programming. Technical Report Computation Structures Group Memo 273, MIT, Cambridge, MA, July 1987. Simultaneously published as IBM/T. J. Watson Research Center Research Report 12686, Yorktown Heights, NY.
-
IBM/T. J. Watson Research Center Research Report 12686
-
-
-
22
-
-
3142779761
-
Unboxing using specialisation
-
D. Turner K. Hammond, P.M. Sandom, editor, Springer-Verlag
-
Cordelia Hall, Simon L. Peyton Jones, and Patrick M. Sansom. Unboxing using specialisation. In D. Turner K. Hammond, P.M. Sandom, editor, Functional Programming, 1994, Springer-Verlag, 1995.
-
(1995)
Functional Programming
, vol.1994
-
-
Hall, C.1
Peyton Jones, S.L.2
Sansom, P.M.3
-
23
-
-
0028022239
-
A type-theoretic approach to higher-order modules with sharing
-
[37]
-
Robert Harper and Mark Lillibridge. A type-theoretic approach to higher-order modules with sharing. In POPL '94 [37], pages 123-137.
-
POPL '94
, pp. 123-137
-
-
Harper, R.1
Lillibridge, M.2
-
25
-
-
0028016856
-
Formally optimal boxing
-
[37]
-
Fritz Henglein and Jesper Jørgensen. Formally optimal boxing. In POPL '94 [37], pages 213-226.
-
POPL '94
, pp. 213-226
-
-
Henglein, F.1
Jørgensen, J.2
-
26
-
-
0013090395
-
Partial evaluation for dictionary-free overloading
-
Yale University, New Haven, Connecticut, USA, April
-
M.P. Jones. Partial evaluation for dictionary-free overloading. Research Report YALEU/DCS/RR-959, Yale University, New Haven, Connecticut, USA, April 1993.
-
(1993)
Research Report
, vol.YALEU-DCS-RR-959
-
-
Jones, M.P.1
-
27
-
-
0042741490
-
Unboxed values as first-class citizens
-
ACM, Springer-Verlag
-
Simon Peyton Jones and John Launchbury. Unboxed values as first-class citizens. In Proceedings of the Conference on Functional Programming and Computer Architecture, volume 523 of Lecture Notes on Computer Science, pages 636-666. ACM, Springer-Verlag, 1991.
-
(1991)
Proceedings of the Conference on Functional Programming and Computer Architecture, Volume 523 of Lecture Notes on Computer Science
, vol.523
, pp. 636-666
-
-
Jones, S.P.1
Launchbury, J.2
-
28
-
-
84976822937
-
ORBIT: An optimizing compiler for scheme
-
Palo Alto, California, June. ACM
-
David Kranz, Richard Kelsey, Jonathan Rees, Paul Hudak, James Philbin, and Norman Adams. ORBIT: An Optimizing Compiler for Scheme. In Proceedings of the SIGPLAN '86 Symposium on Compiler Construction, pages 219-233, Palo Alto, California, June 1986. ACM.
-
(1986)
Proceedings of the SIGPLAN '86 Symposium on Compiler Construction
, pp. 219-233
-
-
Kranz, D.1
Kelsey, R.2
Rees, J.3
Hudak, P.4
Philbin, J.5
Adams, N.6
-
30
-
-
0028013809
-
Manifest types, modules, and separate compilation
-
[37]
-
Xavier Leroy. Manifest types, modules, and separate compilation. In POPL '94 [37], pages 109-122.
-
POPL '94
, pp. 109-122
-
-
Leroy, X.1
-
33
-
-
0029717390
-
Typed closure conversion
-
St. Petersburg, Florida, January. ACM
-
Y. Minamide, G. Morrisett, and R. Harper. Typed closure conversion. In Conference Record of the 23rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, St. Petersburg, Florida, January 1996. ACM.
-
(1996)
Conference Record of the 23rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
-
-
Minamide, Y.1
Morrisett, G.2
Harper, R.3
-
34
-
-
0003616865
-
-
PhD thesis, School of Computer Science, Carnegie Mellon University, Pittsburgh, PA, December. Published as Technical Report CMU-CS-95-226
-
Greg Morrisett. Compiling with Types. PhD thesis, School of Computer Science, Carnegie Mellon University, Pittsburgh, PA, December 1995. Published as Technical Report CMU-CS-95-226.
-
(1995)
Compiling with Types
-
-
Morrisett, G.1
-
35
-
-
0029204695
-
Abstract models of memory management
-
La Jolla, June
-
Greg Morrisett, Matthias Felleisen, and Robert Harper. Abstract models of memory management. In ACM Conference on Functional Programming and Computer Architecture, pages 66-77, La Jolla, June 1995.
-
(1995)
ACM Conference on Functional Programming and Computer Architecture
, pp. 66-77
-
-
Morrisett, G.1
Felleisen, M.2
Harper, R.3
-
36
-
-
84976655200
-
An ad hoc approach to the implementation of polymorphism
-
July
-
R. Morrison, A. Dearle, R. C. H. Connor, and A. L. Brown. An ad hoc approach to the implementation of polymorphism. ACM Transactions on Programming Languages and Systems, 13(3):342-371, July 1991.
-
(1991)
ACM Transactions on Programming Languages and Systems
, vol.13
, Issue.3
, pp. 342-371
-
-
Morrison, R.1
Dearle, A.2
Connor, R.C.H.3
Brown, A.L.4
-
39
-
-
0346468350
-
Representation analysis for efficient implementation of polymorphism
-
Department of Computer Science (diku), University of Copenhagen, April. Master Dissertation
-
Eigil Rosager Poulsen. Representation analysis for efficient implementation of polymorphism. Technical report, Department of Computer Science (diku), University of Copenhagen, April 1993. Master Dissertation.
-
(1993)
Technical Report
-
-
Poulsen, E.R.1
-
41
-
-
3042883426
-
1+1 = 1: An optimizing Caml compiler
-
Inria, June
-
Manual Serrano and Pierre Weis. 1+1 = 1: an optimizing Caml compiler. Technical Report 2264, Inria, June 1994.
-
(1994)
Technical Report
, vol.2264
-
-
Serrano, M.1
Weis, P.2
-
46
-
-
3142756232
-
-
PhD thesis, School of Computer Science, Carnegie Mellon University. Forthcoming
-
David R. Tarditi. Optimizing ML. PhD thesis, School of Computer Science, Carnegie Mellon University, 1996. Forthcoming.
-
(1996)
Optimizing ML
-
-
Tarditi, D.R.1
-
47
-
-
0028465741
-
Tag-free garbage collection using explicit type parameters
-
[30]
-
Andrew Tolmach. Tag-free garbage collection using explicit type parameters. In LFP '94 [30], pages 1-11.
-
LFP '94
, pp. 1-11
-
-
Tolmach, A.1
-
48
-
-
3142765200
-
Parallel implementations from function prototypes: A case study
-
Heriot-Watt University, Edinburgh, August
-
Kevin G. Waugh, Patrick McAndrew, and Greg Michaelson. Parallel implementations from function prototypes: a case study. Technical Report Computer Science 90/4, Heriot-Watt University, Edinburgh, August 1990.
-
(1990)
Technical Report Computer Science
, vol.90
, Issue.4
-
-
Waugh, K.G.1
McAndrew, P.2
Michaelson, G.3
-
49
-
-
3142732674
-
Methods of garbage collection for Algol-68
-
North-Holland Publishing Company, Amsterdam
-
P.L. Wodon. Methods of garbage collection for Algol-68. In Algol-88 Implementation. North-Holland Publishing Company, Amsterdam, 1970.
-
(1970)
Algol-88 Implementation
-
-
Wodon, P.L.1
|