<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ejit/tests, branch master</title>
<subtitle>Hybrid JIT/bytecode built on top of Lightening</subtitle>
<id>https://metanimi.dy.fi/cgit/ejit/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/ejit/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/'/>
<updated>2025-10-12T20:29:32Z</updated>
<entry>
<title>fix compilation on openbsd</title>
<updated>2025-10-12T20:29:32Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-10-12T20:29:32Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=818b727df58685c19d9072154f73f7ad3db023db'/>
<id>urn:sha1:818b727df58685c19d9072154f73f7ad3db023db</id>
<content type='text'>
+ Labels require expressions after them when compiled with clang

+ CFLAGS is predefined by bmake to use DEBUG, remove it since it
  was kind of pointless anyway

+ Tests don't yet pass, apparently openbsd disagrees with some of my
  runtime type decisions
</content>
</entry>
<entry>
<title>fix multiple labels at same instruction</title>
<updated>2025-09-19T13:56:32Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-09-19T13:56:32Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=d567612fd6344204c6c8438b8fe7fe7dbd54d924'/>
<id>urn:sha1:d567612fd6344204c6c8438b8fe7fe7dbd54d924</id>
<content type='text'>
</content>
</entry>
<entry>
<title>take loops into account in register allocator</title>
<updated>2025-05-17T10:42:33Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-05-17T10:42:33Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=b9372c7be73a7cad6d741f5323dc8b2b758198d4'/>
<id>urn:sha1:b9372c7be73a7cad6d741f5323dc8b2b758198d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ldxr_u64 test on 32bit systems</title>
<updated>2025-04-25T22:15:30Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-25T22:15:30Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=843954c488c837c29868f09e34ecc6c8ce61ed28'/>
<id>urn:sha1:843954c488c837c29868f09e34ecc6c8ce61ed28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add some tests to increase coverage</title>
<updated>2025-04-24T17:37:36Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-24T17:37:36Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=15310fc90dc6ab2ba52603027eebe8aa5a606a27'/>
<id>urn:sha1:15310fc90dc6ab2ba52603027eebe8aa5a606a27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve tests a bit</title>
<updated>2025-04-10T19:22:33Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-10T19:22:33Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=531d307d310881e69efc8ae8c8119f5f5799e0f9'/>
<id>urn:sha1:531d307d310881e69efc8ae8c8119f5f5799e0f9</id>
<content type='text'>
+ Runs tests on all arches that I have easy access to
</content>
</entry>
<entry>
<title>add callr_i/l/f/d</title>
<updated>2025-04-09T19:20:01Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-09T19:20:01Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=be5c83ba8e57bc67beee41bc2c7227e6b8ebd9d5'/>
<id>urn:sha1:be5c83ba8e57bc67beee41bc2c7227e6b8ebd9d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add taili</title>
<updated>2025-04-09T17:20:48Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-09T17:20:48Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=057131cb20fb1c46e90adecfb4a16eb62f100580'/>
<id>urn:sha1:057131cb20fb1c46e90adecfb4a16eb62f100580</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement minr_d/maxr_d</title>
<updated>2025-04-05T10:46:09Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-05T10:46:09Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=42f89542550033a3f22700e6b0fd71627a252f96'/>
<id>urn:sha1:42f89542550033a3f22700e6b0fd71627a252f96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve build system a bit</title>
<updated>2025-04-02T18:14:23Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-02T18:14:23Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=6c2e51a3f8695cb95d6a4a6859d3f934e28c8f9f'/>
<id>urn:sha1:6c2e51a3f8695cb95d6a4a6859d3f934e28c8f9f</id>
<content type='text'>
</content>
</entry>
</feed>
