Thread: Optimize the function names variable

Optimize the function names variable

From
Shachar Shemesh
Date:
Hi all,

The attached patch changes the storage type of the debug "func" variables to be
stored in the constant area of the program, and not store the pointers in memory
by making them static and const.

Not overly important in the grand scheme of things, but useful.

        Shachar

Attachment

Re: Optimize the function names variable

From
"Hiroshi Inoue"
Date:
> -----Original Message-----
> From: Shachar Shemesh
>
> Hi all,
>
> The attached patch changes the storage type of the debug
> "func" variables to be
> stored in the constant area of the program, and not store the
> pointers in memory
> by making them static and const.
>
> Not overly important in the grand scheme of things, but useful.

OK I would commit your change to cvs.

Thanks.
Hiroshi Inoue