Related articles |
---|
HLL for dsp compiler? kent.stenman@emw.ericsson.se (Kent Stenman) (1998-08-30) |
Re: HLL for dsp compiler? dwight@pentasoft.com (1998-08-31) |
Re: HLL for dsp compiler? jan_guffens@frontierd.com (Jan Guffens) (1998-08-31) |
Re: HLL for dsp compiler? grant.griffin@iowegian.com (Grant Griffin) (1998-08-31) |
Re: HLL for dsp compiler? jamz@my-dejanews.com (1998-08-31) |
Re: HLL for dsp compiler? bkimberl@uoguelph.ca (Brent Kimberley) (1998-09-01) |
HLL for DSP dfsuther@cs.cmu.edu (Dean F. Sutherland) (1998-09-01) |
[1 later articles] |
From: | Kent Stenman <kent.stenman@emw.ericsson.se> |
Newsgroups: | comp.dsp,comp.compilers |
Date: | 30 Aug 1998 10:19:53 -0400 |
Organization: | Ericsson Microwave Systems |
Keywords: | DSP, question, comment |
Hi
My question is which language is the best front-end language for dsp
compilers?
If your company should develope a dsp compiler from scratch, what
front-end language should you choose for your compiler? Most dsp
compiler uses C, but is that realy a good choice, why not use FORTRAN
thats made for numerical calculations?
Does anybody have any reading advice, is there any papers comparing
diffrent HLL for front-end dsp compilers?
Thanx in advance
Kent
[I'd choose whatever language already has the most code you plan to
reuse. Also, remember that compilers with multiple front ends are
now common, and even lacking that, you can use f2c to turn
computational Fortran into C. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.