-
1
-
-
84976686161
-
Optimizing Multi-Method Dispatch Using Compressed Dispatch Tables
-
OOPSLA '94 Conference Proceedings, Portland, OR, October Published
-
Eric Amiel, Olivier Gruber, and Eric Simon. Optimizing Multi-Method Dispatch Using Compressed Dispatch Tables. In OOPSLA '94 Conference Proceedings, pp. 244-258, Portland, OR, October 1994. Published as ACM SIGPLAN Notices, 29(10).
-
(1994)
ACM SIGPLAN Notices
, vol.29
, Issue.10
, pp. 244-258
-
-
Amiel, E.1
Gruber, O.2
Simon, E.3
-
2
-
-
84976764359
-
Common Lisp Object System Specification X3J13
-
September
-
D. G. Bobrow, L. G. DeMichiel, R. P. Gabriel, S. E. Keene, G. Kiczales, and D. A. Moon. Common Lisp Object System Specification X3J13. ACM SIGPLAN Notices, 23(Special Issue), September 1988.
-
(1988)
ACM SIGPLAN Notices
, vol.23
, Issue.SPEC. ISSUE
-
-
Bobrow, D.G.1
DeMichiel, L.G.2
Gabriel, R.P.3
Keene, S.E.4
Kiczales, G.5
Moon, D.A.6
-
3
-
-
0033203868
-
Efficient Multiple and Predicate Dispatching
-
Denver, CO, November
-
Craig Chambers and Weimin Chen. Efficient Multiple and Predicate Dispatching. In OOPSLA '99 Conference Proceedings, Denver, CO, November 1999.
-
(1999)
OOPSLA '99 Conference Proceedings
-
-
Chambers, C.1
Chen, W.2
-
4
-
-
85029501553
-
Object-Oriented Multi-Methods in Cecil
-
Ole Lehrmann Madsen, editor, Utrecht, The Netherlands, June Published as LNCS 615, Springer-Verlag
-
Craig Chambers. Object-Oriented Multi-Methods in Cecil. In Ole Lehrmann Madsen, editor, ECOOP '92 Conference Proceedings, pp. 33-56, Utrecht, The Netherlands, June 1992. Published as LNCS 615, Springer-Verlag.
-
(1992)
ECOOP '92 Conference Proceedings
, pp. 33-56
-
-
Chambers, C.1
-
5
-
-
0003850286
-
-
Technical Report UW-CSE-93-03-05, Department of Computer Science and Engineering, University of Washington, March
-
Craig Chambers. The Cecil Language: Specification and Rationale. Technical Report UW-CSE-93-03-05, Department of Computer Science and Engineering, University of Washington, March 1993.
-
(1993)
The Cecil Language: Specification and Rationale
-
-
Chambers, C.1
-
6
-
-
84976788421
-
Efficient Dynamic Look-Up Strategy for Multi-Methods
-
Mario Tokoro and Remo Pareschi, editors, Bologna, Italy, July Published as LNCS 821, Springer-Verlag
-
Weimin Chen, Volker Turau, and Wolfgang Klas. Efficient Dynamic Look-Up Strategy for Multi-Methods. In Mario Tokoro and Remo Pareschi, editors, ECOOP' 94 Conference Proceedings, pp. 408-431, Bologna, Italy, July 1994. Published as LNCS 821, Springer-Verlag.
-
(1994)
ECOOP' 94 Conference Proceedings
, pp. 408-431
-
-
Chen, W.1
Turau, V.2
Klas, W.3
-
7
-
-
0031598987
-
Fast Algorithms for Compressed Multimethod Dispatch Table Generation
-
January
-
Eric Dujardin, Eric Amiel, and Eric Simon. Fast Algorithms for Compressed Multimethod Dispatch Table Generation. ACM TOPLAS, 20(1): 116-165, January 1998.
-
(1998)
ACM TOPLAS
, vol.20
, Issue.1
, pp. 116-165
-
-
Dujardin, E.1
Amiel, E.2
Simon, E.3
-
9
-
-
85027519008
-
TICLOS: An Implementation of CLOS for the Explorer Family
-
Norman K. Meyrowitz, editor, OOPSLA '89 Conference Proceedings, New Orleans, LA, October Published
-
Patrick H. Dussud. TICLOS: An Implementation of CLOS for the Explorer Family. In Norman K. Meyrowitz, editor, OOPSLA '89 Conference Proceedings, pp. 215-219, New Orleans, LA, October 1989. Published as ACM SIGPLAN Notices, 24(10).
-
(1989)
ACM SIGPLAN Notices
, vol.24
, Issue.10
, pp. 215-219
-
-
Dussud, P.H.1
-
10
-
-
85006805669
-
Optimizing Dynamically-Typed Object-Oriented Languages with Polymorphic Inline Caches
-
Pierre America, editor, Geneva, Switzerland, July Published as LNCS 512, Springer-Verlag
-
Urs Hölzle, Craig Chambers, and David Ungar. Optimizing Dynamically-Typed Object-Oriented Languages with Polymorphic Inline Caches. In Pierre America, editor, ECOOP '91 Conference Proceedings, pp. 21-38, Geneva, Switzerland, July 1991. Published as LNCS 512, Springer-Verlag.
-
(1991)
ECOOP '91 Conference Proceedings
, pp. 21-38
-
-
Hölzle, U.1
Chambers, C.2
Ungar, D.3
-
11
-
-
84976653405
-
Optimizing Dynamically-Dispatched Calls with Run-Time Type Feedback
-
Proceedings of the ACM SIGPLAN '94 Conference on Programming Language Design and Implementation, Orlando, FL, June Published
-
Urs Hölzle and David Ungar. Optimizing Dynamically-Dispatched Calls with Run-Time Type Feedback. In Proceedings of the ACM SIGPLAN '94 Conference on Programming Language Design and Implementation, pp. 326-336, Orlando, FL, June 1994. Published as ACM SIGPLAN Notices, 29(6).
-
(1994)
ACM SIGPLAN Notices
, vol.29
, Issue.6
, pp. 326-336
-
-
Hölzle, U.1
Ungar, D.2
-
12
-
-
84976817653
-
Profile-Guided Receiver Class Prediction
-
OOPSLA '95 Conference Proceedings, Austin, TX, October Published
-
David Grove, Jeffrey Dean, Charles Garrett, and Craig Chambers. Profile-Guided Receiver Class Prediction. In OOPSLA '95 Conference Proceedings, pp. 108-123, Austin, TX, October 1995. Published as ACM SIGPLAN Notices, 30(10).
-
(1995)
ACM SIGPLAN Notices
, vol.30
, Issue.10
, pp. 108-123
-
-
Grove, D.1
Dean, J.2
Garrett, C.3
Chambers, C.4
-
14
-
-
0003518498
-
-
Addison-Wesley, Reading, MA
-
James Gosling, Bill Joy, and Guy L. Steele Jr. The Java Language Specification. Addison-Wesley, Reading, MA, 1996.
-
(1996)
The Java Language Specification
-
-
Gosling, J.1
Joy, B.2
Steele Jr., G.L.3
-
16
-
-
17144409445
-
Object-Oriented Symbol Management in Syntax-Directed Compiler Systems
-
June
-
Mayur Naik and Rajeev Kumar. Object-Oriented Symbol Management in Syntax-Directed Compiler Systems. ACM SIGPLAN Notices, 34(6): 58-67, June 1999.
-
(1999)
ACM SIGPLAN Notices
, vol.34
, Issue.6
, pp. 58-67
-
-
Naik, M.1
Kumar, R.2
-
17
-
-
17144417967
-
-
Technical Report RT0137, IBM Research, Tokyo Research Laboratory, Japan, March
-
Hiroaki Nakamura, Tamiya Onodera, and Mikio Takeushi. Message Dispatch Using Binary Decision Trees. Technical Report RT0137, IBM Research, Tokyo Research Laboratory, Japan, March 1996.
-
(1996)
Message Dispatch Using Binary Decision Trees
-
-
Nakamura, H.1
Onodera, T.2
Takeushi, M.3
-
18
-
-
84947943972
-
Multi-Method Dispatch Using Multiple Row Displacement
-
Rachid Guerraoui, editor, Lisbon, Portugal, June Published as LNCS 1628, Springer-Verlag
-
Candy Pang, Wade Holst, Yuri Leontiev, and Duane Szafron. Multi-Method Dispatch Using Multiple Row Displacement. In Rachid Guerraoui, editor, ECOOP '99 Conference Proceedings, pp. 304-328, Lisbon, Portugal, June 1999. Published as LNCS 1628, Springer-Verlag.
-
(1999)
ECOOP '99 Conference Proceedings
, pp. 304-328
-
-
Pang, C.1
Holst, W.2
Leontiev, Y.3
Szafron, D.4
-
21
-
-
0031249810
-
Efficient Dynamic Dispatch Without Virtual Function Tables: The SmallEiffel Compiler
-
OOPSLA '97 Conference Proceedings, Atlanta, GA, October Published
-
Olivier Zendra, Dominique Colnet, and Suzanne Collin. Efficient Dynamic Dispatch Without Virtual Function Tables: The SmallEiffel Compiler. In OOPSLA '97 Conference Proceedings, pp. 125-141, Atlanta, GA, October 1997. Published as ACM SIGPLAN Notices, 32(10).
-
(1997)
ACM SIGPLAN Notices
, vol.32
, Issue.10
, pp. 125-141
-
-
Zendra, O.1
Colnet, D.2
Collin, S.3
|