Viewing profile — lhames
lhames
HN member- Joined
- Fri, Oct 28, 2022, 6:47 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About lhames
No profile information was provided.
Recent public activity
-
comment
Comment #46595128
FWIW eventual stability is a goal, but there's going to be more churn as we work towards full arbitrary program execution ( https://www.youtube.com/watch?v=qgtA-bWC_vM covers some …
-
comment
Comment #44420569
The LLVM ORC and Clang-REPL projects would be worth checking out if you haven't already: there's a healthy community of high performance computing folks working in this space over …
-
comment
Comment #37265277
Regarding LLVM's JIT infrastructure: You can plug your own compiler into it if LLVM is not fast enough. You can also mix and match multiple compilers within a single JIT'd program.…
-
comment
Comment #33375704
LLVM ORC / JITLink is another similar project: JITLink handles single-file linking of MachO, ELF or COFF objects into a target process. ORC coordinates JITLink instances -- running…