Nikolay Nikolov
|
995309c209
+ add the debug sections in the WASI internal linker script file
|
1 年之前 |
Nikolay Nikolov
|
3724e00169
+ wasm object reader: allow other sections to be created before the first code section
|
1 年之前 |
Nikolay Nikolov
|
ff4744e0ed
* ignore relocation sections for custom sections for now (will be done later), so that we can proceed with the debug info generation in a later phase
|
1 年之前 |
Nikolay Nikolov
|
9a983632f9
+ read debug sections in the wasm internal object reader
|
1 年之前 |
Nikolay Nikolov
|
3c08ad4af5
+ increased the default stack size of the WASI platform from 64 KB to 8 MB (like in i386-linux)
|
1 年之前 |
Nikolay Nikolov
|
5fe4ab49bc
+ fill the correct minimal number of memory pages required in the wasm internal linker
|
1 年之前 |
Pierre Muller
|
d83004dee1
Add emulation_opt settings for all four mips CPUs
|
1 年之前 |
Pierre Muller
|
7887f46700
Try to compute correct page size for wlib call
|
1 年之前 |
Pierre Muller
|
952f4bae17
Fix wrong explicit typecast of srsym variable (caught by -CR option)
|
1 年之前 |
Michaël Van Canneyt
|
a98462835e
* Extended RTTI tests
|
2 年之前 |
Michaël Van Canneyt
|
a224f8ded7
* Extended RTTI Type info routines and data structures
|
2 年之前 |
Michaël Van Canneyt
|
50d72bb559
* Define RTTI visibilities
|
2 年之前 |
Ryan Joseph
|
b4ff9b71d3
* Dump extended RTTI info from PPU
|
2 年之前 |
Ryan Joseph
|
519a102379
* Write extended RTTI info
|
2 年之前 |
Ryan Joseph
|
d74d41c5d2
* Allow RTTI directive also before uses clauses
|
2 年之前 |
Ryan Joseph
|
2005e3c094
* Apply RTTI directive status to symbol
|
2 年之前 |
Ryan Joseph
|
fefa163a35
* Introduce RTTI options in symbol definition
|
2 年之前 |
Ryan Joseph
|
ecfff40f96
* Implement parsing of RTTI directive
|
2 年之前 |
Ryan Joseph
|
a31f37b5e5
+ Implement support for parsing sets in preprocessor directives
|
2 年之前 |
Ryan Joseph
|
bc72021039
* Define RTTI directive parameters
|
2 年之前 |
Michaël Van Canneyt
|
702ec640ac
* Fix variant record definition for CIF
|
2 年之前 |
Michaël Van Canneyt
|
5193f676bf
* Add tests for variant arguments
|
2 年之前 |
Michaël Van Canneyt
|
5a78e82c8f
* Add Tests.Rtti.Util to uses clause. Keeps lazarus happy :)
|
2 年之前 |
Michaël Van Canneyt
|
85524ff821
* Do not test variants with equal memory area: e.g. strings may point to different memory areas
|
2 年之前 |
Michaël Van Canneyt
|
b6a87450eb
* test for variant TValue
|
2 年之前 |
Michaël Van Canneyt
|
c39e51485c
* Avoid range error in comparisons
|
2 年之前 |
Sven/Sarah Barth
|
30bf8047aa
* ensure that the field and method tables are always accessed with the default alignment
|
2 年之前 |
Sven/Sarah Barth
|
a4121d2201
* use SizeInt instead of PtrInt for the stack area size (this both matches the declaration in TypInfo as well as enough on 16-bit targets like i8086)
|
1 年之前 |
Sven/Sarah Barth
|
7eea850726
* TVmtFieldEntry.FieldOffset needs to be SizeUInt instead of PtrUInt, so that it works correctly on the various memory models of i8086 as well
|
1 年之前 |
Sven/Sarah Barth
|
c74441323a
+ add descriptive comment regarding the TVmtField* types
|
1 年之前 |