home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / m / makedrawf / Source / !!Note next >
Text File  |  1996-01-02  |  637b  |  12 lines

  1. I have versions 3 and 5 of the Acorn C compiler. I find that version 3
  2. sometimes produces better code than version 5; in particular, mkdrawf
  3. runs significantly faster if c.mouth is compiled using v3 rather than v5.
  4. (I think this is because v5 copes very badly with the big switch in
  5. get_x_token().)
  6.  
  7. I don't know how v4 compares to these two. My guess is that it's worse
  8. than either, but don't quote me. In any case, if you have two versions
  9. of the C compiler I suggest that you try compiling *just c.mouth* with
  10. the earlier one, and see whether that makes mkdrawf run faster. (Try it
  11. on "koch" or "random" from the examples directory.)
  12.