tromey / el-compilador

An SSA-based compiler for Emacs Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

specialize some built-in functions in C back end

tromey opened this issue · 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.