Meng-Hung Chen

Results 4 comments of Meng-Hung Chen

There are some topics that we can delve into further: 1. Register Allocation The current register allocator has a simple mechanism that picking the candidate of the register and mapping...

Should we also rework the preprocessor? I think the current cfront with the compiler directives and macro expansion might cause some problems in your working.

Should we abjust the directory structure that making `src/ssa.c` focus on building the SSA and create another `src/optimizer.c` to include the existent `src/peephole.c` and the other optimizers ?

The self-hosting on Raspberry Pi 3 is broken since d9a989d also. After enter the commend `make out/shecc-stage2.elf`, I got: ```shell CC+LD out/inliner GEN out/libc.inc CC out/src/main.o LD out/shecc SHECC out/shecc-stage1.elf...