This is not homework, just something I though of. So, straight computing factorial is not exactly fast; memoization can help, but if the result is to fit into 32 or 64 bits, then the factorial only ca
I\'m trying to decide on which architecture to choose for developing Django 1.0.x through Django 1.2.1. I\'ve managed to get MySQL, MySQLdb, PIL, and Python 2.65 installed on Snow Leopard using x86 64
I am working on an extension to Vienna to add the ability for third partie开发者_JS百科s to write Objective-C plugins, but I am getting some runtime linker issues only when running in 64-bit mode (eve
I\'m taking an operating systems design class in which they have given us a microkernel written in C that we\'re building on top of. The ker开发者_运维知识库nel seems to have been designed with 32-bit
I was recently building a certain shared library (ELF) targeting x86-64 architecture, like this: g++ -o binary.so -shared --no-undefined ... -lfoo -lbar
Goal: I want to write an X86_64 assembler. Note: marked as community wiki Background: I\'m familiar with C. I\'ve written MIPS assembly before. I\'ve written some x86 assembly. However, I want to wri
I decided I should try to implement coroutines (I think that\'s how I should call them) for fun and profits. I expect to have to use assembler, and probably some C if I want to make this actually usef
couldn\'t seem to find anything besides opinion questions on 64/32 bit stuff when I searched. __asm__ {
I tried switching architectures in my Xcode project today, because I was about to use low level QuickTime stuff that\'s not yet ported to 64 bit yet. When i compiled before on x86_64 my app ran just f
I have a x86_64 app that I would like to have optionally read Skype status messages. However, the 5 year old skype mac framework is 32-bit, and if there is a way t开发者_开发问答o have that compile wi