<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android2gnulinux.git/src/jvm, branch master</title>
<subtitle>AOSP/Bionic compatiblity layer for GLIBC systems
</subtitle>
<id>https://git.cloudef.pw/android2gnulinux.git/atom?h=master</id>
<link rel='self' href='https://git.cloudef.pw/android2gnulinux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/'/>
<updated>2018-11-18T14:36:13Z</updated>
<entry>
<title>jvm: dont print objects if no VERBOSE_FUNCTIONS</title>
<updated>2018-11-18T14:36:13Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-11-18T14:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=1ea54a6a5564cc1f63765b73707caaec2c23ec2e'/>
<id>urn:sha1:1ea54a6a5564cc1f63765b73707caaec2c23ec2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>standalone libjvm-java</title>
<updated>2018-11-18T14:35:05Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-11-18T14:35:05Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=9a59d14d0a457a714dc9421a1f9bd28b6ae3a86f'/>
<id>urn:sha1:9a59d14d0a457a714dc9421a1f9bd28b6ae3a86f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jvm: static functions</title>
<updated>2018-11-18T13:40:02Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-11-18T13:40:02Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=36e7f6f82a0aafb532e52b8733d634332c5ee717'/>
<id>urn:sha1:36e7f6f82a0aafb532e52b8733d634332c5ee717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hacky input</title>
<updated>2018-09-04T17:50:46Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-09-04T17:34:03Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=ac9d8a241c1f5eda33718b8dd1ccdd2094a1825f'/>
<id>urn:sha1:ac9d8a241c1f5eda33718b8dd1ccdd2094a1825f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jvm: Store class names like they are in java</title>
<updated>2018-06-02T18:58:50Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-06-02T18:58:50Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=6e5e3de6214bb792b126d481598e3e9313ea3bbb'/>
<id>urn:sha1:6e5e3de6214bb792b126d481598e3e9313ea3bbb</id>
<content type='text'>
com.foo.bar instead of com/foo/bar, only convert to latter form when needed.
</content>
</entry>
<entry>
<title>jvm: better stubs, implement boolean array region</title>
<updated>2018-06-02T18:57:25Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-06-02T18:57:25Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=d56eea0f7f348984c5beeb81b8b7e2253dcb1b70'/>
<id>urn:sha1:d56eea0f7f348984c5beeb81b8b7e2253dcb1b70</id>
<content type='text'>
Boolean array region was missed by mistake.
Too lazy to split this commit so yeah, included here..
</content>
</entry>
<entry>
<title>jvm: Set max objects to 4096 temporarily</title>
<updated>2018-05-29T00:56:37Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-05-29T00:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=e8a6b27656080ac8f21a79d7b56c95c834b35cc8'/>
<id>urn:sha1:e8a6b27656080ac8f21a79d7b56c95c834b35cc8</id>
<content type='text'>
Real Android has lower limit, (IIRC the 256 we had), but since
we don't actually do any ref counting yet, nothing is ever unloaded.

Thus lets just raise this limit for now.
</content>
</entry>
<entry>
<title>jvm/libjvm-*: implement stuff</title>
<updated>2018-05-29T00:55:32Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-05-29T00:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=570009a8e49a8c999455f4804ce1c48acaf7df8e'/>
<id>urn:sha1:570009a8e49a8c999455f4804ce1c48acaf7df8e</id>
<content type='text'>
Wolf simulator (lol) starts working
</content>
</entry>
<entry>
<title>jvm: superclass hack</title>
<updated>2018-05-29T00:49:42Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-05-29T00:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=dd9ffa55195ee6313bed3b505dc3c6769b92d360'/>
<id>urn:sha1:dd9ffa55195ee6313bed3b505dc3c6769b92d360</id>
<content type='text'>
Tries call method from generic java object or class if implementation
is not found for the topmost level.
</content>
</entry>
<entry>
<title>jvm: correct names for dynamic classes</title>
<updated>2018-05-29T00:48:53Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2018-05-29T00:48:53Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/android2gnulinux.git/commit/?id=5c6008117bc4984719b058676182696d93bd1946'/>
<id>urn:sha1:5c6008117bc4984719b058676182696d93bd1946</id>
<content type='text'>
</content>
</entry>
</feed>
