svenbarth
|
3ea78f53ad
* as it seems that UnitImportSyms stores symbols that are already freed add an additional check to tderef.build() for tdef (in addition to tsym) to find code that triggers such cases more easily
|
9 anni fa |
Jonas Maebe
|
9a0cb50a08
* converted the result of fullownerhierarchyname to tsymstr so it (and
|
9 anni fa |
Jonas Maebe
|
8e43a8a9cf
* changed fix for reusable defs and exceptiontables again: we cannot create
|
9 anni fa |
Jonas Maebe
|
46dfa1af30
* correctly handle t*def.getreusable*() in case the original def was in
|
9 anni fa |
Jonas Maebe
|
a3ba779b22
* fixed formatting
|
9 anni fa |
Jonas Maebe
|
2cea723a0d
* only write the parts of the unit localsymtables that are actually needed:
|
9 anni fa |
Jonas Maebe
|
91be1d0f2d
* removed the DWARF label fields from tdef/tobjectdef, and dynamically
|
9 anni fa |
Jonas Maebe
|
2d2b8c635d
* detect whether or not a def/sym is registered based on its defid, so we
|
9 anni fa |
Jonas Maebe
|
e34a16d1f1
* change rtti_mangledname resultdef into TSymStr
|
10 anni fa |
Jonas Maebe
|
b21610050f
* don't store reusable defs based on other defs from localsymtables into the
|
10 anni fa |
Jonas Maebe
|
3f736f6114
* handle the loading of VMT entries at the node level, so it's done in a
|
10 anni fa |
Jonas Maebe
|
2075dc5a53
* support for raising the visibility of inherited properties on the JVM
|
11 anni fa |
svenbarth
|
798bb91e90
Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstringdef into a new function def_is_related in unit defcmp.
|
11 anni fa |
svenbarth
|
53ea24a0b1
Correctly specialize generics if locally declared types are used (e.g. two procedures could both define a different "TRec" type which is used to specialize a generic inside the procedures).
|
12 anni fa |
svenbarth
|
4adb36e8da
Add support for generic type constraints. They are currently only useful to stop specialization of a generic. The parsing of a generic is still too lax and needs to be changed in the future...
|
12 anni fa |
Jonas Maebe
|
3798b79fd7
+ optimization that (re)orders instance fields of Delphi-style classes in
|
13 anni fa |
sergei
|
a54e342060
+ Reduce the amount of RTTI by not generating 'init' information if it will end up being the same as the 'full' one (which is the case of most simple types). The new behavior can be customized for every tdef by overriding needs_separate_initrtti method.
|
13 anni fa |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 anni fa |
paul
|
310c396cfc
compiler: add owner hierarchy prefix for mangled name of parameter def to prevent asm symbols collision (issue #0020940)
|
13 anni fa |
Jonas Maebe
|
ce88df680b
+ symansistr conditional define that, when activated, makes the symbol/
|
14 anni fa |
florian
|
79a96ab287
+ ttypesym.prettyname
|
14 anni fa |
florian
|
bc0def5e01
* optimized memory layout of some often used classes
|
14 anni fa |
florian
|
fb84cb865b
* rebase to trunk@17295
|
14 anni fa |
Jonas Maebe
|
9ae0414dda
* always print the fully qualified type name in case a type is nested
|
14 anni fa |
florian
|
c0b6f9b0b0
* simplify Get/PutPtrUInt
|
14 anni fa |
florian
|
26fbfaf5a7
+ introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer)
|
14 anni fa |
paul
|
55a0fefb1f
compiler: implement generic array type:
|
14 anni fa |
paul
|
ff1520ab8b
compiler: add enumsymtable case to FindUnitSymtable helper
|
15 anni fa |
Jonas Maebe
|
1f4d7d6057
* add type symbol names to -vp output (patch by Adriaan van Os, mantis
|
15 anni fa |
paul
|
e784ec1079
merge revisions 13898-13899:
|
16 anni fa |