Вниз
Скачать: CL | DM;

getting size of compiled delphi code blocks ?   Найти похожие ветки 

 
Dodfr   (2007-12-16 22:31) [0]

Hi,

Kol is far the best tool to produce small code but in order to be sure my own code is also as small as I can, somebody could tell me how to implement some way to get size of binary code between to markers ?

I think this should be done in asm and I can"t do Intel asm.

Example :

procedure xxx;
begin
 a1:=get_addr_from_this_position;
 ...
 ...
 ...
 ...
 a2:=get_addr_from_this_position;
 my_binary_compiled_block_size:=a2-a1;
end;


 
GMax   (2007-12-17 00:27) [1]

MapCountCodeSize (search here) and measured code as "procedure"


 
Dodfr   (2007-12-17 00:55) [2]

Thanx, this little tool do more than expected as it produce a resume of all procedures and functions code size so no need to add use the "markers" feature I was thinking about.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.01 c
6-1200671377
Somes
2008-01-18 18:49
2009.03.15
Терминальный доступ. Поиск по удалённой машине.


4-1206457103
Informer
2008-03-25 17:58
2009.03.15
Кнопка закрытия формы


15-1231263856
Кое кто
2009-01-06 20:44
2009.03.15
Большой архив маленьких английских рассказов...


15-1231317258
Фант
2009-01-07 11:34
2009.03.15
Как сохранить картинку в gif?


2-1232609493
Ruslan777
2009-01-22 10:31
2009.03.15
Как в TreeView сделать выделенным NODE по его StateIndex-у?




   Наверх