applied, thanks!

On Mon, Jun 18, 2012 at 11:07 AM, Lauri Kasanen <[email protected]> wrote:
> Hi
>
> This series starts with dropping two small unused parts, and then has a big 
> third patch moving all globals to properly use extern.
>
> The third patch will make it easier to remove unused global variables, and in 
> general nicer globals. In particular I'm going to remove the duplicated data 
> later (const data such as the HTTP strings is embedded in the binary, and 
> then loaded to dynamic memory too at runtime - this is a waste, they should 
> be properly initialized const mk_pointers and so only take up the binary 
> space, not twice that by wasting heap RAM too).
>
> - Lauri
>
> _______________________________________________
> Monkey mailing list
> [email protected]
> http://lists.monkey-project.com/listinfo/monkey
>



-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://www.monkey-project.com
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to