kgorking/ecs

Investigate pass by-value vs by-ref

Opened this issue · 1 comments

According to this, x86-64 uses implicit references when passing structs around, so no copy would actually occur.

This CE example is especially telling.