|
|
|
|
|
by cryptonector
2719 days ago
|
|
OK, Thanks. Now, how does the run-time determine the type and size of an object for which the application has a pointer? The type, presumably, from static typing, but then you have to be careful with type punning. The size, presumably, from the allocation. This doesn't sound that different from ASAN and valgrind. What is different? |
|
It's dynamic typing.