|
|
|
|
|
by kupfer
1322 days ago
|
|
I learned something, thanks. One of Chen's arguments is, that C allows better memory control compared to C++. For example, it's easy to place the vtable in pageable memory instead of non-pageable memory. Do you know if rust has this problem too, since it also uses vtables? |
|
Generally, you have, under control, where you store your fat-pointer.