Is it possible to inline functions compiled from C++ code into generated code that is fed, Module by Module, into the ORC JIT?
I’d like to add a Module compiled from C++ code into the JIT and then as I add later modules, functions from the first module are inlined in the later ones.
I already do this for file compilation/linking in my Common Lisp compiler “Clasp” (github.com/drmeister/clasp).
I have followed the new ORC Kaleidoscope demo and set up the ORC layers to do optimization and compilation but the examples are all for function optimization and do not describe inlining.
Christian Schafmeister
Professor, Chemistry Department
Temple University
meister@temple.edu