<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/src/string.c, branch master</title>
<subtitle>ACTIVE - Kernel with migrating threads as IPC</subtitle>
<id>https://metanimi.dy.fi/cgit/kmi/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/kmi/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/'/>
<updated>2024-08-27T16:08:59Z</updated>
<entry>
<title>add optimizations for memcpy and memset</title>
<updated>2024-08-27T16:08:59Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-27T16:08:59Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=ad6c304d9ecb901d6f5acb7dbde832d5cc529e83'/>
<id>urn:sha1:ad6c304d9ecb901d6f5acb7dbde832d5cc529e83</id>
<content type='text'>
+ Apparently primary bottlenecks for sys_fork() and sys_create(),
  speeds things up quite a bit
</content>
</entry>
<entry>
<title>formatting and documentation</title>
<updated>2024-07-05T17:14:46Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-07-05T17:14:46Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=83a6fc687cab3ee87c6cae1324728521f9877ad0'/>
<id>urn:sha1:83a6fc687cab3ee87c6cae1324728521f9877ad0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix some small build issues</title>
<updated>2024-07-04T21:03:59Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-07-04T21:02:53Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=98f21e694a6b0964d6d08196cb6bfbc1c2ae2ff4'/>
<id>urn:sha1:98f21e694a6b0964d6d08196cb6bfbc1c2ae2ff4</id>
<content type='text'>
+ Compiling for size emits memcpy() calls after they've already been
  removed by LTO, so add __used attribute to counteract this.

  Newer versions of GCC seem to prefer `-flto=auto` to just `-flto`, so
  use that.

  printf format %d -&gt; %ld
</content>
</entry>
<entry>
<title>rename common to src</title>
<updated>2024-05-24T15:13:43Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-05-24T10:24:27Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=bc600ecc3bdf0f189861dfb840f70c2339a7a853'/>
<id>urn:sha1:bc600ecc3bdf0f189861dfb840f70c2339a7a853</id>
<content type='text'>
+ I keep starting to type src and wondering why autocomplete won't work,
  I guess src is just uncounciously a better name
</content>
</entry>
</feed>
