Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
wyldfire
on Sept 11, 2019
|
parent
|
context
|
favorite
| on:
Why is Rust slightly slower than C?
What bloat are you referring to specifically?
im3w1l
on Sept 12, 2019
|
next
[–]
I'm referring to the table in the article.
grenoire
on Sept 11, 2019
|
prev
[–]
I think GP forgot to build with the release flag instead of debug.
muricula
on Sept 11, 2019
|
parent
[–]
If they built with debug there would be dramatically more load/store uops than you see in the benchmark. Debug mode builds disable optimizations and store variables back to memory after most expressions to aid debugging.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: