rmpowell77 / LIAW_2017_param

Library In A Week 2017 Parameter
MIT License
19 stars 5 forks source link

Codegen sucks under clang (but OK on GCC) #1

Closed atomgalaxy closed 7 years ago

atomgalaxy commented 7 years ago

Currently, the codegen on clang-4.0.0_1 is way suboptimal - generates about a page of assembly. Gcc-7 generates 3 register movs. Need to fix.