Вниз
Скачать: 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
2-1232983616
Мишаняя
2009-01-26 18:26
2009.03.15
Открыть в проводнике


15-1231679344
Альф
2009-01-11 16:09
2009.03.15
Может ли программа определить, как её запустили ?


15-1231668190
Leshiy
2009-01-11 13:03
2009.03.15
Backup/restore через удаленный рабочий стол


15-1231397112
@!!ex
2009-01-08 09:45
2009.03.15
Разработка софта на заказ какой код в ОКВЭД имеет?


3-1216851431
Евгений Р.
2008-07-24 02:17
2009.03.15
view и параметры




   Наверх