Explore >> Select a destination


You are here

bernsteinbear.com
| | martijnv.com
12.8 parsecs away

Travel
| | Hello there! This is my personal website, here you will see some blogs about my personal projects and other tech related stuff.
| | kuterdinel.com
10.0 parsecs away

Travel
| | I demonstrate how you can write a simple JIT (Just In Time) compiler for x86 in about 1000 lines of C code.
| | manybutfinite.com
12.0 parsecs away

Travel
| | Earlier we've explored the anatomy of a program in memory, the landscape of how our programs run in a computer. Now we turn to the call stack, the work horse in most programming languages and virtual
| | chaosinmotion.com
75.6 parsecs away

Travel
| So in Objective C or Objective C++, if you pass in a pointer to something not a basic type (like 'int' or 'double' or 'void'), the Objective C compiler thinks it's an Objective C class. It needs to know this so it can perform automatic reference counting. If you need to pass in a pointer...