todo.txt 573 B

12345678910111213141516
  1. There is a question about the simplifier for -.
  2. Also, should (- x x) be checked for?
  3. Join substitute is not quite right: might have (some-test cont1 cont2 V <huge>)
  4. where V is being tested. As it stands we'll duplicate <huge>. Should check
  5. that it is either small or contains no references to V (in which case we lift
  6. it with the conts).
  7. Need to come up with good numbers for the maximum size of procs and jumps
  8. that should be duplicated.
  9. Can join-substitute move stuff above a test?
  10. Pre-Scheme type checker dies on (car '()) if a LET has more variables
  11. than values.