book.bib 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407
  1. @article{PeytonJones:1998,
  2. author = {Simon L. {Peyton Jones} and Andr{\'e}L.M. Santos},
  3. journal = {Science of Computer Programming},
  4. number = {1},
  5. pages = {3-47},
  6. title = {A transformation-based optimiser for Haskell},
  7. volume = {32},
  8. year = {1998}}
  9. @Misc{Lehtosalo2021:MyPy,
  10. author = {Jukka Lehtosalo},
  11. title = {MyPy Optional Type Checker for Python},
  12. howpublished = {\url{http://mypy-lang.org/}},
  13. month = {June},
  14. year = 2021}
  15. @book{Russell2003,
  16. author = {Russell, Stuart J. and Norvig, Peter},
  17. title = {Artificial Intelligence: A Modern Approach},
  18. year = {2003},
  19. isbn = {0137903952},
  20. publisher = {Pearson Education},
  21. edition = {2},
  22. }
  23. @Misc{PSF21:cpython,
  24. title = {CPython github repository},
  25. organization = {Python Software Foundation},
  26. howpublished = {\url{https://github.com/python/cpython}},
  27. year = 2021}
  28. @Manual{PSF21:python_ref,
  29. title = {The Python Language Reference},
  30. organization = {Python Software Foundation},
  31. month = {June},
  32. year = 2021,
  33. howpublished = {\url{https://docs.python.org/3/reference/}},
  34. }
  35. @book{Lutz:2013vp,
  36. author = {Mark Lutz},
  37. date-added = {2021-06-10 10:29:47 -0400},
  38. date-modified = {2021-06-10 10:30:37 -0400},
  39. edition = {5th},
  40. publisher = {O'Reilly},
  41. title = {Learning Python},
  42. year = {2013}}
  43. @book{Sweigart:2019vn,
  44. author = {Al Sweigart},
  45. date-added = {2021-06-10 10:28:09 -0400},
  46. date-modified = {2021-06-10 10:29:04 -0400},
  47. publisher = {No Starch Press},
  48. title = {Automate the Boring Stuff with Python},
  49. year = {2019}}
  50. @book{Barry:2016vj,
  51. author = {Paul Barry},
  52. date-added = {2021-06-10 10:24:32 -0400},
  53. date-modified = {2021-06-10 10:25:03 -0400},
  54. publisher = {O'Reilly},
  55. title = {Head First Python},
  56. year = {2016}}
  57. @book{Matthes:2019vs,
  58. author = {Eric Matthes},
  59. date-added = {2021-06-10 10:22:38 -0400},
  60. date-modified = {2021-06-10 10:23:25 -0400},
  61. edition = {2nd},
  62. publisher = {No Starch Press},
  63. title = {Python Crash Course},
  64. year = {2019}}
  65. @book{Kernighan:1988nx,
  66. address = {Upper Saddle River, NJ, USA},
  67. author = {Brian W. Kernighan and Dennis M. Ritchie},
  68. publisher = {Prentice Hall Press},
  69. title = {The C programming language},
  70. year = {1988},
  71. isbn = {0-13-110362-8},
  72. }
  73. @book{Dybvig:1987aa,
  74. address = {Upper Saddle River, NJ, USA},
  75. author = {Dybvig, R. Kent},
  76. publisher = {Prentice-Hall, Inc.},
  77. title = {The SCHEME Programming Language},
  78. year = {1987},
  79. isbn = {0-13-791864-X},
  80. }
  81. @book{Abelson:1996uq,
  82. address = {Cambridge, MA, USA},
  83. author = {Abelson, Harold and Sussman, Gerald J.},
  84. edition = {2nd},
  85. publisher = {MIT Press},
  86. title = {Structure and Interpretation of Computer Programs},
  87. year = {1996},
  88. isbn = {0262011530},
  89. }
  90. @book{Friedman:1996aa,
  91. address = {Cambridge, MA, USA},
  92. author = {Friedman, Daniel P. and Felleisen, Matthias},
  93. publisher = {MIT Press},
  94. title = {The Little Schemer (4th Ed.)},
  95. year = {1996},
  96. isbn = {0-262-56099-2},
  97. }
  98. @book{Felleisen:2001aa,
  99. address = {Cambridge, MA, USA},
  100. author = {Felleisen, Matthias and Findler, Robert Bruce and
  101. Flatt, Matthew and Krishnamurthi, Shriram},
  102. publisher = {MIT Press},
  103. title = {How to Design Programs: An Introduction to
  104. Programming and Computing},
  105. year = {2001},
  106. isbn = {0-262-06218-6},
  107. }
  108. @book{Felleisen:2013aa,
  109. address = {San Francisco, CA, USA},
  110. author = {Felleisen, Matthias and Conrad, M.D. Barski and
  111. Horn, David Van and
  112. Eight Students of Northeastern University},
  113. publisher = {No Starch Press},
  114. title = {Realm of Racket: Learn to Program, One Game at a
  115. Time!},
  116. year = {2013},
  117. isbn = {1593274912, 9781593274917},
  118. }
  119. @techreport{Flatt:2014aa,
  120. author = {Matthew Flatt and Robert Bruce Findler and PLT},
  121. institution = {PLT Inc.},
  122. number = {6.0},
  123. title = {The Racket Guide},
  124. year = {2014},
  125. }
  126. @manual{Intel:2015aa,
  127. author = {Intel},
  128. institution = {Intel},
  129. month = {December},
  130. title = {Intel 64 and IA-32 Architectures Software Developer's
  131. Manual Combined Volumes: 1, 2A, 2B, 2C, 3A, 3B, 3C
  132. and 3D},
  133. year = {2015},
  134. }
  135. @book{Bryant:2010aa,
  136. address = {USA},
  137. author = {Bryant, Randal E. and O'Hallaron, David R.},
  138. edition = {2nd},
  139. publisher = {Addison-Wesley Publishing Company},
  140. title = {Computer Systems: A Programmer's Perspective},
  141. year = {2010},
  142. isbn = {0136108040, 9780136108047},
  143. }
  144. @manual{Bryant:2005aa,
  145. author = {Randal E. Bryant and David R. O'Hallaron},
  146. month = {September},
  147. organization = {Carnegie Mellon University},
  148. title = {x86-64 Machine-Level Programming},
  149. year = {2005},
  150. }
  151. @manual{Matz:2013aa,
  152. author = {Michael Matz and Jan Hubicka and Andreas Jaeger and
  153. Mark Mitchell},
  154. month = {October},
  155. title = {System V Application Binary Interface, AMD64
  156. Architecture Processor Supplement},
  157. year = {2013},
  158. }
  159. @misc{Microsoft:2018aa,
  160. author = {Microsoft},
  161. howpublished =
  162. {\url{https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/x64-architecture}},
  163. month = {March},
  164. title = {x64 Architecture},
  165. year = {2018},
  166. }
  167. @misc{Microsoft:2020aa,
  168. author = {Microsoft},
  169. howpublished =
  170. {\url{https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention}},
  171. month = {July},
  172. title = {x64 calling convention},
  173. year = {2020},
  174. }
  175. @inproceedings{Dybvig:2006aa,
  176. address = {New York, NY, USA},
  177. author = {Dybvig, R. Kent},
  178. booktitle = {Proceedings of the Eleventh ACM SIGPLAN International
  179. Conference on Functional Programming},
  180. pages = {1--12},
  181. publisher = {ACM},
  182. series = {ICFP '06},
  183. title = {The Development of {Chez} {Scheme}},
  184. year = {2006},
  185. doi = {10.1145/1159803.1159805},
  186. isbn = {1-59593-309-3},
  187. url = {http://doi.acm.org/10.1145/1159803.1159805},
  188. }
  189. @inproceedings{Sarkar:2004fk,
  190. author = {Dipanwita Sarkar and Oscar Waddell and
  191. R. Kent Dybvig},
  192. booktitle = {ICFP '04: Proceedings of the ninth ACM SIGPLAN
  193. international conference on Functional programming},
  194. pages = {201--212},
  195. publisher = {ACM Press},
  196. title = {A nanopass infrastructure for compiler education},
  197. year = {2004},
  198. isbn = {1-58113-905-5},
  199. }
  200. @phdthesis{Keep:2012aa,
  201. author = {Andrew W. Keep},
  202. month = {December},
  203. school = {Indiana University},
  204. title = {A Nanopass Framework for Commercial Compiler
  205. Development},
  206. year = {2012},
  207. }
  208. @techreport{Dybvig:2010aa,
  209. author = {R. Kent Dybvig and Andrew Keep},
  210. institution = {Indiana University},
  211. title = {P523 Compiler Assignments},
  212. year = {2010},
  213. }
  214. @inproceedings{Ghuloum:2006bh,
  215. author = {Abdulaziz Ghuloum},
  216. booktitle = {Scheme and Functional Programming Workshop},
  217. title = {An Incremental Approach to Compiler Construction},
  218. year = {2006},
  219. }
  220. @book{Aho:1986qf,
  221. address = {Boston, MA, USA},
  222. author = {Alfred V. Aho and Ravi Sethi and Jeffrey D. Ullman},
  223. publisher = {Addison-Wesley Longman Publishing Co., Inc.},
  224. title = {Compilers: principles, techniques, and tools},
  225. year = {1986},
  226. isbn = {0-201-10088-6},
  227. }
  228. @article{Backus:1960aa,
  229. address = {New York, NY, USA},
  230. author = {Backus, J. W. and Bauer, F. L. and Green, J. and
  231. Katz, C. and McCarthy, J. and Perlis, A. J. and
  232. Rutishauser, H. and Samelson, K. and Vauquois, B. and
  233. Wegstein, J. H. and van Wijngaarden, A. and
  234. Woodger, M.},
  235. editor = {Naur, Peter},
  236. journal = {Commun. ACM},
  237. month = may,
  238. number = {5},
  239. pages = {299--314},
  240. publisher = {ACM},
  241. title = {Report on the Algorithmic Language ALGOL 60},
  242. volume = {3},
  243. year = {1960},
  244. doi = {10.1145/367236.367262},
  245. issn = {0001-0782},
  246. url = {http://doi.acm.org/10.1145/367236.367262},
  247. }
  248. @article{Knuth:1964aa,
  249. address = {New York, NY, USA},
  250. author = {Knuth, Donald E.},
  251. journal = {Commun. ACM},
  252. month = dec,
  253. number = {12},
  254. pages = {735--736},
  255. publisher = {ACM},
  256. title = {Backus Normal Form vs. Backus Naur Form},
  257. volume = {7},
  258. year = {1964},
  259. doi = {10.1145/355588.365140},
  260. issn = {0001-0782},
  261. url = {http://doi.acm.org/10.1145/355588.365140},
  262. }
  263. @article{SPERBER:2009aa,
  264. author = {Sperber, Michael and DYBVIG,R. KENT and FLATT,MATTHEW and
  265. VAN STRAATEN,ANTON and FINDLER,ROBBY and
  266. MATTHEWS,JACOB},
  267. journal = {Journal of Functional Programming},
  268. month = {8},
  269. pages = {1--301},
  270. title = {Revised$^6$ Report on the Algorithmic Language
  271. Scheme},
  272. volume = {19},
  273. year = {2009},
  274. doi = {10.1017/S0956796809990074},
  275. issn = {1469-7653},
  276. url = {http://journals.cambridge.org/article_S0956796809990074},
  277. }
  278. @techreport{plt-tr,
  279. author = {Matthew Flatt and PLT},
  280. institution = {PLT Inc.},
  281. note = {\url{http://docs.racket-lang.org/reference/index.html}},
  282. title = {The {R}acket Reference~6.0},
  283. year = {2014},
  284. }
  285. @inproceedings{reynolds72:_def_interp,
  286. author = {John C. Reynolds},
  287. booktitle = {{ACM} '72: Proceedings of the {ACM} Annual
  288. Conference},
  289. pages = {717--740},
  290. publisher = {{ACM} Press},
  291. title = {Definitional interpreters for higher-order
  292. programming languages},
  293. year = {1972},
  294. }
  295. @book{Jones:1993uq,
  296. address = {Upper Saddle River, NJ, USA},
  297. author = {Neil D. Jones and Carsten K. Gomard and
  298. Peter Sestoft},
  299. publisher = {Prentice-Hall, Inc.},
  300. title = {Partial evaluation and automatic program generation},
  301. year = {1993},
  302. isbn = {0-13-020249-5},
  303. }
  304. @techreport{Danvy:1991fk,
  305. author = {Olivier Danvy},
  306. institution = {Kansas State University},
  307. month = {December},
  308. number = {CIS-92-02},
  309. title = {Three Steps for the {CPS} Transformation},
  310. year = {1991},
  311. }
  312. @inproceedings{Flanagan:1993cg,
  313. author = {Cormac Flanagan and Amr Sabry and Bruce F. Duba and
  314. Matthias Felleisen},
  315. booktitle = {Conference on {P}rogramming {L}anguage {D}esign and
  316. {I}mplementation},
  317. month = {June},
  318. pages = {502--514},
  319. series = {PLDI},
  320. title = {The essence of compiling with continuations},
  321. year = {1993},
  322. }
  323. @book{Cooper:2011aa,
  324. author = {Keith Cooper and Linda Torczon},
  325. edition = {2nd},
  326. publisher = {Morgan Kaufmann},
  327. title = {Engineering a Compiler},
  328. year = {2011},
  329. }
  330. @book{Appel:2003fk,
  331. author = {Andrew W. Appel and Jens Palsberg},
  332. publisher = {Cambridge University Press},
  333. title = {Modern Compiler Implementation in Java},
  334. year = {2003},
  335. isbn = {052182060X},
  336. }
  337. @book{Balakrishnan:1996ve,
  338. author = {Balakrishnan, V. K.},
  339. publisher = {Dover Publications, Incorporated},
  340. title = {Introductory Discrete Mathematics},
  341. year = {1996},
  342. isbn = {0486691152},
  343. }
  344. @book{Rosen:2002bh,
  345. author = {Rosen, Kenneth H.},
  346. publisher = {McGraw-Hill Higher Education},
  347. title = {Discrete Mathematics and Its Applications},
  348. year = {2002},
  349. isbn = {0072474777},
  350. }
  351. @article{Brelaz:1979eu,
  352. address = {New York, NY, USA},
  353. author = {Br\'{e}laz, Daniel},
  354. journal = {Commun. ACM},
  355. number = {4},
  356. pages = {251--256},
  357. publisher = {ACM},
  358. title = {New methods to color the vertices of a graph},
  359. volume = {22},
  360. year = {1979},
  361. issn = {0001-0782},
  362. }
  363. @phdthesis{Gebremedhin:1999fk,
  364. author = {Assefaw Hadish Gebremedhin},
  365. school = {University of Bergen},
  366. title = {Parallel Graph Coloring},
  367. year = {1999},
  368. }
  369. @article{Omari:2006uq,
  370. author = {Hussein Al-Omari and Khair Eddin Sabri},
  371. journal = {Journal of Mathematics and Statistics},
  372. number = {4},
  373. title = {New Graph Coloring Algorithms},
  374. volume = {2},
  375. year = {2006},
  376. }
  377. @article{Horwitz:1966aa,
  378. address = {New York, NY, USA},
  379. author = {Horwitz, L. P. and Karp, R. M. and Miller, R. E. and
  380. Winograd, S.},
  381. journal = {J. ACM},
  382. month = jan,
  383. number = {1},
  384. pages = {43--61},
  385. publisher = {Association for Computing Machinery},
  386. title = {Index Register Allocation},
  387. volume = {13},
  388. year = {1966},
  389. doi = {10.1145/321312.321317},
  390. issn = {0004-5411},
  391. url = {https://doi.org/10.1145/321312.321317},
  392. }
  393. @inbook{Backus:1978aa,
  394. address = {New York, NY, USA},
  395. author = {Backus, John},
  396. booktitle = {History of Programming Languages},
  397. pages = {25--74},
  398. publisher = {Association for Computing Machinery},
  399. title = {The History of Fortran I, II, and III},
  400. year = {1978},
  401. isbn = {0127450408},
  402. url = {https://doi.org/10.1145/800025.1198345},
  403. }
  404. @article{Chaitin:1981vl,
  405. author = {Gregory J. Chaitin and Marc A. Auslander and
  406. Ashok K. Chandra and John Cocke and Martin E. Hopkins and
  407. Peter W. Markstein},
  408. journal = {Computer Languages},
  409. pages = {47-57},
  410. title = {Register allocation via coloring},
  411. volume = {6},
  412. year = {1981},
  413. }
  414. @article{Kempe:1879aa,
  415. author = {A. B. Kempe},
  416. journal = {American Journal of Mathematics},
  417. number = {3},
  418. pages = {193--200},
  419. publisher = {Johns Hopkins University Press},
  420. title = {On the Geographical Problem of the Four Colours},
  421. volume = {2},
  422. year = {1879},
  423. issn = {00029327, 10806377},
  424. url = {http://www.jstor.org/stable/2369235},
  425. }
  426. @inproceedings{Chaitin:1982vn,
  427. author = {G. J. Chaitin},
  428. booktitle = {SIGPLAN '82: Proceedings of the 1982 {SIGPLAN}
  429. Symposium on Compiler Construction},
  430. pages = {98--105},
  431. publisher = {ACM Press},
  432. title = {Register allocation \& spilling via graph coloring},
  433. year = {1982},
  434. isbn = {0-89791-074-5},
  435. }
  436. @article{Briggs:1994kx,
  437. author = {Preston Briggs and Keith D. Cooper and Linda Torczon},
  438. journal = {ACM Trans. Program. Lang. Syst.},
  439. number = {3},
  440. pages = {428--455},
  441. publisher = {ACM Press},
  442. title = {Improvements to graph coloring register allocation},
  443. volume = {16},
  444. year = {1994},
  445. issn = {0164-0925},
  446. }
  447. @article{George:1996aa,
  448. address = {New York, NY, USA},
  449. author = {George, Lal and Appel, Andrew W.},
  450. journal = {ACM Trans. Program. Lang. Syst.},
  451. month = may,
  452. number = {3},
  453. pages = {300--324},
  454. publisher = {Association for Computing Machinery},
  455. title = {Iterated Register Coalescing},
  456. volume = {18},
  457. year = {1996},
  458. doi = {10.1145/229542.229546},
  459. issn = {0164-0925},
  460. url = {https://doi.org/10.1145/229542.229546},
  461. }
  462. @incollection{Matula:1972aa,
  463. author = {David W. Matula and George Marble and
  464. Joel D. Isaacson},
  465. booktitle = {Graph Theory and Computing},
  466. editor = {RONALD C. READ},
  467. pages = {109 - 122},
  468. publisher = {Academic Press},
  469. title = {GRAPH COLORING ALGORITHMS††This research was
  470. supported in part by the Advanced Research Projects
  471. Agency of the Department of Defense under contract
  472. SD-302 and by the National Science Foundation under
  473. contract GJ-446.},
  474. year = {1972},
  475. doi = {https://doi.org/10.1016/B978-1-4832-3187-7.50015-5},
  476. isbn = {978-1-4832-3187-7},
  477. url = {http://www.sciencedirect.com/science/article/pii/
  478. B9781483231877500155},
  479. }
  480. @inproceedings{Chow:1984ys,
  481. author = {Frederick Chow and John Hennessy},
  482. booktitle = {SIGPLAN '84: Proceedings of the 1984 SIGPLAN
  483. symposium on Compiler construction},
  484. pages = {222--232},
  485. publisher = {ACM Press},
  486. title = {Register allocation by priority-based coloring},
  487. year = {1984},
  488. isbn = {0-89791-139-3},
  489. }
  490. @inproceedings{Cooper:1998ly,
  491. author = {Keith D. Cooper and L. Taylor Simpson},
  492. booktitle = {Compiler Construction},
  493. title = {Live range splitting in a graph coloring register
  494. allocator},
  495. year = {1998},
  496. }
  497. @inproceedings{Palsberg:2007si,
  498. address = {Darlinghurst, Australia, Australia},
  499. author = {Palsberg, Jens},
  500. booktitle = {CATS '07: Proceedings of the thirteenth Australasian
  501. symposium on Theory of computing},
  502. pages = {3--3},
  503. publisher = {Australian Computer Society, Inc.},
  504. title = {Register allocation via coloring of chordal graphs},
  505. year = {2007},
  506. isbn = {1-920-68246-5},
  507. }
  508. @article{Poletto:1999uq,
  509. author = {Massimiliano Poletto and Vivek Sarkar},
  510. journal = {ACM Trans. Program. Lang. Syst.},
  511. number = {5},
  512. pages = {895--913},
  513. publisher = {ACM Press},
  514. title = {Linear scan register allocation},
  515. volume = {21},
  516. year = {1999},
  517. issn = {0164-0925},
  518. }
  519. @inproceedings{Allen:1970uq,
  520. author = {Frances E. Allen},
  521. booktitle = {Proceedings of a symposium on Compiler optimization},
  522. pages = {1--19},
  523. title = {Control flow analysis},
  524. year = {1970},
  525. }
  526. @techreport{Friedman:1976aa,
  527. author = {Daniel P. Friedman and David S. Wise},
  528. institution = {Indiana University},
  529. number = {TR44},
  530. title = {Cons should not evaluate its arguments},
  531. year = {1976},
  532. }
  533. @book{Pierce:2002hj,
  534. author = {Benjamin C. Pierce},
  535. publisher = {MIT Press},
  536. title = {Types and {P}rogramming {L}anguages},
  537. year = {2002},
  538. }
  539. @article{Lieberman:1983aa,
  540. address = {New York, NY, USA},
  541. author = {Lieberman, Henry and Hewitt, Carl},
  542. journal = {Commun. ACM},
  543. month = jun,
  544. number = {6},
  545. pages = {419--429},
  546. publisher = {ACM},
  547. title = {A Real-time Garbage Collector Based on the Lifetimes
  548. of Objects},
  549. volume = {26},
  550. year = {1983},
  551. doi = {10.1145/358141.358147},
  552. issn = {0001-0782},
  553. url = {http://doi.acm.org/10.1145/358141.358147},
  554. }
  555. @inproceedings{Ungar:1984aa,
  556. address = {New York, NY, USA},
  557. author = {Ungar, David},
  558. booktitle = {Proceedings of the First ACM SIGSOFT/SIGPLAN Software
  559. Engineering Symposium on Practical Software
  560. Development Environments},
  561. pages = {157--167},
  562. publisher = {ACM},
  563. series = {SDE 1},
  564. title = {Generation Scavenging: A Non-disruptive High
  565. Performance Storage Reclamation Algorithm},
  566. year = {1984},
  567. doi = {10.1145/800020.808261},
  568. isbn = {0-89791-131-8},
  569. url = {http://doi.acm.org/10.1145/800020.808261},
  570. }
  571. @book{Jones:1996aa,
  572. address = {New York, NY, USA},
  573. author = {Jones, Richard and Lins, Rafael},
  574. publisher = {John Wiley \& Sons, Inc.},
  575. title = {Garbage Collection: Algorithms for Automatic Dynamic
  576. Memory Management},
  577. year = {1996},
  578. isbn = {0-471-94148-4},
  579. }
  580. @inproceedings{Detlefs:2004aa,
  581. address = {New York, NY, USA},
  582. author = {Detlefs, David and Flood, Christine and Heller, Steve and
  583. Printezis, Tony},
  584. booktitle = {Proceedings of the 4th International Symposium on
  585. Memory Management},
  586. pages = {37--48},
  587. publisher = {ACM},
  588. series = {ISMM '04},
  589. title = {Garbage-first Garbage Collection},
  590. year = {2004},
  591. doi = {10.1145/1029873.1029879},
  592. isbn = {1-58113-945-4},
  593. url = {http://doi.acm.org/10.1145/1029873.1029879},
  594. }
  595. @inproceedings{Tene:2011kx,
  596. address = {New York, NY, USA},
  597. author = {Tene, Gil and Iyengar, Balaji and Wolf, Michael},
  598. booktitle = {Proceedings of the international symposium on Memory
  599. management},
  600. pages = {79--88},
  601. publisher = {ACM},
  602. series = {ISMM '11},
  603. title = {C4: the continuously concurrent compacting collector},
  604. year = {2011},
  605. doi = {http://doi.acm.org/10.1145/1993478.1993491},
  606. }
  607. @incollection{Wilson:1992fk,
  608. author = {Wilson, Paul},
  609. booktitle = {Memory Management},
  610. editor = {Bekkers, Yves and Cohen, Jacques},
  611. note = {10.1007/BFb0017182},
  612. pages = {1-42},
  613. publisher = {Springer Berlin / Heidelberg},
  614. series = {Lecture Notes in Computer Science},
  615. title = {Uniprocessor garbage collection techniques},
  616. volume = {637},
  617. year = {1992},
  618. url = {http://dx.doi.org/10.1007/BFb0017182},
  619. }
  620. @article{Cheney:1970aa,
  621. author = {C. J. Cheney},
  622. journal = {Communications of the {ACM}},
  623. number = {11},
  624. title = {A Nonrecursive List Compacting Algoirthm},
  625. volume = {13},
  626. year = {1970},
  627. }
  628. @article{McCarthy:1960dz,
  629. address = {New York, NY, USA},
  630. author = {McCarthy, John},
  631. journal = {Commun. ACM},
  632. number = {4},
  633. pages = {184--195},
  634. publisher = {ACM},
  635. title = {Recursive functions of symbolic expressions and their
  636. computation by machine, Part I},
  637. volume = {3},
  638. year = {1960},
  639. issn = {0001-0782},
  640. }
  641. @article{Collins:1960aa,
  642. address = {New York, NY, USA},
  643. author = {Collins, George E.},
  644. journal = {Commun. ACM},
  645. month = dec,
  646. number = {12},
  647. pages = {655--657},
  648. publisher = {Association for Computing Machinery},
  649. title = {A Method for Overlapping and Erasure of Lists},
  650. volume = {3},
  651. year = {1960},
  652. doi = {10.1145/367487.367501},
  653. issn = {0001-0782},
  654. url = {https://doi.org/10.1145/367487.367501},
  655. }
  656. @inproceedings{Blackburn:2004aa,
  657. address = {New York, NY, USA},
  658. author = {Blackburn, Stephen M. and Cheng, Perry and
  659. McKinley, Kathryn S.},
  660. booktitle = {Proceedings of the Joint International Conference on
  661. Measurement and Modeling of Computer Systems},
  662. pages = {25--36},
  663. publisher = {ACM},
  664. series = {SIGMETRICS '04/Performance '04},
  665. title = {Myths and Realities: The Performance Impact of
  666. Garbage Collection},
  667. year = {2004},
  668. doi = {10.1145/1005686.1005693},
  669. isbn = {1-58113-873-3},
  670. url = {http://doi.acm.org/10.1145/1005686.1005693},
  671. }
  672. @book{Jones:2011aa,
  673. author = {Jones, Richard and Hosking, Antony and Moss, Eliot},
  674. edition = {1st},
  675. publisher = {Chapman \& Hall/CRC},
  676. title = {The Garbage Collection Handbook: The Art of Automatic
  677. Memory Management},
  678. year = {2011},
  679. isbn = {1420082795, 9781420082791},
  680. }
  681. @inproceedings{Shahriyar:2013aa,
  682. author = {Shahriyar, Rifat and Blackburn, Stephen M. and
  683. Yang, Xi and McKinley, Kathryn M.},
  684. booktitle = {OOPSLA '13: Proceeding of the 24th ACM SIGPLAN
  685. conference on Object oriented programming systems
  686. languages and applications},
  687. month = {oct},
  688. title = {Taking Off the Gloves with Reference Counting Immix},
  689. year = {2013},
  690. doi = {http://dx.doi.org/10.1145/2509136.2509527},
  691. }
  692. @inproceedings{Cutler:2015aa,
  693. address = {New York, NY, USA},
  694. author = {Cutler, Cody and Morris, Robert},
  695. booktitle = {Proceedings of the 2015 International Symposium on
  696. Memory Management},
  697. pages = {131--142},
  698. publisher = {ACM},
  699. series = {ISMM '15},
  700. title = {Reducing Pause Times with Clustered Collection},
  701. year = {2015},
  702. doi = {10.1145/2754169.2754184},
  703. isbn = {978-1-4503-3589-8},
  704. url = {http://doi.acm.org/10.1145/2754169.2754184},
  705. }
  706. @inproceedings{Shidal:2015aa,
  707. address = {New York, NY, USA},
  708. author = {Shidal, Jonathan and Spilo, Ari J. and
  709. Scheid, Paul T. and Cytron, Ron K. and
  710. Kavi, Krishna M.},
  711. booktitle = {Proceedings of the 2015 International Symposium on
  712. Memory Management},
  713. pages = {118--130},
  714. publisher = {ACM},
  715. series = {ISMM '15},
  716. title = {Recycling Trash in Cache},
  717. year = {2015},
  718. doi = {10.1145/2754169.2754183},
  719. isbn = {978-1-4503-3589-8},
  720. url = {http://doi.acm.org/10.1145/2754169.2754183},
  721. }
  722. @inproceedings{Osterlund:2016aa,
  723. address = {New York, NY, USA},
  724. author = {\"{O}sterlund, Erik and L\"{o}we, Welf},
  725. booktitle = {Proceedings of the 2016 ACM SIGPLAN International
  726. Symposium on Memory Management},
  727. pages = {1--12},
  728. publisher = {Association for Computing Machinery},
  729. series = {ISMM 2016},
  730. title = {Block-Free Concurrent GC: Stack Scanning and Copying},
  731. year = {2016},
  732. doi = {10.1145/2926697.2926701},
  733. isbn = {9781450343176},
  734. url = {https://doi.org/10.1145/2926697.2926701},
  735. }
  736. @inproceedings{Jacek:2019aa,
  737. address = {New York, NY, USA},
  738. author = {Jacek, Nicholas and Moss, J. Eliot B.},
  739. booktitle = {Proceedings of the 2019 ACM SIGPLAN International
  740. Symposium on Memory Management},
  741. pages = {53--63},
  742. publisher = {Association for Computing Machinery},
  743. series = {ISMM 2019},
  744. title = {Learning When to Garbage Collect with Random Forests},
  745. year = {2019},
  746. doi = {10.1145/3315573.3329983},
  747. isbn = {9781450367226},
  748. url = {https://doi.org/10.1145/3315573.3329983},
  749. }
  750. @inproceedings{Gamari:2020aa,
  751. address = {New York, NY, USA},
  752. author = {Gamari, Ben and Dietz, Laura},
  753. booktitle = {Proceedings of the 2020 ACM SIGPLAN International
  754. Symposium on Memory Management},
  755. pages = {87--99},
  756. publisher = {Association for Computing Machinery},
  757. series = {ISMM 2020},
  758. title = {Alligator Collector: A Latency-Optimized Garbage
  759. Collector for Functional Programming Languages},
  760. year = {2020},
  761. doi = {10.1145/3381898.3397214},
  762. isbn = {9781450375665},
  763. url = {https://doi.org/10.1145/3381898.3397214},
  764. }
  765. @inproceedings{Moore:1959aa,
  766. author = {E.F. Moore},
  767. booktitle = {Proceedings of an International Symposium on the
  768. Theory of Switching},
  769. month = {April},
  770. title = {The shortest path through a maze},
  771. year = {1959},
  772. }
  773. @book{Cormen:2001uq,
  774. author = {Thomas H. Cormen and Clifford Stein and
  775. Ronald L. Rivest and Charles E. Leiserson},
  776. publisher = {McGraw-Hill Higher Education},
  777. title = {Introduction to Algorithms},
  778. year = {2001},
  779. isbn = {0070131511},
  780. }
  781. @techreport{Steele:1977ab,
  782. author = {Steele, Jr., Guy L.},
  783. institution = {MIT Artificial Intelligence Lab},
  784. month = {September},
  785. number = {420},
  786. type = {AI Memo},
  787. title = {Data Representations in PDP-10 Maclisp},
  788. year = {1977},
  789. }
  790. @article{Appel:1989aa,
  791. author = {Appel, Andrew W.},
  792. journal = {LISP and Symbolic Computation},
  793. number = {2},
  794. pages = {153-162},
  795. publisher = {Kluwer Academic Publishers},
  796. title = {Runtime tags aren't necessary},
  797. volume = {2},
  798. year = {1989},
  799. doi = {10.1007/BF01811537},
  800. issn = {0892-4635},
  801. language = {English},
  802. url = {http://dx.doi.org/10.1007/BF01811537},
  803. }
  804. @inproceedings{Goldberg:1991aa,
  805. address = {New York, NY, USA},
  806. author = {Goldberg, Benjamin},
  807. booktitle = {Proceedings of the ACM SIGPLAN 1991 Conference on
  808. Programming Language Design and Implementation},
  809. pages = {165--176},
  810. publisher = {ACM},
  811. series = {PLDI '91},
  812. title = {Tag-free Garbage Collection for Strongly Typed
  813. Programming Languages},
  814. year = {1991},
  815. doi = {10.1145/113445.113460},
  816. isbn = {0-89791-428-7},
  817. url = {http://doi.acm.org/10.1145/113445.113460},
  818. }
  819. @inproceedings{Diwan:1992aa,
  820. address = {New York, NY, USA},
  821. author = {Diwan, Amer and Moss, Eliot and Hudson, Richard},
  822. booktitle = {Proceedings of the ACM SIGPLAN 1992 Conference on
  823. Programming Language Design and Implementation},
  824. pages = {273--282},
  825. publisher = {ACM},
  826. series = {PLDI '92},
  827. title = {Compiler Support for Garbage Collection in a
  828. Statically Typed Language},
  829. year = {1992},
  830. doi = {10.1145/143095.143140},
  831. isbn = {0-89791-475-9},
  832. url = {http://doi.acm.org/10.1145/143095.143140},
  833. }
  834. @inbook{Siebert:2001aa,
  835. address = {Berlin, Heidelberg},
  836. author = {Siebert, Fridtjof},
  837. chapter = {Constant-Time Root Scanning for Deterministic Garbage
  838. Collection},
  839. editor = {Wilhelm, Reinhard},
  840. pages = {304--318},
  841. publisher = {Springer Berlin Heidelberg},
  842. title = {Compiler Construction: 10th International Conference,
  843. CC 2001 Held as Part of the Joint European
  844. Conferences on Theory and Practice of Software, ETAPS
  845. 2001 Genova, Italy, April 2--6, 2001 Proceedings},
  846. year = {2001},
  847. doi = {10.1007/3-540-45306-7_21},
  848. isbn = {978-3-540-45306-2},
  849. url = {http://dx.doi.org/10.1007/3-540-45306-7_21},
  850. }
  851. @inproceedings{Henderson:2002aa,
  852. address = {New York, NY, USA},
  853. author = {Henderson, Fergus},
  854. booktitle = {Proceedings of the 3rd International Symposium on
  855. Memory Management},
  856. pages = {150--156},
  857. publisher = {ACM},
  858. series = {ISMM '02},
  859. title = {Accurate Garbage Collection in an Uncooperative
  860. Environment},
  861. year = {2002},
  862. doi = {10.1145/512429.512449},
  863. isbn = {1-58113-539-4},
  864. url = {http://doi.acm.org/10.1145/512429.512449},
  865. }
  866. @article{Baker:2009aa,
  867. address = {Chichester, UK},
  868. author = {Baker, J. and Cunei, A. and Kalibera, T. and
  869. Pizlo, F. and Vitek, J.},
  870. journal = {Concurr. Comput. : Pract. Exper.},
  871. month = aug,
  872. number = {12},
  873. pages = {1572--1606},
  874. publisher = {John Wiley and Sons Ltd.},
  875. title = {Accurate Garbage Collection in Uncooperative
  876. Environments Revisited},
  877. volume = {21},
  878. year = {2009},
  879. doi = {10.1002/cpe.v21:12},
  880. issn = {1532-0626},
  881. url = {http://dx.doi.org/10.1002/cpe.v21:12},
  882. }
  883. @techreport{Dijkstra:1982aa,
  884. author = {E. W. Dijkstra},
  885. institution = {University of Texas at Austin},
  886. number = {EWD831},
  887. title = {Why numbering should start at zero},
  888. year = {1982},
  889. }
  890. @article{Kelsey:1998di,
  891. author = {R. Kelsey and W. Clinger and J. Rees (eds.)},
  892. journal = {Higher-Order and Symbolic Computation},
  893. month = {August},
  894. number = {1},
  895. title = {Revised$^5$ Report on the Algorithmic Language
  896. Scheme},
  897. volume = {11},
  898. year = {1998},
  899. }
  900. @techreport{Cardelli:1983aa,
  901. author = {Luca Cardelli},
  902. institution = {AT\&T Bell Laboratories},
  903. number = {TR-107},
  904. title = {The Functional Abstract Machine},
  905. year = {1983},
  906. }
  907. @inproceedings{Minamide:1996ys,
  908. address = {New York, NY, USA},
  909. author = {Minamide, Yasuhiko and Morrisett, Greg and
  910. Harper, Robert},
  911. booktitle = {Proceedings of the 23rd ACM SIGPLAN-SIGACT symposium
  912. on Principles of programming languages},
  913. pages = {271--283},
  914. publisher = {ACM},
  915. series = {POPL '96},
  916. title = {Typed closure conversion},
  917. year = {1996},
  918. doi = {http://doi.acm.org/10.1145/237721.237791},
  919. isbn = {0-89791-769-3},
  920. url = {http://doi.acm.org/10.1145/237721.237791},
  921. }
  922. @inproceedings{Shivers:1988aa,
  923. address = {New York, NY, USA},
  924. author = {Shivers, O.},
  925. booktitle = {Proceedings of the ACM SIGPLAN 1988 Conference on
  926. Programming Language Design and Implementation},
  927. pages = {164--174},
  928. publisher = {ACM},
  929. series = {PLDI '88},
  930. title = {Control Flow Analysis in {Scheme}},
  931. year = {1988},
  932. }
  933. @inproceedings{Gilray:2016aa,
  934. address = {New York, NY, USA},
  935. author = {Gilray, Thomas and Lyde, Steven and Adams, Michael D. and
  936. Might, Matthew and Van Horn, David},
  937. booktitle = {Proceedings of the 43rd Annual ACM SIGPLAN-SIGACT
  938. Symposium on Principles of Programming Languages},
  939. pages = {691--704},
  940. publisher = {Association for Computing Machinery},
  941. series = {POPL '16},
  942. title = {Pushdown Control-Flow Analysis for Free},
  943. year = {2016},
  944. doi = {10.1145/2837614.2837631},
  945. isbn = {9781450335492},
  946. url = {https://doi.org/10.1145/2837614.2837631},
  947. }
  948. @inproceedings{Keep:2012ab,
  949. author = {Keep, Andrew W. and Hearn, Alex and Dybvig, R. Kent},
  950. booktitle = {Proceedings of the 2012 Workshop on Scheme and
  951. Functional Programming},
  952. series = {Scheme '12},
  953. title = {Optimizing Closures in {O}(0)-time},
  954. year = {2012},
  955. }
  956. @article{Church:1932aa,
  957. author = {Church, Alonzo},
  958. journal = {Annals of Mathematics},
  959. number = {2},
  960. pages = {pp. 346-366},
  961. publisher = {Annals of Mathematics},
  962. series = {Second Series},
  963. title = {A Set of Postulates for the Foundation of Logic},
  964. volume = {33},
  965. year = {1932},
  966. issn = {0003486X},
  967. language = {English},
  968. url = {http://www.jstor.org/stable/1968337},
  969. }
  970. @techreport{Guy-L.-Steele:1978yq,
  971. address = {Cambridge, MA, USA},
  972. author = {Guy L. Steele},
  973. publisher = {Massachusetts Institute of Technology},
  974. title = {Rabbit: A Compiler for {Scheme}},
  975. year = {1978},
  976. }
  977. @inproceedings{Cardelli:1984aa,
  978. author = {Cardelli, Luca},
  979. booktitle = {ACM Symposium on LISP and Functional Programming},
  980. pages = {208--217},
  981. publisher = {ACM},
  982. series = {LFP '84},
  983. title = {Compiling a Functional Language},
  984. year = {1984},
  985. }
  986. @inproceedings{Gordon:1978aa,
  987. address = {New York, NY, USA},
  988. author = {Gordon, M. and Milner, R. and Morris, L. and
  989. Newey, M. and Wadsworth, C.},
  990. booktitle = {Proceedings of the 5th ACM SIGACT-SIGPLAN Symposium
  991. on Principles of Programming Languages},
  992. pages = {119--130},
  993. publisher = {Association for Computing Machinery},
  994. series = {POPL '78},
  995. title = {A Metalanguage for Interactive Proof in LCF},
  996. year = {1978},
  997. doi = {10.1145/512760.512773},
  998. isbn = {9781450373487},
  999. url = {https://doi.org/10.1145/512760.512773},
  1000. }
  1001. @book{Milner:1990fk,
  1002. author = {Robin Milner and Mads Tofte and Robert Harper},
  1003. publisher = {MIT Press},
  1004. title = {The definition of Standard ML},
  1005. year = {1990},
  1006. isbn = {0-262-63132-6},
  1007. }
  1008. @phdthesis{Dybvig:1987ab,
  1009. author = {R. Kent Dybvig},
  1010. school = {University of North Carolina at Chapel Hill},
  1011. title = {Three Implementation Models for Scheme},
  1012. year = {1987},
  1013. }
  1014. @article{Cardelli:1985kx,
  1015. address = {New York, NY, USA},
  1016. author = {Luca Cardelli and Peter Wegner},
  1017. journal = {ACM Comput. Surv.},
  1018. number = {4},
  1019. pages = {471--523},
  1020. publisher = {ACM Press},
  1021. title = {On understanding types, data abstraction, and
  1022. polymorphism},
  1023. volume = {17},
  1024. year = {1985},
  1025. issn = {0360-0300},
  1026. }
  1027. @inproceedings{Kildall:1973vn,
  1028. author = {Gary A. Kildall},
  1029. booktitle = {POPL '73: Proceedings of the 1st annual ACM
  1030. SIGACT-SIGPLAN symposium on Principles of programming
  1031. languages},
  1032. pages = {194--206},
  1033. publisher = {ACM Press},
  1034. title = {A unified approach to global program optimization},
  1035. year = {1973},
  1036. }
  1037. @misc{Kleene:1952aa,
  1038. author = {Kleene, S.},
  1039. publisher = {Van Nostrand, New York},
  1040. title = {{Introduction to Metamathematics}},
  1041. year = {1952},
  1042. timestamp = {2008-12-30T12:24:45.000+0100},
  1043. }
  1044. @inproceedings{Tobin-Hochstadt:2006fk,
  1045. author = {Sam Tobin-Hochstadt and Matthias Felleisen},
  1046. booktitle = {Dynamic Languages Symposium},
  1047. title = {Interlanguage Migration: From Scripts to Programs},
  1048. year = {2006},
  1049. }
  1050. @inproceedings{Matthews:2007zr,
  1051. author = {Jacob Matthews and Robert Bruce Findler},
  1052. booktitle = {The 34th ACM SIGPLAN-SIGACT Symposium on Principles
  1053. of Programming Languages},
  1054. month = {January},
  1055. title = {Operational Semantics for Multi-Language Programs},
  1056. year = {2007},
  1057. }
  1058. @inproceedings{Flanagan:2006mn,
  1059. address = {Charleston, South Carolina},
  1060. author = {Cormac Flanagan},
  1061. booktitle = {{POPL} 2006: The 33rd {ACM SIGPLAN-SIGACT} Symposium
  1062. on Principles of Programming Languages},
  1063. month = {January},
  1064. pages = {245-256},
  1065. title = {Hybrid Type Checking},
  1066. year = {2006},
  1067. }
  1068. @inproceedings{Gronski:2006uq,
  1069. author = {Jessica Gronski and Kenneth Knowles and Aaron Tomb and
  1070. Stephen N. Freund and Cormac Flanagan},
  1071. booktitle = {Scheme and Functional Programming Workshop},
  1072. pages = {93--104},
  1073. title = {Sage: Hybrid Checking for Flexible Specifications},
  1074. year = {2006},
  1075. }
  1076. @inproceedings{Anderson:2002kd,
  1077. author = {Christopher Anderson and Sophia Drossopoulou},
  1078. booktitle = {WOOD '03},
  1079. number = {8},
  1080. publisher = {Elsevier},
  1081. series = {},
  1082. title = {{BabyJ} - From Object Based to Class Based
  1083. Programming via Types},
  1084. volume = {82},
  1085. year = {2003},
  1086. }
  1087. @inproceedings{Siek:2006bh,
  1088. author = {Jeremy G. Siek and Walid Taha},
  1089. booktitle = {Scheme and Functional Programming Workshop},
  1090. month = {September},
  1091. pages = {81-92},
  1092. title = {Gradual typing for functional languages},
  1093. year = {2006},
  1094. }
  1095. @inproceedings{Wadler:2009qv,
  1096. author = {Philip Wadler and Robert Bruce Findler},
  1097. booktitle = {European {S}ymposium on {P}rogramming},
  1098. month = {March},
  1099. pages = {1--16},
  1100. series = {ESOP},
  1101. title = {Well-typed programs can't be blamed},
  1102. year = {2009},
  1103. }
  1104. @inproceedings{Herman:2006uq,
  1105. author = {David Herman and Aaron Tomb and Cormac Flanagan},
  1106. booktitle = {Trends in Functional Prog. (TFP)},
  1107. month = {April},
  1108. pages = {XXVIII},
  1109. title = {Space-Efficient Gradual Typing},
  1110. year = {2007},
  1111. }
  1112. @article{Herman:2010aa,
  1113. author = {Herman, David and Tomb, Aaron and Flanagan, Cormac},
  1114. journal = {Higher-Order and Symbolic Computation},
  1115. number = {2},
  1116. pages = {167-189},
  1117. publisher = {Springer US},
  1118. title = {Space-efficient gradual typing},
  1119. volume = {23},
  1120. year = {2010},
  1121. language = {English},
  1122. }
  1123. @article{Henglein:1994nz,
  1124. author = {Fritz Henglein},
  1125. journal = {Science of Computer Programming},
  1126. month = {June},
  1127. number = {3},
  1128. pages = {197-230},
  1129. title = {Dynamic typing: syntax and proof theory},
  1130. volume = {22},
  1131. year = {1994},
  1132. }
  1133. @inproceedings{Siek:2015ab,
  1134. author = {Jeremy G. Siek and Peter Thiemann and Philip Wadler},
  1135. booktitle = {Conference on Programming Language Design and
  1136. Implementation},
  1137. month = {June},
  1138. series = {PLDI},
  1139. title = {Blame and coercion: Together again for the first
  1140. time},
  1141. year = {2015},
  1142. }
  1143. @inproceedings{Kuhlenschmidt:2019aa,
  1144. author = {Andre Kuhlenschmidt and Deyaaeldeen Almahallawi and
  1145. Jeremy G. Siek},
  1146. booktitle = {Conference on Programming Language Design and
  1147. Implementation},
  1148. month = {June},
  1149. publisher = {ACM},
  1150. series = {PLDI},
  1151. title = {Toward Efficient Gradual Typing for Structural Types
  1152. via Coercions},
  1153. year = {2019},
  1154. }
  1155. @inproceedings{stroustrup88:_param_types,
  1156. author = {Bjarne Stroustrup},
  1157. booktitle = {USENIX {C++} Conference},
  1158. month = {October},
  1159. title = {Parameterized Types for {C++}},
  1160. year = {1988},
  1161. }
  1162. @inproceedings{Blelloch:1993aa,
  1163. address = {New York, NY, USA},
  1164. author = {Blelloch, Guy E. and Hardwick, Jonathan C. and
  1165. Chatterjee, Siddhartha and Sipelstein, Jay and
  1166. Zagha, Marco},
  1167. booktitle = {Proceedings of the Fourth ACM SIGPLAN Symposium on
  1168. Principles and Practice of Parallel Programming},
  1169. pages = {102--111},
  1170. publisher = {Association for Computing Machinery},
  1171. series = {PPOPP '93},
  1172. title = {Implementation of a Portable Nested Data-Parallel
  1173. Language},
  1174. year = {1993},
  1175. doi = {10.1145/155332.155343},
  1176. isbn = {0897915895},
  1177. url = {https://doi.org/10.1145/155332.155343},
  1178. }
  1179. @inproceedings{Weeks:2006aa,
  1180. address = {New York, NY, USA},
  1181. author = {Weeks, Stephen},
  1182. booktitle = {Proceedings of the 2006 Workshop on ML},
  1183. pages = {1},
  1184. publisher = {Association for Computing Machinery},
  1185. series = {ML '06},
  1186. title = {Whole-Program Compilation in MLton},
  1187. year = {2006},
  1188. doi = {10.1145/1159876.1159877},
  1189. isbn = {1595934839},
  1190. url = {https://doi.org/10.1145/1159876.1159877},
  1191. }
  1192. @techreport{liskov79:_clu_ref,
  1193. author = {Barbara Liskov and Russ Atkinson and Toby Bloom and
  1194. Eliot Moss and Craig Schaffert and Bob Scheifler and
  1195. Alan Snyder},
  1196. institution = {MIT},
  1197. month = {October},
  1198. number = {LCS-TR-225},
  1199. publisher = {Massachusetts Institute of Technology},
  1200. title = {{CLU} Reference Manual},
  1201. year = {1979},
  1202. }
  1203. @inproceedings{Liskov:1993dk,
  1204. address = {New York, NY, USA},
  1205. author = {Liskov, Barbara},
  1206. booktitle = {HOPL-II: The second ACM SIGPLAN conference on History
  1207. of programming languages},
  1208. pages = {133--147},
  1209. publisher = {ACM},
  1210. title = {A history of CLU},
  1211. year = {1993},
  1212. isbn = {0-89791-570-4},
  1213. }
  1214. @inbook{Appel:1987aa,
  1215. address = {Berlin, Heidelberg},
  1216. author = {Appel, Andrew W. and MacQueen, David B.},
  1217. booktitle = {Functional Programming Languages and Computer
  1218. Architecture: Portland, Oregon, USA, September
  1219. 14--16, 1987 Proceedings},
  1220. editor = {Kahn, Gilles},
  1221. pages = {301--324},
  1222. publisher = {Springer Berlin Heidelberg},
  1223. title = {A standard ML compiler},
  1224. year = {1987},
  1225. doi = {10.1007/3-540-18317-5_17},
  1226. isbn = {978-3-540-47879-9},
  1227. url = {http://dx.doi.org/10.1007/3-540-18317-5_17},
  1228. }
  1229. @inproceedings{Bracha:1998fk,
  1230. address = {New York, NY, USA},
  1231. author = {Bracha, Gilad and Odersky, Martin and
  1232. Stoutamire, David and Wadler, Philip},
  1233. booktitle = {Proceedings of the 13th ACM SIGPLAN conference on
  1234. Object-oriented programming, systems, languages, and
  1235. applications},
  1236. pages = {183--200},
  1237. publisher = {ACM},
  1238. series = {OOPSLA '98},
  1239. title = {Making the future safe for the past: adding
  1240. genericity to the Java programming language},
  1241. year = {1998},
  1242. doi = {http://doi.acm.org/10.1145/286936.286957},
  1243. isbn = {1-58113-005-8},
  1244. url = {http://doi.acm.org/10.1145/286936.286957},
  1245. }
  1246. @inproceedings{Leroy:1992qb,
  1247. address = {New York, NY, USA},
  1248. author = {Xavier Leroy},
  1249. booktitle = {POPL '92: Proceedings of the 19th ACM SIGPLAN-SIGACT
  1250. symposium on Principles of programming languages},
  1251. pages = {177--188},
  1252. publisher = {ACM Press},
  1253. title = {Unboxed objects and polymorphic typing},
  1254. year = {1992},
  1255. isbn = {0-89791-453-8},
  1256. }
  1257. @article{Morrison:1991aa,
  1258. address = {New York, NY, USA},
  1259. author = {Morrison, R. and Dearle, A. and Connor, R. C. H. and
  1260. Brown, A. L.},
  1261. journal = {ACM Trans. Program. Lang. Syst.},
  1262. month = jul,
  1263. number = {3},
  1264. pages = {342--371},
  1265. publisher = {ACM},
  1266. title = {An Ad Hoc Approach to the Implementation of
  1267. Polymorphism},
  1268. volume = {13},
  1269. year = {1991},
  1270. doi = {10.1145/117009.117017},
  1271. issn = {0164-0925},
  1272. url = {http://doi.acm.org/10.1145/117009.117017},
  1273. }
  1274. @inproceedings{Harper:1995um,
  1275. author = {Robert Harper and Greg Morrisett},
  1276. booktitle = {POPL '95: Proceedings of the 22nd ACM SIGPLAN-SIGACT
  1277. Symposium on Principles of Programming Languages},
  1278. pages = {130--141},
  1279. publisher = {ACM Press},
  1280. title = {Compiling polymorphism using intensional type
  1281. analysis},
  1282. year = {1995},
  1283. isbn = {0-89791-692-1},
  1284. }