tromey/el-compilador

specialize some built-in functions in C back end

tromey opened this issue · 1 comments

Currently length (e.g.) is marked as :elcomp-direct. This is good but it could go farther by using type inference information. For example, length could lower to various macros like ASIZE or SCHARS.

It seems I did some of this and then forgot about it. See c-inl.el.