replimoc / compiler

8 stars 0 forks source link

Implement Assembler Generation for Method Calls #194

Closed andreas-eberle closed 9 years ago

vzickner commented 9 years ago

All method calls should now work. If you detect a method call which not work, please inform me (write a mail or create a ticket). I will debug it.

vzickner commented 9 years ago

The register should be replaced with the specific 64-bit registers. Reason is, that pointers can be 64-bit.

vzickner commented 9 years ago

There is still a problem with pointers in arguments on internal calls.

vzickner commented 9 years ago

The problem is solved. If you have problems with method calls, open a ticket and feel free to assign me.