svenbarth
|
36e5d02e8e
* addsymref: do not directly check the top level symtable against the current module's global symtable as that would be false for a specialize symtable; check the module id instead
|
il y a 9 ans |
svenbarth
|
80c2e3b51a
* special detection of an ongoing specialization for the case that a function that belongs to a generic and has said generic as parameter or result is in turn specialized as a parameter or result of another generic function
|
il y a 9 ans |
svenbarth
|
6a14bb5014
* check the owner of current_specializedef as that is Nil if a generic routine is specialized and this is the specialization of one of its parameters or its result type
|
il y a 9 ans |
svenbarth
|
08cd62fc7e
* rework parse_proc_dec_finish.read_returndef a bit so that specializations as result types of generic routines are handled correctly
|
il y a 9 ans |
svenbarth
|
a4a1e9db12
* allow equal result types instead of exactly the same result types for generic functions if both are specializations (otherwise they would be considered as different if they depend on the generic function's generic types)
|
il y a 9 ans |
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
|
il y a 9 ans |
yury
|
b552fc4595
* android: Improved initialization of cwstring.
|
il y a 9 ans |
yury
|
a0d6873331
* android: Android versions prior to 4.1 do not support recursive dlopen() calls.
|
il y a 9 ans |
yury
|
649823a246
* Removed unused vars.
|
il y a 9 ans |
yury
|
e3d9dbbeef
* Removed unused vars.
|
il y a 9 ans |
Jonas Maebe
|
565288bef0
* also synchronise the data sent from the main thread to the worker threads,
|
il y a 9 ans |
pierre
|
c327a07414
Avoid memory leak for InstrWriter field in powerpc TAssembler descendants
|
il y a 9 ans |
Jonas Maebe
|
7eea450a52
* avoid a datarace in case a worker thread finishes and the main thread sees
|
il y a 9 ans |
joost
|
9487b46b8a
* Added new structure to hold the global options. The goal is to get rid
|
il y a 9 ans |
pierre
|
cb5f540eb9
Fix typo in last commit: to disable TraceManager, call SetMemoryManager with saved PrevMemoryManager variable
|
il y a 9 ans |
Károly Balogh
|
5dc55b362d
ami-extra: moved amsgbox here from amunits, and therefore made it available across all Amiga-likes
|
il y a 9 ans |
Károly Balogh
|
ee8fb64a99
amunits: since amsgbox is not used in unit initializations any more, make it depend on intuition and not redefinine EasyRequestArgs
|
il y a 9 ans |
Károly Balogh
|
57042351e5
fpmkunit: on compilation failure show the actual compiler output, and don't just swallow the exception and raise a new one with precisely no helpful info
|
il y a 9 ans |
Jonas Maebe
|
f64556c125
* when taking the address of a class method via an instance, create a procvar
|
il y a 9 ans |
Károly Balogh
|
c5a123614a
fixed explicit paraloc support in ppudump and made it work on all Amiga-like systems
|
il y a 9 ans |
Jonas Maebe
|
eb2ce85269
* correctly set the line info for the implicitly generated entry code nodes,
|
il y a 9 ans |
Jonas Maebe
|
ffd4870a60
* add backticks around special type identifiers in
|
il y a 9 ans |
Jonas Maebe
|
4ca50bc9eb
* removed optimisation to reduce the number of unnecessary section headers
|
il y a 9 ans |
Jonas Maebe
|
a7c893064a
* only don't insert passing alignment immediately for anonymous records
|
il y a 9 ans |
Jonas Maebe
|
6c40105037
* fixed typo
|
il y a 9 ans |
Jonas Maebe
|
10fb90b415
* mark symbols in "no_dead_strip" Objective-C sections also as no_dead_strip
|
il y a 9 ans |
Jonas Maebe
|
d664038aa4
* don't add ".reference" assembler directives on Darwin for symbols that are
|
il y a 9 ans |
Jonas Maebe
|
ae51adac18
* give names to the types of the fields of the enumdef rtti, so that we can
|
il y a 9 ans |
pierre
|
b6b27f2fb7
+ Add tail_size varaible to be able to adjust size of tail memory area.
|
il y a 9 ans |
pierre
|
1612138071
Use $checkpointer off to avoid calls to CheckPointer function if -gc option is used
|
il y a 9 ans |