The optimization is transforming all code that matches the pattern independent from whether the code is hot or not. The transformation comes with cognitive cost for the developer as it can turn correct code into…
This is a good example of premature optimization.
Memory usage of a browser mostly depends on the web page. Compare a static web page with a JavaScript heavy web page that creates thousands of objects.
I wonder how these locks work with C11 memory model.
The optimization is transforming all code that matches the pattern independent from whether the code is hot or not. The transformation comes with cognitive cost for the developer as it can turn correct code into…
This is a good example of premature optimization.
Memory usage of a browser mostly depends on the web page. Compare a static web page with a JavaScript heavy web page that creates thousands of objects.
I wonder how these locks work with C11 memory model.