David Lindauer

Results 77 issues of David Lindauer

function parameters were making it into the debug info in a structure member list; it turns out the internal data structure for structure members had them in there. Discover why...

It was suggested in #358 that we profile the compiler while it is compiling complex C++ code involving templates and so forth. This is a separate issue to keep track...

in #297, we are rewriting the compiler into three parts and using shared memory (via CreateFileMapping and friends) to handle communications between the parts. However, the MSDOS runtime isn't likely...

parameters to fastcall functions need to be represented properly in the debug info/debugger.

write the assembler/compiler backend for PPC-64 bit

rework the RTL for 64-bit compatibility. This includes replacing the windows header files if possible.

it seems like currently the biggest time draw in compiles comes from the need to zero all memory that is allocated. Zeroing memory is relatively expensive because of the huge...

Add RTL backend for windows/x64

add an RTL backend for linux. Should be as generic as possible...

make sure the linker can resolve 64-bit fixups. While it is not required that linker definition files be able to use 64-bit constants, evaluate the issue at least.