Publications

Stats

View publication

Title Application Optimization when using Gradual Typing
Authors Esteban Allende, Johan Fabry
Publication date 2011
Abstract Static and dynamic typing have different strengths and weaknesses. Gradual typing allows a programmer to combine statically and dynamically typed sections of code in one program. This allows the best typing choice for each part of the code. Sadly, the advantages of efficient program execution that come with static typing do not yet carry over to a gradual typing system. This is because no optimizations have yet been proposed that take advantage of the type information present in this context. In this work, we propose optimizations for gradually typed applications, focused on four areas: optimizing method lookup, optimizing type checking, breaking encapsulation and improving infrastructure. We also propose how we are going to validate these optimizations.
Downloaded 10 times
Pages article 3
Conference name Workshop on Implementation, Compilation, Optimization of Object-Oriented Languages, Programs and Systems
Publisher ACM Press (New York, NY, USA)
PDF View PDF
Reference URL View reference page