Show simple item record

SSA Transformations to Facilitate Type Inference in Dynamically Typed Code

dc.contributor.authorQuiroga Álvarez, José 
dc.contributor.authorOrtín Soler, Francisco 
dc.date.accessioned2019-12-10T08:29:22Z
dc.date.available2019-12-10T08:29:22Z
dc.date.issued2017-09-01
dc.identifier.citationThe Computer Journal, volume 60(90), p. 1300-1315; doi:10.1093/comjnl/bxw108
dc.identifier.issn0010-4620
dc.identifier.urihttp://hdl.handle.net/10651/53507
dc.description.abstractIn most dynamically typed languages, variables are created without declaring their type. This way of programming allows variable reuse, so that variables sometimes hold different dynamic types in the same scope. Besides, it is also common to use the same variable to hold different dynamic types, depending on the execution flow of the program. When dynamically typed code is compiled into Java and .Net, the dynamic variables are usually generated as Object references. The approach of declaring variables with the top type (e.g. Object in Java and .Net) requires unsafe and inefficient type casts and, sometimes, the use of reflection. We propose the use of SSA (Static Single Assignment) transformations to facilitate inferring the type of dynamically typed local variables. The approach has been included in an existing compiler for the .Net framework. The result is that dynamically typed code performs significantly better when the SSA transformations are used, and it outperforms C#. Our technique reduces memory consumption at runtime by 35%, but increases compilation time by 13%.spa
dc.description.sponsorshipThis work was partially funded by Microsoft Research to develop the project entitled Extending Dynamic Features of the SSCLI, awarded in the Phoenix and SSCLI, Compilation and Managed Execution Request for Proposals. This work was also funded by the Department of Science and Innovation (Spain) under the National Program for Research, Development and Innovation: Project TIN2011-25978, entitled Obtaining Adaptable, Robust and Efficient Software by Including Structural Reflection in Statically Typed Programming Languages. We have also received funds from the European Union, through the European Regional Development Funds (ERDF); and the Principality of Asturias, through its Science, Technology and Innovation Plan (Grant GRUPIN14-100).spa
dc.format.extentp. 1300-1315spa
dc.language.isospaspa
dc.relation.ispartofThe Computer Journal, volume 60spa
dc.subjectSingle Static Assignmentspa
dc.subjectSSAspa
dc.subjectHybrid Static and Dynamic Typingspa
dc.subjectUnion Typesspa
dc.subjectRuntime performancespa
dc.titleSSA Transformations to Facilitate Type Inference in Dynamically Typed Codespa
dc.typejournal articlespa
dc.identifier.doi10.1093/comjnl/bxw108
dc.relation.projectIDTIN2011-25978spa
dc.relation.projectIDGRUPIN14-100
dc.relation.publisherversionhttps://doi.org/10.1093/comjnl/bxw108


Files in this item

FilesSizeFormatView

There are no files associated with this item.

This item appears in the following Collection(s)

Show simple item record