Skip to content
Snippets Groups Projects
  1. Nov 13, 1993
  2. Aug 25, 1993
  3. Jan 13, 1993
  4. Aug 05, 1992
  5. Mar 14, 1992
  6. Feb 20, 1992
  7. Feb 19, 1992
  8. Feb 14, 1992
  9. Aug 30, 1991
  10. Aug 23, 1991
  11. Feb 08, 1991
  12. Feb 04, 1991
  13. Aug 24, 1990
  14. May 30, 1990
  15. Mar 05, 1990
  16. Feb 22, 1990
  17. Feb 07, 1990
    • ram's avatar
      Changed time into the %TIME function, and made TIME just expand into a call of · 0f692183
      ram authored
      %TIME with the form wrapped into a lambda.  This helps interpreted uses of
      TIME, mainly by reducing the spurious elapsed time for preprocessing the huge
      form, but should also produce somewhat more accurate results, since the code in
      %TIME always runs compiled.  Theoretically this could have a slight negative
      effect on the accuracy of compiled uses by introducing a call, but this should
      be well down in the noise, since call overhead should be well less than the
      clock resolution.
      0f692183
  18. Feb 06, 1990
Loading