Well now that 64-bit seems to be the premier feature of Snow Leopard, I was just curious to see what plans the devs here have for porting their apps to 64-bit.
Where I work we are a bit odd, we use ADA and lots of Java, so the 64-bit porting has been interesting.
The ADA was ported from PPC code and was a lot harder to port than we thought, but we are now finally rid of all PPC code. The Java was pretty easy, for the most part we just had to flip a switch and do some performance testing. However, there was one hurdle we had to cross, finding a 64-bit replacement for QTJava which Apple is letting die a slow, painful death(rumor is that it will be deprecated in Snow Leopard, at any rate it's 32-bit only in Leopard). Ultimately our app was simple enough that a few wrappers around QTKit did the trick, and now we are ready to distribute our 64-bit stuff out to the users.
What plans have other devs made to jump to 64-bit? Is anyone just eschewing it altogether(There are a ton of drawbacks, esp. on memory-constrained systems).
Where I work we are a bit odd, we use ADA and lots of Java, so the 64-bit porting has been interesting.
The ADA was ported from PPC code and was a lot harder to port than we thought, but we are now finally rid of all PPC code. The Java was pretty easy, for the most part we just had to flip a switch and do some performance testing. However, there was one hurdle we had to cross, finding a 64-bit replacement for QTJava which Apple is letting die a slow, painful death(rumor is that it will be deprecated in Snow Leopard, at any rate it's 32-bit only in Leopard). Ultimately our app was simple enough that a few wrappers around QTKit did the trick, and now we are ready to distribute our 64-bit stuff out to the users.
What plans have other devs made to jump to 64-bit? Is anyone just eschewing it altogether(There are a ton of drawbacks, esp. on memory-constrained systems).