Deutsch English Français Italiano |
<vcamfc$makp$2@paganini.bofh.team> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!2.eu.feeder.erje.net!feeder.erje.net!weretis.net!feeder8.news.weretis.net!newsfeed.bofh.team!paganini.bofh.team!not-for-mail From: Waldek Hebisch <antispam@fricas.org> Newsgroups: comp.arch Subject: Re: Computer architects leaving Intel... Date: Tue, 17 Sep 2024 01:36:46 -0000 (UTC) Organization: To protect and to server Message-ID: <vcamfc$makp$2@paganini.bofh.team> References: <vaqgtl$3526$1@dont-email.me> <20240915001153.000029bf@yahoo.com> <vc6jbk$5v9f$1@paganini.bofh.team> <20240915154038.0000016e@yahoo.com> <vc70sl$285g2$4@dont-email.me> <vc73bl$28v0v$1@dont-email.me> <OvEFO.70694$EEm7.38286@fx16.iad> <32a15246310ea544570564a6ea100cab@www.novabbs.org> <vc7a6h$2afrl$2@dont-email.me> <50cd3ba7c0cbb587a55dd67ae46fc9ce@www.novabbs.org> <vc8qic$2od19$1@dont-email.me> <d61f7d82d6976343d9446bfc18552060@www.novabbs.org> <vc9sc8$2vus6$2@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 17 Sep 2024 01:36:46 -0000 (UTC) Injection-Info: paganini.bofh.team; logging-data="731801"; posting-host="WwiNTD3IIceGeoS5hCc4+A.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A"; User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/6.1.0-9-amd64 (x86_64)) X-Notice: Filtered by postfilter v. 0.9.3 Bytes: 3144 Lines: 39 David Brown <david.brown@hesbynett.no> wrote: > On 16/09/2024 19:51, MitchAlsup1 wrote: >> On Mon, 16 Sep 2024 8:34:19 +0000, David Brown wrote: >> >>> On 15/09/2024 21:13, MitchAlsup1 wrote: >>>> >>>> As to HW sadism:: this not not <realistically> any harder than mis- >>>> aligned DW accesses from the cache. Many ISA from the rather distant >>>> past could do these rather efficiently {360 SRDL,...} >>>> >>> >>> Anyone who designs a data structure with a bit-field that spans two >>> 64-bit parts of a struct is probably ignorant of C bit-fields and >>> software in general. It is highly unlikely to be necessary or even >>> beneficial from the hardware viewpoint, but really inconvenient on the >>> software side (whether you use bit-fields or not). >> >> Sometimes you don't have a choice:: >> x86-64 segment registers. >> PCIe MMI/O registers, >> .. > > The folks designing those register setups had a choice, and made a bad > choice from the viewpoint of software (whether it be C, assembly, or any > other language). > > It's conceivable that it was the right choice on balance, considering > many factors. And it's certainly more believable that it was an > appropriate choice when sizes were smaller. It is less believable that > there is an overwhelming need to cross a 64-bit boundary. Several pieces of software discoverd that "bad" smaller data structures lead to faster execution. Simply, smaller data structures lead to better utilization of caches and busses, and efect due to this was larger than cost of extra instructions. So need to cross 64-bit boundary may be rare, but there will be cases when it is best choice. -- Waldek Hebisch