jserv / amacc

Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
Other
1.01k stars 159 forks source link

Fix allocation issues when declaring structs (vs struct pointers) #91

Closed HPCguy closed 2 years ago

HPCguy commented 2 years ago

As a bonus, local variables can now consume more that 256 bytes of stack.

jserv commented 2 years ago

Can you update README.md for the caveats about the use of struct? That is, something like "return type can't be struct"