rpav / cl-autowrap

(c-include "file.h") => complete FFI wrapper
BSD 2-Clause "Simplified" License
212 stars 41 forks source link

Inlining functions #112

Open digikar99 opened 3 years ago

digikar99 commented 3 years ago

Is there an option to declaim inline the functions? Or could it be added (I could issue a PR, looks simple - wrap the parse-form method corresponding to 'function in a progn and add a declaim inline.)

Edit: But, should there also be an option to customize this setting on a per-function/symbol basis? May be, when :inline option takes a t, inline all; if it is a list, then inline online the functions in the list.