Sciweavers

1081 search results - page 25 / 217
» Type Inference of SELF
Sort
View
TOPLAS
2008
89views more  TOPLAS 2008»
15 years 3 months ago
Types for atomicity: Static checking and inference for Java
Cormac Flanagan, Stephen N. Freund, Marina Lifshin...
91
Voted
TOPLAS
1998
62views more  TOPLAS 1998»
15 years 3 months ago
Proofs about a Folklore Let-Polymorphic Type Inference Algorithm
Oukseh Lee, Kwangkeun Yi
ECOOP
1991
Springer
15 years 7 months ago
Optimizing Dynamically-Typed Object-Oriented Languages With Polymorphic Inline Caches
: Polymorphic inline caches (PICs) provide a new way to reduce the overhead of polymorphic message sends by extending inline caches to include more than one cached lookup result pe...
Urs Hölzle, Craig Chambers, David Ungar
PLDI
1994
ACM
15 years 7 months ago
Optimizing Dynamically-Dispatched Calls with Run-Time Type Feedback
: Object-oriented programs are difficult to optimize because they execute many dynamically-dispatched calls. These calls cannot easily be eliminated because the compiler does not k...
Urs Hölzle, David Ungar
ECOOP
2012
Springer
13 years 6 months ago
Inference and Checking of Object Ownership
Ownership type systems describe a heap topology and enforce an encapsulation discipline; they aid in various program correctness and understanding tasks. However, the annotation ov...
Wei Huang, Werner Dietl, Ana Milanova, Michael D. ...