<feed xmlns='http://www.w3.org/2005/Atom'>
<title>posthaste/src, branch ejit</title>
<subtitle>Example interpreted language implemented with ejit</subtitle>
<id>https://metanimi.dy.fi/cgit/posthaste/atom?h=ejit</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/posthaste/atom?h=ejit'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/'/>
<updated>2025-05-17T10:45:08Z</updated>
<entry>
<title>bump ejit</title>
<updated>2025-05-17T10:45:08Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-05-17T10:45:08Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=034c1a30b860e17a1039f747d5ac8b015e5b279a'/>
<id>urn:sha1:034c1a30b860e17a1039f747d5ac8b015e5b279a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use safer code generation</title>
<updated>2025-03-14T21:18:31Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-03-14T21:18:31Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=ce7f0573c400f57d5f7119fe24fc99c16e71401e'/>
<id>urn:sha1:ce7f0573c400f57d5f7119fe24fc99c16e71401e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow 32bit compilation</title>
<updated>2025-03-14T19:26:54Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-03-14T19:26:54Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=2c25c8d802a8f1553635cd60241265c1853251cd'/>
<id>urn:sha1:2c25c8d802a8f1553635cd60241265c1853251cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>increase priority for loops</title>
<updated>2025-03-13T17:38:52Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-03-13T17:38:52Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=8848ad8a546627e1e935c46950c7a9df759b320e'/>
<id>urn:sha1:8848ad8a546627e1e935c46950c7a9df759b320e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement some peephole optimizations</title>
<updated>2025-03-06T19:08:55Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-03-06T19:08:55Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=0f7618e26663483dd3f93e6151037f865f3791be'/>
<id>urn:sha1:0f7618e26663483dd3f93e6151037f865f3791be</id>
<content type='text'>
+ Mainly just use immediates wherever possible
</content>
</entry>
<entry>
<title>fix procedure/function compilation</title>
<updated>2025-01-05T16:26:26Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-01-05T16:26:26Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=79d80d2d8905b62a30f8856b86811ed932c00c45'/>
<id>urn:sha1:79d80d2d8905b62a30f8856b86811ed932c00c45</id>
<content type='text'>
+ Add fib example
</content>
</entry>
<entry>
<title>update ejit</title>
<updated>2024-07-14T13:34:58Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-07-14T13:34:58Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=679aefb63d364b2bc73c13b75fe5bee407822892'/>
<id>urn:sha1:679aefb63d364b2bc73c13b75fe5bee407822892</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial working ejit config</title>
<updated>2024-06-26T18:51:58Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-06-26T18:51:58Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=a929e68d37e3d8ef4a6fbeda39b9d2c6c8170206'/>
<id>urn:sha1:a929e68d37e3d8ef4a6fbeda39b9d2c6c8170206</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial rewrite to use ejit</title>
<updated>2024-06-25T20:25:29Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-06-25T20:25:29Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=01052811be08444458576dda994d15f8823560ea'/>
<id>urn:sha1:01052811be08444458576dda994d15f8823560ea</id>
<content type='text'>
+ Doesn't actually link yet due to missing stuff from ejit, will have to
  add them (tomorrow?)
</content>
</entry>
<entry>
<title>documentation</title>
<updated>2024-04-26T21:09:48Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-04-26T21:09:48Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/posthaste/commit/?id=515ad657ec6ef685c9c91479540518a0091f1516'/>
<id>urn:sha1:515ad657ec6ef685c9c91479540518a0091f1516</id>
<content type='text'>
</content>
</entry>
</feed>
