Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
The LLVM Compiler Infrastructure | Dark Hacker News
The LLVM Compiler Infrastructure
(cacm.acm.org)
24 points
by
tosh
2 days ago
| 4 comments
kelseyfrog
1 hour ago
|
next
[−]
It's also fairly accessible to LLMs. I was surprised at how quickly a self-hosting compiler could be brought up using the LLVM ecosystem.
arikrahman
49 minutes ago
|
parent
|
next
[−]
That's what I've been doing with a custom jank implementation, taking advantage of the LLVM changes contributed upstream to LLVM 22.
visha1v
2 days ago
|
next
[−]
LLVM here refers to the LLVM Compiler Infrastructure, an open source software system created to simplify the design and implementation of compilers and a wide range of compiler-based tools.
MeetingsBrowser
1 hour ago
|
parent
|
next
[−]
As opposed to what?