Compilers are awesome - what could possibly be better than enjoying free wins just by turning on additional optimizations or upgrading compiler? :) I'm looking forward to see more papers like yours! Nit: there is a small typo in the paper: > for (int iTimes1234 = 0; iTimes1234 < 100 * 1234; i += 1234) { func(iTimes1234); } should really be > for (int iTimes1234 = 0; iTimes1234 < 100 * 1234; iTimes1234 += 1234) { func(iTimes1234); }

Harjit Singh

Daily walks/jogs, reconnecting with people, developing hardware and software, racing go karts, just being

5y

I love your site because it allows me to quickly try different implementations to get a directional idea. Also, it is a good way to learn new semantics.

thoughts on rust, matt. you're more language centric than me. I just use c++ essentials most of the time.

Like
Reply

To view or add a comment, sign in

Insights from the community

Others also viewed

Explore topics