You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ORC is the newest and most powerful LLVM JIT interface, with the potential for many benefits
through its collection of Layers and the functionality and flexibility they provide.
In particular:
Lazy compilation opportunities
(Partial?) weak symbol resolution support
Better control and default behavior for symbol resolution
The LLVM JIT tutorials look like an excellent place to start:
A number of our musl patches only exist because of problems with "weak aliases", not sure if ORC already has ways of dealing with that but it at least exposes the symbol resolution process so that we can do something about it if we wanted :).
ORC is the newest and most powerful LLVM JIT interface, with the potential for many benefits
through its collection of Layers and the functionality and flexibility they provide.
In particular:
The LLVM JIT tutorials look like an excellent place to start:
http://www.llvm.org/docs/tutorial/BuildingAJIT1.html
The text was updated successfully, but these errors were encountered: