Jonas Maebe
|
e34a16d1f1
* change rtti_mangledname resultdef into TSymStr
|
před 10 roky |
Jonas Maebe
|
b21610050f
* don't store reusable defs based on other defs from localsymtables into the
|
před 10 roky |
Jonas Maebe
|
3f736f6114
* handle the loading of VMT entries at the node level, so it's done in a
|
před 10 roky |
Jonas Maebe
|
2075dc5a53
* support for raising the visibility of inherited properties on the JVM
|
před 11 roky |
svenbarth
|
798bb91e90
Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstringdef into a new function def_is_related in unit defcmp.
|
před 11 roky |
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).
|
před 12 roky |
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...
|
před 12 roky |
Jonas Maebe
|
3798b79fd7
+ optimization that (re)orders instance fields of Delphi-style classes in
|
před 13 roky |
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.
|
před 13 roky |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
před 13 roky |
paul
|
310c396cfc
compiler: add owner hierarchy prefix for mangled name of parameter def to prevent asm symbols collision (issue #0020940)
|
před 13 roky |
Jonas Maebe
|
ce88df680b
+ symansistr conditional define that, when activated, makes the symbol/
|
před 14 roky |
florian
|
79a96ab287
+ ttypesym.prettyname
|
před 14 roky |
florian
|
bc0def5e01
* optimized memory layout of some often used classes
|
před 14 roky |
florian
|
fb84cb865b
* rebase to trunk@17295
|
před 14 roky |
Jonas Maebe
|
9ae0414dda
* always print the fully qualified type name in case a type is nested
|
před 14 roky |
florian
|
c0b6f9b0b0
* simplify Get/PutPtrUInt
|
před 14 roky |
florian
|
26fbfaf5a7
+ introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer)
|
před 14 roky |
paul
|
55a0fefb1f
compiler: implement generic array type:
|
před 14 roky |
paul
|
ff1520ab8b
compiler: add enumsymtable case to FindUnitSymtable helper
|
před 15 roky |
Jonas Maebe
|
1f4d7d6057
* add type symbol names to -vp output (patch by Adriaan van Os, mantis
|
před 15 roky |
paul
|
e784ec1079
merge revisions 13898-13899:
|
před 15 roky |
florian
|
8fc6cbf89b
* reordered fields, safes 2-3 per cent of memory during compilation
|
před 16 roky |
florian
|
a1179733a7
+ tsym.prettyname
|
před 16 roky |
Jonas Maebe
|
060d81b8fa
Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,11938,12212,12304,12308-12310,12316,12330-12332,12334,12339-12340 via svnmerge from
|
před 16 roky |
peter
|
36cad44923
* refactor is_visible_for_object
|
před 16 roky |
peter
|
a3a66ba74d
* split tvisibility from tsymoptions
|
před 16 roky |
yury
|
2f5d8b0381
* Fixed unreachable code warnings.
|
před 17 roky |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
před 17 roky |
yury
|
6daceb38f6
* Fixed unreachable code warnings.
|
před 17 roky |