Re: Table compression

hannah@schlund.de (Hannah Schroeter)
30 Sep 2005 02:01:45 -0400

          From comp.compilers

Related articles
table compression rboland@unb.ca (Ralph Boland) (2001-11-04)
Re: table compression Olivier.Ridoux@irisa.fr (Olivier Ridoux) (2001-11-08)
Re: table compression hannah@schlund.de (2001-11-08)
Re: table compression heng@Ag.arizona.edu (Heng Yuan) (2001-11-08)
Re: table compression mickunas@cs.uiuc.edu (Dennis Mickunas) (2001-11-08)
Table compression leonardo@dcc.ufmg.br (Leonardo Teixeira Passos) (2005-09-27)
Re: Table compression anton@mips.complang.tuwien.ac.at (2005-09-30)
Re: Table compression hannah@schlund.de (2005-09-30)
Re: Table compression cleos@nb.sympatico.ca (Cleo Saulnier) (2005-09-30)
Re: Table compression Peter_Flass@Yahoo.com (Peter Flass) (2005-10-02)
Re: Table compression paul@parsetec.com (Paul Mann) (2005-10-02)
RE: Table compression quinn-j@shaw.ca (Quinn Tyler Jackson) (2005-10-02)
Re: Table compression cfc@shell01.TheWorld.com (Chris F Clark) (2005-10-03)
Re: Table compression henry@spsystems.net (2005-10-13)
| List of all articles for this month |

From: hannah@schlund.de (Hannah Schroeter)
Newsgroups: comp.compilers
Date: 30 Sep 2005 02:01:45 -0400
Organization: Schlund + Partner AG
References: 05-09-130
Keywords: practice
Posted-Date: 30 Sep 2005 02:01:45 EDT

Hello!


I'm actually more replying to John's comment than to the original
question.


Leonardo Teixeira Passos <leonardo@dcc.ufmg.br> wrote:
>[...]


In fact, John wrote:
>[Since computer memories have gotten so big, does anyone care about
>table compression any more? When your whole compiler had to fit into
>64K, compressing a few K out of the table was a big deal. But now, a
>typical Windows program has a megabyte of unused libraries that aren't
>work stripping out, so why waste time with the tables? Well, unless
>you're squeezing it into an embedded chip, but even they have a lot
>more memory than they used to. -John]


I'd guess you'd still have a better cache behaviour if the tables
or a bigger fraction thereof fits into the L1 d-cache. So I'd think
table compression may still make sense nowadays.


Kind regards,


Hannah.


Post a followup to this message

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