<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcgen, branch master</title>
<subtitle>DONE - A generator for fast bytecode</subtitle>
<id>https://metanimi.dy.fi/cgit/bcgen/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/bcgen/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/'/>
<updated>2024-06-21T10:16:33Z</updated>
<entry>
<title>fix case of zero parameters</title>
<updated>2024-06-21T10:16:33Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-06-21T10:16:33Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=c100c398f50c926a0d37960de27ac3ee512f4094'/>
<id>urn:sha1:c100c398f50c926a0d37960de27ac3ee512f4094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve instruction selection logic</title>
<updated>2024-06-21T09:59:30Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-06-21T09:58:27Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=eea852092b0317359f1931c2adc8574a84747084'/>
<id>urn:sha1:eea852092b0317359f1931c2adc8574a84747084</id>
<content type='text'>
+ Slightly decreases compilation times
</content>
</entry>
<entry>
<title>improve documentation</title>
<updated>2023-09-12T18:36:17Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-09-12T18:36:17Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=13623f92640f3f71609d454c4fdc17bdaaf65f98'/>
<id>urn:sha1:13623f92640f3f71609d454c4fdc17bdaaf65f98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix realloc</title>
<updated>2023-09-07T17:07:16Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-09-07T17:07:16Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=b4aa9dfac5d4cf1cdf1711d543cb8a18123ea70b'/>
<id>urn:sha1:b4aa9dfac5d4cf1cdf1711d543cb8a18123ea70b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow specifying registers to run</title>
<updated>2023-08-26T15:38:30Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-08-26T15:38:30Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=458a1e662ad80cbef56487ebe75ee02358047944'/>
<id>urn:sha1:458a1e662ad80cbef56487ebe75ee02358047944</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add multiple immediates to format check</title>
<updated>2023-07-11T18:49:42Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-07-11T18:49:42Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=aa51670b4f4fe411207c7c0719fddb64478b4dc0'/>
<id>urn:sha1:aa51670b4f4fe411207c7c0719fddb64478b4dc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow multiple immediates</title>
<updated>2023-07-11T18:46:41Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-07-11T18:46:41Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=85afb5ebecff3a452c984744d201e664fa81019d'/>
<id>urn:sha1:85afb5ebecff3a452c984744d201e664fa81019d</id>
<content type='text'>
+ Still somewhat untested
</content>
</entry>
<entry>
<title>allow specifying value types</title>
<updated>2023-07-11T18:08:16Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-07-11T18:08:16Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=e7174d670cac7603d22da2552e3bef166aa17ea9'/>
<id>urn:sha1:e7174d670cac7603d22da2552e3bef166aa17ea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make string formatting easier to read</title>
<updated>2023-07-11T17:58:14Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-07-11T17:57:11Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=375739d1a82205744bf304f59091541dd6cc90d5'/>
<id>urn:sha1:375739d1a82205744bf304f59091541dd6cc90d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add note about potential future optimization</title>
<updated>2023-07-09T17:50:09Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-07-09T17:50:09Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/bcgen/commit/?id=d05afa9e368ca8a94d831445a488c89da6825801'/>
<id>urn:sha1:d05afa9e368ca8a94d831445a488c89da6825801</id>
<content type='text'>
</content>
</entry>
</feed>
