got it .thanks
On Oct 25, 2010, at 9:20 AM, Laurent Sansonetti wrote:
> Hi,
>
> The memory used by a new MacRuby app depends on your environment, but it's
> indeed bigger than a default Objective-C app. If you start enabling garbage
> collection in the Objective-C app and create some objects, t
Hi,
The memory used by a new MacRuby app depends on your environment, but it's
indeed bigger than a default Objective-C app. If you start enabling garbage
collection in the Objective-C app and create some objects, the rsize should
then be the same as a normal MacRuby app (since the runtime itse
Yes it is
- Matt
Sent from my iPhone
On Oct 24, 2010, at 6:26, 聂殿辉 wrote:
> Hi:
> I want to write an app with macruby , and want to make sure there's not
> memory problem. I create an Macruby-Application with Xcode ,and lanuch it
> ,using the Activity Monitor , it using about 44M memory ,and
Hi:
I want to write an app with macruby , and want to make sure there's not
memory problem. I create an Macruby-Application with Xcode ,and lanuch it
,using the Activity Monitor , it using about 44M memory ,and create an
ObjectivC-Application ,it only use 8M memory ,is it normal? thanks
__