home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4495 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C Programmin In 2Meg?!?
  5. Date: 29 Feb 1996 14:14:15 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4h4cbn$l06@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4g79v3$l0d@sol.ccs.deakin.edu.au>
  10. NNTP-Posting-Host: hphalle2i.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle2i.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <4g79v3$l0d@sol.ccs.deakin.edu.au>, podge@deakin.edu.au (AARON SEAN BROWNE) writes:
  15. |> Organization: School of Computing & Mathematics - Deakin University
  16. |> Lines: 12
  17. |> Message-ID: <4g79v3$l0d@sol.ccs.deakin.edu.au>
  18. |> NNTP-Posting-Host: eros.ccs.deakin.edu.au
  19. |> X-Newsreader: TIN [version 1.2 PL2]
  20. |> 
  21. |>     Can anyone recommend a decent C compiler that works on a standard
  22. |> Amiga 1200 with 2 Meg of Ram. I have been told that newer versions of SAS/C
  23.  
  24. With adding 1mb fastmem (very very cheap) I got this advantages:
  25.  
  26. compiling gnu stuff (little source).
  27.  
  28. speed averagely 2 times faster (code that manages to reduce an algorithm
  29. to almost only memory acesses will run like on turbos. for example copy
  30. speed is faster than on A4000).
  31.  
  32. things like running shres/dblpal. yes, the windows get slow, but the
  33. cpu speed won't stall.
  34.  
  35.  
  36. If you don't plan to get a turbo, buy at least a bit fastmem, you
  37. will get very happy.
  38.  
  39. ----------------------------------------------------------------------------
  40.       // fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  41.      // A1201 HD260 =:)
  42.    \X/      ^--fastmem rules!
  43.  
  44. just fastmem makes your standard A1200 dooming about 2 times faster!
  45. however 020-28 / 030-25 boards get very cheap, almost 4 times faster.
  46. ----------------------------------------------------------------------------
  47.  
  48.  
  49. |> will not compiler large programs in 2 Meg. Thanks for any help!.. 
  50. |> 
  51. |> --
  52. |> 
  53. |>                              (_) Podge (_)
  54. |>                        ,..oO| V  =+=+=  V |Oo..,
  55. |>                .oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.
  56. |>                    It's Been Proven. I Steal Doona's
  57. |> 
  58. |> 
  59.