Re: [hatari-devel] Old UAE core (was External disassembler and FPU instructions) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Old UAE core (was External disassembler and FPU instructions)
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Fri, 19 Apr 2019 10:07:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1555661244; bh=PaSAfzJplVt/7y8ZinxsN9aQaHs4EDJbBFeBRYmSUzU=; h=Subject:To:From:Date:From; b=DjV1uzY47p12yhNK8HcA1t84b29zuiNu+tAxSwsN8BF3Lv4xOOKZEzD66rPBv7t2s RKnmmb+YFV3RMmaWTnp3coDVZUfwZV2fm4di+hNOAP1+ojkr8tIYGklZxjh/6caKfH 9kfTIlaF1HFWYQwyEwDP0lTlqagZfeDLdQ1Rc9soGQF6TkdjdGwcm3LfJNNAAgtJ5V tqD8304E3KmMXEgO61jwbRJFWSp8k1/6KcvP5O3Y+wO5nEMR4AeAJo0217TrpCYDd3 9e2bSUfxVnzXki8CBaLkpWzn/UOaW/kum9OPxNBK0jRD+sNRNPwtQzLeI9HuC6anYJ zJcwL7PlTUwyQ==
On 19/04/2019 09.42, Nicolas Pomarède wrote:
[...]
> Note that at one point, the old core will be dropped anyway. People who
> need this core due to too old machine will need to use an older version
> of Hatari (for now 2.2 still has the old core).
We've got quite a bunch of old stuff lying around now that we sooner or
later want to get rid off:
- Old UAE core
- SDL1.2 support
- Python2 support (Python 2 is end of life in 2020)
- External disassembler
- Maybe the ENABLE_SMALL_MEM code paths [*]
So just an idea: Let's make sure that we properly mark all this as
deprecated in our docs, then do one more release (2.3) with all the old
stuff still included, and then afterwards, we discard all the old code
and do a new major release (3.0) next.
Thomas
[*] Not sure about ENABLE_SMALL_MEM ... maybe we should rather make this
the default instead? Recent computers should be fast enough, so that we
do not really need the STRam[16MB] array hack anymore, do we?