mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-28 11:41:38 +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 | ||
| aoptcpu.pas | ||
| aoptcpub.pas | ||
| aoptcpud.pas | ||
| cgcpu.pas | ||
| cpubase.pas | ||
| cpuelf.pas | ||
| cpugas.pas | ||
| cpuinfo.pas | ||
| cpunode.pas | ||
| cpupara.pas | ||
| cpupi.pas | ||
| cputarg.pas | ||
| hlcgcpu.pas | ||
| itcpugas.pas | ||
| ncpuadd.pas | ||
| ncpucall.pas | ||
| ncpucnv.pas | ||
| ncpuinln.pas | ||
| ncpumat.pas | ||
| ncpuset.pas | ||
| opcode.inc | ||
| racpu.pas | ||
| racpugas.pas | ||
| rgcpu.pas | ||
| rspcon.inc | ||
| rspdwrf.inc | ||
| rspnor.inc | ||
| rspnum.inc | ||
| rsprni.inc | ||
| rspsri.inc | ||
| rspstab.inc | ||
| rspstd.inc | ||
| rspsup.inc | ||
| spreg.dat | ||
| strinst.inc | ||
| symcpu.pas | ||