Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How is evaluation order even relevant for RVO?


In code like `a(b(d),c(e))`, I think it could be relevant. You would want different code based on the size of `b(d)`, `c(e)`, `d`, and `e`. If you must evaluate b before c, that would eliminate some possible arrangements.

Specifically, if `e` and `b(d)` are huge, you probably would want to evaluate `c(e)` first and then `b(d)`.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: