<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ejit/src, branch alloca</title>
<subtitle>Hybrid JIT/bytecode built on top of Lightening</subtitle>
<id>https://metanimi.dy.fi/cgit/ejit/atom?h=alloca</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/ejit/atom?h=alloca'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/'/>
<updated>2025-04-08T19:36:15Z</updated>
<entry>
<title>clean up interpreter a bit</title>
<updated>2025-04-08T19:36:15Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-08T19:36:15Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=9e367e1824d62d3759cb19b7c9a433b67b96bd99'/>
<id>urn:sha1:9e367e1824d62d3759cb19b7c9a433b67b96bd99</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>resolve relocations asap</title>
<updated>2025-04-03T15:11:34Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-03T15:11:34Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=87a4b7a7b1743500bddb89bb53bc4b66a7465086'/>
<id>urn:sha1:87a4b7a7b1743500bddb89bb53bc4b66a7465086</id>
<content type='text'>
+ Should help with compile times on platforms that use literal pools,
  might also improve code quality
</content>
</entry>
<entry>
<title>armhf seems to work</title>
<updated>2025-04-02T18:16:13Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-02T18:16:13Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=89d9f5c3fc59eff3b1a46fe6d44f5ee92eeb7be4'/>
<id>urn:sha1:89d9f5c3fc59eff3b1a46fe6d44f5ee92eeb7be4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix regalloc</title>
<updated>2025-04-02T18:15:13Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-02T18:15:13Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=b6642566af5ca9a21b7ce36ce9a996ff73f52da1'/>
<id>urn:sha1:b6642566af5ca9a21b7ce36ce9a996ff73f52da1</id>
<content type='text'>
+ Had some small issues with ending lifetimes a bit too late
</content>
</entry>
<entry>
<title>fix some warnings with clang</title>
<updated>2025-04-02T18:13:57Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-02T18:13:57Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=5de12ad388b07e536c9c8ea04683e5e16472651b'/>
<id>urn:sha1:5de12ad388b07e536c9c8ea04683e5e16472651b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix big endian compilation</title>
<updated>2025-04-02T18:13:03Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-02T18:13:03Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=d8f9699debd435da5e1aef22c94c47154be4e2be'/>
<id>urn:sha1:d8f9699debd435da5e1aef22c94c47154be4e2be</id>
<content type='text'>
+ Code used some assumptions about type aliasing that might not hold for
  all systems
</content>
</entry>
<entry>
<title>expose sqrt</title>
<updated>2025-04-01T19:16:25Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-01T19:16:25Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=478c92b425eca53a0d884fb8f5dea8d769016858'/>
<id>urn:sha1:478c92b425eca53a0d884fb8f5dea8d769016858</id>
<content type='text'>
+ Requires linking with libm in some cases, which is fine I suppose, but
  kind of annoying
</content>
</entry>
<entry>
<title>aarch64 linux seems to work</title>
<updated>2025-04-01T18:18:12Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-01T17:39:42Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=449c23ebc32eb45f8a6360c472bfbf5db6cd132f'/>
<id>urn:sha1:449c23ebc32eb45f8a6360c472bfbf5db6cd132f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>somewhat improved register allocator</title>
<updated>2025-04-01T16:40:53Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-04-01T16:40:53Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=704baab677029882a5924a59e3fb92f2295132a4'/>
<id>urn:sha1:704baab677029882a5924a59e3fb92f2295132a4</id>
<content type='text'>
</content>
</entry>
</feed>
