mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-14 11:39:25 +01:00
"don't free even if not registered"; use for defs that may not be written
to a ppu file, but that must nevertheless survive the compilation of the
current module
* mark all defs created for para locations as "don't free even if not
registered", because we don't discard and recalculate all para locations
after a module has been compiled (since that's not needed)
o solves issues if the paralocations for a routine in the interface of
unit A are calculated while the implementation of unit B gets
compiled, and a new reusable type is allocated at that point which
is not used anywhere else (after r32160)
git-svn-id: trunk@32235 -
|
||
|---|---|---|
| .. | ||
| aasmcpu.pas | ||
| agavrgas.pas | ||
| aoptcpu.pas | ||
| aoptcpub.pas | ||
| aoptcpud.pas | ||
| avrreg.dat | ||
| cgcpu.pas | ||
| cpubase.pas | ||
| cpuinfo.pas | ||
| cpunode.pas | ||
| cpupara.pas | ||
| cpupi.pas | ||
| cputarg.pas | ||
| hlcgcpu.pas | ||
| itcpugas.pas | ||
| navradd.pas | ||
| navrcnv.pas | ||
| navrmat.pas | ||
| raavr.pas | ||
| raavrgas.pas | ||
| ravrcon.inc | ||
| ravrdwa.inc | ||
| ravrnor.inc | ||
| ravrnum.inc | ||
| ravrrni.inc | ||
| ravrsri.inc | ||
| ravrsta.inc | ||
| ravrstd.inc | ||
| ravrsup.inc | ||
| rgcpu.pas | ||
| symcpu.pas | ||