<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bgola &#187; pypy-c</title>
	<atom:link href="http://blog.brunogola.com.br/tag/pypy-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brunogola.com.br</link>
	<description>python, free software, hacking, free culture, bicycle commuting, geocaching</description>
	<lastBuildDate>Wed, 08 Dec 2010 12:49:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Translating pypy-c with 2.5 support</title>
		<link>http://blog.brunogola.com.br/2008/08/translating-pypy-c-with-25-support/</link>
		<comments>http://blog.brunogola.com.br/2008/08/translating-pypy-c-with-25-support/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 21:35:24 +0000</pubDate>
		<dc:creator>Bruno Gola</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[pypy]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[2.5-features]]></category>
		<category><![CDATA[pypy-c]]></category>
		<category><![CDATA[translate]]></category>

		<guid isPermaLink="false">http://blog.brunogola.com.br/?p=53</guid>
		<description><![CDATA[Last week I did some fixes to PyPy 2.5-features branch because the translator was crashing. That&#8217;s because some of the code I wrote in the last four months were not RPython. The changes were mostly to help the annotator (with assertions). Now you can have a pypy-c with full 2.5 support. There are some bugs [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I did some fixes to PyPy 2.5-features branch because the translator was crashing. That&#8217;s because some of the code I wrote in the last four months were not RPython. </p>
<p>The changes were mostly to help the <em>annotator</em> (with <em>assert</em>ions). Now you can have a pypy-c with full 2.5 support. </p>
<p>There are some bugs so <em>stdlib</em> may not be fully working. I&#8217;m working on that.</p>
<p><code><br />
svn co http://codespeak.net/svn/pypy/branch/2.5-features/ pypy-2.5-features<br />
cd pypy-2.5-features/pypy/translator/goal/<br />
python translate.py targetpypystandalone --allworkingmodules<br />
# wait........<br />
./pypy-c<br />
</code></p>
<p>Please, read <a href="http://codespeak.net/pypy/dist/pypy/doc/getting-started.html#translating-the-pypy-python-interpreter">PyPy&#8217;s documentation on translating</a> and if you find any problem while translating let me know. Note that this docs are for the <em>trunk</em> so some of the options may not be available in 2.5-features branch.</p>
<p><em>I wrote this post last week and it was in my <em>drafts</em>. Actually I fixed some other bugs (one related to PEP 352) and it seems that my changes broke the translator again. Talking in <em>#pypy</em> Armin said that this is probably a bug in the annotator. I don&#8217;t know much about the translation process or about the annotator&#8230; I guess it&#8217;s time to start looking at it <img src='http://blog.brunogola.com.br/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brunogola.com.br/2008/08/translating-pypy-c-with-25-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

