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 година |
Nikolay Nikolov
|
93d38629aa
+ added check for whether R_WASM_TABLE_INDEX_I32 relocations always point to a function symbol in the wasm internal object reader
|
пре 1 година |
Rika Ichinose
|
9d8b801e4c
Improve i386 fpc_shortstr_to_shortstr(), fpc_shortstr_compare(), and add fpc_shortstr_compare_equal().
|
пре 2 година |
Rika Ichinose
|
fca0ace070
Improve shortstring Pos() and generic fpc_shortstr_compare().
|
пре 2 година |
Nikolay Nikolov
|
dd1565c667
* wasm internal exe writer: set mempos for code sections to the offset within
|
пре 1 година |
Nikolay Nikolov
|
c49ac16a19
* wasm internal linker: start the .text section at mempos 0
|
пре 1 година |
Nikolay Nikolov
|
5eb5fdabad
* start the data at offset 1024 instead of 0, just like the LLVM linker
|
пре 1 година |
Nikolay Nikolov
|
baa81d5275
+ allocate stack and set the initial value for the stack pointer in the wasm internal exe writer
|
пре 1 година |
Nikolay Nikolov
|
eaf9a9f1b9
* fixed bug in the application of RELOC_GLOBAL_INDEX_LEB fixups in the wasm internal exe writer
|
пре 1 година |
Nikolay Nikolov
|
ec206cf490
+ wasm internal linker: write the exported functions to the export section in the exe writer
|
пре 1 година |
Nikolay Nikolov
|
c4a77a832f
+ write export section in the wasm internal linker exe writer, only the memory is exported for now
|
пре 1 година |
Nikolay Nikolov
|
d03963afe9
+ generate the global section in the wasm internal linker exe writer
|
пре 1 година |
Rika Ichinose
|
0d5f7fa66b
Increase non-temporal i386 & x64 Fill* thresholds to 4 Mb.
|
пре 1 година |
Rika Ichinose
|
b7d32e4933
ERMSB-aware Fill* for i386.
|
пре 1 година |
florian
|
27be091c44
* more clean variable initialization
|
пре 1 година |
Nikolay Nikolov
|
f48282d7b3
+ implemented R_WASM_GLOBAL_INDEX_LEB relocations in the wasm internal linker
|
пре 1 година |
Nikolay Nikolov
|
bbeb98aeef
+ wasm internal linker: put all wasm global symbols in separate sections,
|
пре 1 година |
Nikolay Nikolov
|
cd93050d7e
* set the size of AT_WASM_GLOBAL symbols to 1
|
пре 1 година |
Nikolay Nikolov
|
ef796906e9
+ wasm internal obj reader: add globals to a '.wasm_globals' object section
|
пре 1 година |
Nikolay Nikolov
|
2eae62a6e8
* define the __stack_pointer symbol in a different way, so it doesn't crash during linking
|
пре 1 година |
Nikolay Nikolov
|
167c7bc565
+ create relocations for R_WASM_GLOBAL_INDEX_LEB entires in the wasm object reader
|
пре 1 година |
Nikolay Nikolov
|
9ee13f2937
+ also define non-imported SYMTAB_GLOBAL symbols in the wasm internal object reader
|
пре 1 година |
Nikolay Nikolov
|
408e388af3
+ wasm internal linker: internally define the '__stack_pointer' global symbol
|
пре 1 година |
Nikolay Nikolov
|
880d0333b0
+ wasm internal object reader: process SYMTAB_GLOBAL import entries
|
пре 1 година |
Nikolay Nikolov
|
e6a68b28b6
* wasm internal linker: produce an error if an R_WASM_SECTION_OFFSET_I32 or an
|
пре 1 година |