Converting Pointers to C++ References in WebKit

Andreas Kling: It exposes unnecessary null checks by turning them into compile errors. C++ doesn’t let you null check references, so you have no choice but to remove them. This is awesome, because it means smaller and faster code, both binary and source wise. The CPU doesn’t have to spend time checking if the object … Continue reading Converting Pointers to C++ References in WebKit