Y
Hacker News
new
|
ask
|
show
|
jobs
by
Galanwe
300 days ago
This is not the same, you introduced dynamic function resolution (i.e.a function pointer tied to a specific instance), we are talking about static function resolution (purely based on the declared type).
1 comments
1718627440
300 days ago
True, if you don't trust the compiler to optimize that, then you must live with the C naming.
link