This commit is contained in:
Vincent St-Amour 2012-09-13 11:02:28 -04:00
parent e4af200c89
commit 6d231da14f

View File

@ -71,7 +71,7 @@
name ; _what_ gets inlined name ; _what_ gets inlined
loc ; (U #f (List path line col pos span)) loc ; (U #f (List path line col pos span))
where-name ; _where_ it gets inlined (enclosing fun) where-name ; _where_ it gets inlined (enclosing fun)
where-loc ; (U #f (Line path line col)) where-loc ; (U #f (List path line col))
size ; size of the closure being inlined size ; size of the closure being inlined
threshold ; how big of a closure can we inline threshold ; how big of a closure can we inline
;; the last two use the same units ;; the last two use the same units