TIL: A type-directed optimizing compiler for ML

D Tarditi, G Morrisett, P Cheng, C Stone, R Harper… - ACM Sigplan …, 1996 - dl.acm.org
… by TIL to improve significantly as we tune the compiler and implement more optimizations. …
TIL uses a type-directed, abstract closure conversion in the style suggested by Minamide, …

[PDF][PDF] A Type-Directed Optimizing Compiler for ML

G Tong - 1996 - Citeseer
TIL, a type-directed optimizing compiler for Standrad ML, seems to have done a pretty good
job. It was reported that, on DEC Alpha workstations, programs compiled by TIL … to compile

[PDF][PDF] The TIL/ML compiler: Performance and safety through types

G Morrisett, D Tarditi, P Cheng, C Stone… - … on Compiler Support …, 1996 - researchgate.net
… because the bulk of compile time in TIL is spent in optimization, we can ship this optimized
code to … These sites can verify the type safety of the low-level, optimized code and then locally …

[PDF][PDF] Design and implementation of code optimizations for a type- directed compiler for Standard ML

D Tarditi - 1996 - Citeseer
… In addition to describing new optimization algorithms in the second part of the thesis, I
describe the TIL compiler, which is joint work primarily with Greg Morrisett. Perry Cheng, Chris …

TIL: a type-directed, optimizing compiler for ML

D Tarditi, G Morrisett, P Cheng, C Stone… - ACM SIGPLAN …, 2004 - dl.acm.org
optimization, which does not scale well to large programs. And perhaps the biggest problem
was that our compiler took an inordinate amount of time to optimize the … , the TIL compiler

A type-based compiler for Standard ML

Z Shao, AW Appel - ACM SIGPLAN Notices, 1995 - dl.acm.org
optimizations yield? In order to support more efficient data representations and gain more
experience about type-directed … end for the Standard ML of New Jersey compiler. We describe …

[PDF][PDF] An overview of the FLINT/ML compiler

Z Shao - Proc. 1997 acm sigplan workshop on types in …, 1997 - Citeseer
compilers (ie, Gallium 16], SML/NJ 29], and TIL 30]): First, type-directed compilation is carried
over to the ML … We use the following techniques to optimize the representations of kinds, …

[PDF][PDF] Certifying compilation for Standard ML in a type analysis framework.(Thesis Summary)

L Petersen - 2004 - leafpetersen.com
… ) compiler has been written targeting PCC [CLN+00]. The TILT (TIL Two) compiler is an
optimizing compiler developed at CMU that implements the full Standard ML ’98 definition and …

[PDF][PDF] Type-directed Compilation of ML Supporting Interoperable Memory Management System

N Huu-Duc - 2006 - dspace.jaist.ac.jp
… with the proposed optimizations, has been implemented in our SML# compiler for the full
set of Standard ML language, … This approach has the same spirit of the TIL compiler [TMC …

From ML to Ada: Strongly-typed language interoperability via source translation

A Tolmach, DP Oliva - Journal of Functional Programming, 1998 - cambridge.org
… current optimizing ML compilers, … Optimization passes are performed repeatedly until no
change is observed or some fixed small number of passes has been reached. The optimization