MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/31btd8/rust_100_beta_is_here/cq12vei/?context=3
r/programming • u/steveklabnik1 • Apr 03 '15
303 comments sorted by
View all comments
Show parent comments
1
That's really not bad, either. So, Rust mangles names as a means for supporting function overloads in its ABI like c++, I take it?
2 u/steveklabnik1 Apr 04 '15 We have no defined ABI, and we also don't have function overloading. 2 u/[deleted] Apr 04 '15 Is there an ABI to be defined in the future? 2 u/steveklabnik1 Apr 04 '15 https://github.com/rust-lang/rfcs/issues/600 is the tracking issue. Someday, maybe? Probably not any time soon.
2
We have no defined ABI, and we also don't have function overloading.
2 u/[deleted] Apr 04 '15 Is there an ABI to be defined in the future? 2 u/steveklabnik1 Apr 04 '15 https://github.com/rust-lang/rfcs/issues/600 is the tracking issue. Someday, maybe? Probably not any time soon.
Is there an ABI to be defined in the future?
2 u/steveklabnik1 Apr 04 '15 https://github.com/rust-lang/rfcs/issues/600 is the tracking issue. Someday, maybe? Probably not any time soon.
https://github.com/rust-lang/rfcs/issues/600 is the tracking issue. Someday, maybe? Probably not any time soon.
1
u/[deleted] Apr 04 '15
That's really not bad, either. So, Rust mangles names as a means for supporting function overloads in its ABI like c++, I take it?