<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://dev.eiffel.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3AEiffelVision_Cocoa</id>
		<title>Talk:EiffelVision Cocoa - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://dev.eiffel.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3AEiffelVision_Cocoa"/>
		<link rel="alternate" type="text/html" href="https://dev.eiffel.com/index.php?title=Talk:EiffelVision_Cocoa&amp;action=history"/>
		<updated>2026-06-13T09:06:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://dev.eiffel.com/index.php?title=Talk:EiffelVision_Cocoa&amp;diff=13510&amp;oldid=prev</id>
		<title>Paulb: New page: I'm not sure what we should do with the retain/release/autorelease situation in Objective-C. An nice option, but a lot or work, would be generate Objective-C classes for Eiffel classes and...</title>
		<link rel="alternate" type="text/html" href="https://dev.eiffel.com/index.php?title=Talk:EiffelVision_Cocoa&amp;diff=13510&amp;oldid=prev"/>
				<updated>2009-10-27T18:07:53Z</updated>
		
		<summary type="html">&lt;p&gt;New page: I&amp;#039;m not sure what we should do with the retain/release/autorelease situation in Objective-C. An nice option, but a lot or work, would be generate Objective-C classes for Eiffel classes and...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I'm not sure what we should do with the retain/release/autorelease situation in Objective-C. An nice option, but a lot or work, would be generate Objective-C classes for Eiffel classes and let the Objective-C GC handle memory management, we do this for .NET We would be limited to targeting 10.5+ but I don't think that is a big drawback because Mac users tend to update more often than say Windows/Linux users do. &lt;br /&gt;
&lt;br /&gt;
However, changing the code generation is a lot of work, but it would benefit more than just allowing Eiffel code to use the Objective-C GC. A simpler solution might be to implement runtime hooks, which notifies a callback when an object is attached to a variable or it becomes detached from one. This would also benefit EiffelCOM which uses a similar memory management model. For this we utilize the Eiffel GC and DISPOSABLE, but it does cause problems because the objects aren't released until a GC cycle, and in some cases you need the COM object to actually be released immediately.&lt;br /&gt;
&lt;br /&gt;
--[[User:Paulb|paulb]] 18:07, 27 October 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Paulb</name></author>	</entry>

	</feed>