This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TREE_CODE mania
- From: Devang Patel <dpatel at apple dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 4 Sep 2002 10:23:50 -0700
- Subject: Re: TREE_CODE mania
On Tuesday, September 3, 2002, at 08:51 PM, Daniel Berlin wrote:
Do we really care about locality for many other things anyway?
I do not have any answer. But to get an answer we need to actually
know/measure memory usage pattern. I think, before using different
memory allocation and memory management schemes we need to
know what are the requirements. And using TREE_CODE function
is one of many experiments in an attempt to answer that question.
-Devang