Обсуждение: Optimize the function names variable

Поиск
Список
Период
Сортировка

Optimize the function names variable

От
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.

        Shachar

Вложения

Re: Optimize the function names variable

От
"Hiroshi Inoue"
Дата:
> -----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