Re: String formats

drw@euclid.mit.edu (Dale R. Worley)
Fri, 8 Nov 1991 02:09:22 GMT

          From comp.compilers

Related articles
Different string format options, benefits? coxs2@rpi.edu (Sean C. Cox) (1991-10-16)
String formats macrakis@osf.org (1991-11-06)
Re: String formats drw@euclid.mit.edu (1991-11-08)
Re: String formats stachour@sctc.com (1991-11-11)
| List of all articles for this month |

Newsgroups: comp.compilers
From: drw@euclid.mit.edu (Dale R. Worley)
Keywords: optimize, code
Organization: MIT Dept. of Tetrapilotomy, Cambridge, MA, USA
References: 91-10-061 91-11-021
Date: Fri, 8 Nov 1991 02:09:22 GMT

In article 91-11-021 macrakis@osf.org (Stavros Macrakis) writes:
      Reasonable programming languages let you define your own
      representations while allowing higher-level operations to be oblivious to
      that representation. This allows you to change representation based on
      tuning data and architectural considerations on each installation.


To get full value out of this idea, you should be able to specify the
representation on a variable-by-variable basis. After all, there's no
reason that one string variable is used the same way as another.


Dale Worley Dept. of Math., MIT drw@math.mit.edu
--
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.