Y
Hacker News
new
|
ask
|
show
|
jobs
by
runevault
1703 days ago
Is that part paid in the Rust or LLVM portion of the compiler chain?
1 comments
dnautics
1703 days ago
rust portion. For example, LLVM has no internal concept of ownership.
link
actuallyalys
1702 days ago
That's true of borrowing, but I'm not sure if it's true for other abstractions. I imagine generics (due to monomorphization) adds to the burden on the LLVM side.
link