Re: Sheets, blocks and garbage collector

2010-02-06 Thread Frédéric Testuz
Le 6 févr. 2010 à 17:55, Michael Ash a écrit : > 2010/2/6 Frédéric Testuz : >> Hi all, >> >> I'm beginning a new application targeting Snow Leopard only. So I want to >> use the new tools (blocks) and garbage collection (GC). It will be my first >> application using GC. >> >> I read some sites

Re: Sheets, blocks and garbage collector

2010-02-06 Thread Michael Ash
2010/2/6 Frédéric Testuz : > Hi all, > > I'm beginning a new application targeting Snow Leopard only. So I want to use > the new tools (blocks) and garbage collection (GC). It will be my first > application using GC. > > I read some sites on GC and blocks. In the blog of Mike Ash I found some ver

Sheets, blocks and garbage collector

2010-02-06 Thread Frédéric Testuz
Hi all, I'm beginning a new application targeting Snow Leopard only. So I want to use the new tools (blocks) and garbage collection (GC). It will be my first application using GC. I read some sites on GC and blocks. In the blog of Mike Ash I found some very interesting propositions. My questio