Jonathan B. Coe
Jonathan B. Coe
A buffer of known size can be used to store small objects and avoid use of indirect storage. See https://akrzemi1.wordpress.com/2014/04/14/common-optimizations/ This could be applied to `polymorphic_value`. Speed impact should be...
Do not merge. Prototype code only.
Add a template to `ffig/templates` and modify `cmake/ffig.cmake` so that Rust bindings can be generated.
We should be able to generate Objective-C bindings using FFIG. https://developer.apple.com/documentation/objectivec
File parsing should fail if any compile error is found in the translation unit under inspection including errors from transitively included files. This appears to be a little complicated on...
Having read https://opensource.guide/building-community/ I wonder what we can do to make FFIG more visible and accessible? Input much needed!