Granville Barnett

Browse by Tags

All Tags » Compilers (RSS)
C++ portability guide
I was looking for this document a while ago and couldn't seem to find it but I stumbled across it moments ago almost by chance. It's the the Mozilla guidance for C++ portability - give it a read here if you are interested in that stuff it is full of subtle...
Posted: Apr 20 2008, 07:16 PM by gbarnett
Filed under: , ,
Copy-in, Copy-out and reference semantics
I see this question pop-up every now and then on various forums and generally within conversations. By default in languages like C# and C++ (and tonnes of others) copy-in semantics are used when dealing with the objects of formal method parameters. Each...
Posted: Nov 14 2007, 12:21 PM by gbarnett | with 2 comment(s)
Filed under: , , ,
Compiler research
Over the last 4 or so months I have drifted away from technologies and focused heavily on compiler theory and design as well as data structures and algorithms. You may of noticed that F# has become a fairly recurrent theme on this blog - that's because...
More Posts