[fpc-devel] Redundant init_final_table record generated for targets with the tf_init_final_units_by_calls flag?

Christo Crause christo.crause at gmail.com
Sun May 28 16:38:28 CEST 2023


I have noticed that embedded targets generate code for initialize/finalize
functionality by overriding the insert_init_final_table class method.
However at the end of the overridden method, the parent
insert_init_final_table method is also called, which generates an initfinal
table which isn't called anywhere (AFAICS).  Is there some case where the
initfinal table is actually required, or can the inherited call be removed
for these targets?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20230528/9e8f84ab/attachment.htm>


More information about the fpc-devel mailing list