On 30.11.2017 04:29, Walter Bright wrote:

The code *size* causes problems because it pushes the executing code out of the cache. Another issue (I should check this again) was doing null checks on member function calls, which is not necessary since if they're null it'll seg fault.

This is not true for final member functions.

Reply via email to