From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a3ca574fc2007430 X-Google-Attributes: gid103376,public X-Google-Thread: 115aec,f41f1f25333fa601 X-Google-Attributes: gid115aec,public From: Eyal Ben-Avraham Subject: Re: Ada and Automotive Industry Date: 1996/11/28 Message-ID: <57jh0l$k1p@news.NetVision.net.il>#1/1 X-Deja-AN: 201201105 references: <5743un$muj@news.nyu.edu> <57airn$7d0@olcs.olcs.com> <57cvl3$uqc@news.nyu.edu> to: kenner@lab.ultra.nyu.edu content-type: text/plain; charset=us-ascii organization: NetVision LTD. x-url: news:57cvl3$uqc@news.nyu.edu mime-version: 1.0 newsgroups: comp.lang.ada,comp.realtime x-mailer: Mozilla 1.1N (X11; I; SunOS 4.1.4 sun4m) Date: 1996-11-28T00:00:00+00:00 List-Id: Hi, kenner@lab.ultra.nyu.edu (Richard Kenner) wrote: >In article <57airn$7d0@olcs.olcs.com> otto@olcs.com (Otto Lind) writes: >>"somewhat tricky"? I challenge you or anyone else to do a port of gcc to >>a processor with an extremely small register set without having to >>substantially modify the generic code in the reload modules. If you know >>of any gcc port which supports a processor which has one accumulator and >>two (or one) index registers, I would be interested in seeing it. > >The DSP1610 is fairly much like that. I agree with Otto Lind. Alltough gcc's RTL, optimization passes, and local/ global register allocation are great. The reload phase is inadequate for accumulatr based machines (the SMALL_REGISTER_CLASSES/CLASS_LIKELY_SPILLED_P macros are not enough). Eyal.