Hacker News
Making portable my unportable transputer C compiler
RodgerTheGreat
|next
[-]
initramfs
|next
|previous
[-]
nanochess
|root
|parent
[-]
The emulated C compiler processed a whole file ccvars.c before getting stuck in ccinter.c (this is the 5gb mark, approximately 78 millions of instructions executed). I stopped the process as soon as I saw it was stuck, but the emulator is fast, and I got extra 3 gb in the log. All this happened in less than two minutes.
vanderZwan
|root
|parent
[-]
1718627440
|root
|parent
[-]
vanderZwan
|root
|parent
[-]
In terms of latency... well... we also could do a lot better there, but as I understand it, even if you do your best to cut away as much software bloat as possible, the latency "floor" seems to be higher than in the old days[0]. And the many layers of abstraction that is the average software stack don't help. Like, I'm doing my best to keep a web-app snappy, but there's only so much you can squeeze out of a browser.
initramfs
|root
|parent
|next
[-]
But chips today are much larger and are basically a cruise ship or an aircraft carrier- bigger with more work than a bike. https://www.inkandswitch.com/slow-software/
1718627440
|root
|parent
|previous
[-]
vanderZwan
|root
|parent
[-]
I meant "time between input and visible change on screen", or lag between writing on a tablet and the screen or eink showing the drawn line. It's not really as crucial when typing, but especially for writing or drawing on a tablet low input latency is the difference between getting in a real flow state or not.
initramfs
|root
|parent
[-]
E-ink has had some improvements- I'm acquainted with the developers of this project: https://www.crowdsupply.com/modos-tech/modos-paper-monitor
Refresh rate is only one component of the system- an integrated display controller can lower the latency, and of course, the choice of computer affects the speed as well. Their choice to go with USB-C Alt is a good idea.
NooneAtAll3
|previous
[-]
don't you love it when your investigation finds bugs in completely unrelated part of the system?