Skip to content
Snippets Groups Projects
  1. Aug 23, 1991
  2. Feb 08, 1991
  3. Feb 04, 1991
  4. Aug 24, 1990
  5. May 30, 1990
  6. Mar 05, 1990
  7. Feb 22, 1990
  8. 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
  9. Feb 06, 1990
Loading