Implementing Statically Typed Object-Oriented Programming Languages

被引:7
|
作者
Ducournau, Roland [1 ]
机构
[1] Univ Montpellier 2, F-34095 Montpellier 5, France
关键词
Languages; Measurement; Performance; Binary tree dispatch; casting; coloring; downcast; dynamic loading; genericity; late binding; linking; message sending; method dispatch; multiple inheritance; pointer adjustment; single inheritance; static typing; type analysis; separate compilation; virtual function tables; C plus; C#; Eiffel; !text type='Java']Java[!/text; PRM; Theta; MULTIPLE INHERITANCE; DISPATCH; LAYOUT; SPACE; OPTIMIZATION; ALGORITHMS; EXTENSION; INFERENCE; TESTS; SELF;
D O I
10.1145/1922649.1922655
中图分类号
TP301 [理论、方法];
学科分类号
081202 ;
摘要
Object-oriented programming represents an original implementation issue due to its philosophy of making the program behavior depend on the dynamic type of objects. This is expressed by the late binding mechanism, aka message sending. The underlying principle is that the address of the actually called procedure is not statically determined at compile-time, but depends on the dynamic type of a distinguished parameter known as the receiver. A similar issue arises with attributes, because their position in the object layout may also depend on the object's dynamic type. Furthermore, subtyping introduces another original feature (i.e., runtime subtype checks). All three mechanisms need specific implementations and data structures. In static typing, late binding is generally implemented with so-called virtual function tables. These tables reduce method calls to pointers to functions via a small fixed number of extra indirections. It follows that object-oriented programming yields some overhead, as compared to the usual procedural languages. The different techniques and their resulting overhead depend on several parameters. First, inheritance and subtyping may be single or multiple, and even a mixing is possible, as in JAVA and. NET which present single inheritance for classes and multiple subtyping for interfaces. Multiple inheritance is a well-known complication. Second, the production of executable programs may involve various schemes, from global compilation, which implies the closed-world assumption (CWA), as the whole program is known at compile time, to separate compilation and dynamic loading, where each program unit is compiled and loaded independently of any usage, hence under the open-world assumption (OWA). Global compilation is well-known to facilitate optimization. This article reviews the various implementation techniques available in static typing and in the three cases of single inheritance, multiple inheritance, and multiple subtyping. This language-independent survey focuses on separate compilation and dynamic loading, as they represent the most commonly used and the most demanding framework. However, many works have been undertaken in the global compilation framework, mostly for dynamically typed languages, but also applied to the EIFFEL language. Hence, we also examine global techniques and how they can improve implementation efficiency. Finally, mixed frameworks that combine open and closed world assumptions are considered. For instance, just-in-time (JIT) compilers work under provisional CWA, at the expense of possible recompilations. In contrast, we present an experimental compiler-linker, where separate compilation implies the OWA, whereas the whole program is finally linked under the CWA.
引用
收藏
页数:48
相关论文
共 50 条
  • [1] Closures for statically-typed object-oriented languages
    Guimaraes, JD
    [J]. ACM SIGPLAN NOTICES, 2004, 39 (08) : 54 - 60
  • [3] Object-oriented encapsulation for dynamically typed languages
    Schärli, N
    Black, AP
    Ducasse, S
    [J]. ACM SIGPLAN NOTICES, 2004, 39 (10) : 130 - 149
  • [4] CONSTRAINT-DRIVEN PROGRAMMING IN STRONGLY-TYPED OBJECT-ORIENTED LANGUAGES
    YAU, SS
    GORE, JV
    [J]. COMPUTER LANGUAGES, 1993, 18 (03): : 169 - 183
  • [5] Simple typed intermediate language for object-oriented languages
    Chen, J
    Tarditi, D
    [J]. ACM SIGPLAN NOTICES, 2005, 40 (01) : 38 - 49
  • [6] A META-LANGUAGE FOR TYPED OBJECT-ORIENTED LANGUAGES
    CASTAGNA, G
    [J]. THEORETICAL COMPUTER SCIENCE, 1995, 151 (02) : 297 - 352
  • [7] Simple and effective analysis of statically-typed object-oriented programs
    Diwan, A
    Moss, JEB
    McKinley, KS
    [J]. ACM SIGPLAN NOTICES, 1996, 31 (10) : 292 - 305
  • [8] Advantages of dynamic method-oriented mechanism in a statically typed object-oriented programming language Z0
    Greiner, Saso
    Brest, Janez
    Zumer, Viljem
    [J]. ITI 2006: PROCEEDINGS OF THE 28TH INTERNATIONAL CONFERENCE ON INFORMATION TECHNOLOGY INTERFACES, 2006, : 433 - +
  • [9] Implementing Partial Persistence in Object-Oriented Languages
    Pluquet, Frederic
    Langerman, Stefan
    Marot, Antoine
    Wuyts, Roel
    [J]. PROCEEDINGS OF THE TENTH WORKSHOP ON ALGORITHM ENGINEERING AND EXPERIMENTS AND THE FIFTH WORKSHOP ON ANALYTIC ALGORITHMICS AND COMBINATORICS, 2008, : 37 - +
  • [10] INTERFACES FOR STRONGLY-TYPED OBJECT-ORIENTED PROGRAMMING
    CANNING, PS
    COOK, WR
    HILL, WL
    OLTHOFF, WG
    [J]. SIGPLAN NOTICES, 1989, 24 (10): : 457 - 467