<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ejit/tests, 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-05T10:46:09Z</updated>
<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>
<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>handle immediates a bit better</title>
<updated>2025-03-26T11:17:58Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-03-26T11:17:58Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=67a13eb82534996fbd6ba2fc0c36d3e1284bcd8e'/>
<id>urn:sha1:67a13eb82534996fbd6ba2fc0c36d3e1284bcd8e</id>
<content type='text'>
+ Passing floats as immediate values is not supported in lightening, but
  I might have a go at adding it since it seems like a useful feature at
  some point
</content>
</entry>
<entry>
<title>protect jit pages</title>
<updated>2025-03-14T21:17:04Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-03-14T20:33:57Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=2a2d096b61262c2059ea022379869b9c4a70eafa'/>
<id>urn:sha1:2a2d096b61262c2059ea022379869b9c4a70eafa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>start supporting 32bit arches</title>
<updated>2025-03-14T19:08:01Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-03-14T19:08:01Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=f5c729ea59d227a507f83bd94d07f4366b46d72b'/>
<id>urn:sha1:f5c729ea59d227a507f83bd94d07f4366b46d72b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make code a bit more robust</title>
<updated>2025-03-07T16:52:54Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-03-07T16:50:34Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=ba9145b0b7af2a82c62f8dfa28807958af5d0c8d'/>
<id>urn:sha1:ba9145b0b7af2a82c62f8dfa28807958af5d0c8d</id>
<content type='text'>
+ Should be more difficult to make mistakes in the future, ejit can now
  automatically keep track of how many register slots are used and if 64
  bit mode is required. Slight runtime overhead, but not too bad.
</content>
</entry>
<entry>
<title>remember to clean up properly</title>
<updated>2024-07-15T10:38:53Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-07-15T10:38:53Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=3e6d1eacaa8829d6ac0e4b40bcb5a41bcb59846a'/>
<id>urn:sha1:3e6d1eacaa8829d6ac0e4b40bcb5a41bcb59846a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jit tests pass (kind of) on x86_64</title>
<updated>2024-07-14T13:16:25Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-07-14T13:15:37Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ejit/commit/?id=cf2459d4cab72e3e0072fdf76ca2f5d8f9593f78'/>
<id>urn:sha1:cf2459d4cab72e3e0072fdf76ca2f5d8f9593f78</id>
<content type='text'>
</content>
</entry>
</feed>
