Hacker Newsnew | past | comments | ask | show | jobs | submit | turol's commentslogin

For a real world example of how this can affect code check out this commit I made in mesa: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20...


Hieno homma


Kiitos!


That is a very good description of the Paranoia RPG.


> There’s probably another name for this

Race to the bottom


> Right, my humor there was that I'm assuming people specifically did non-debug flags for the build as an optimization.

It used to be the case that the presence of debug symbols would affect GCC code generation. Nowadays that should be fixed. I think it still affects the speed of compilation so if you're building the whole system from source you might want to avoid it.


I think vtune and toplev will report that as a frontend stall in their topdown metrics.


> In theory it should only be about writing a new build script (not based on `wmake` but on a real `make`). And then workout the tiny flag/preprocessor/C compiler discrepancies.

For mostly C code like the original Doom source, yes. But it looks like FastDoom people have added quite a bit of assembly. That needs to be ported to AT&T syntax. Or you need to find out if Intel syntax works in your version of DJGPP's gas. While this should work nowadays I have not tried it. Then there's other differences like Watcom mapping low memory by default into the low part of the address space but DJGPP needing explicit mapping or access.


True. I've tried it on a Pentium 166/MMX with a Voodoo 2 and it runs about 15 fps.


I think that this might be due to the specific version of VESA stuff it ships with causing the problems.


The Voodoo 2 completely takes over display output. VESA stuff shouldn't have any effect in this case.


The Voodoo2 can not completely take over display output - that's why it needed a 2D card for passthrough until the Voodoo Banshee.


If the OS doesn't provide an actual sound API developers will only write support for the most popular sound cards.


I remember games which had extra features if you had a Gravis UltraSound.


If you click on the domain name next to the main link you get a filtered view of submissions for just that domain. This way you can easily find the related posts. It looks like this is the fifth submission of this article but the others didn't get many comments.

https://news.ycombinator.com/from?site=blogsystem5.substack....


That's good, but you need to know what you are looking for. If I click on that link now, I see a bunch of repeated submissions, and due to the nature of this publication, the articles are of very varied topics. So a random person won't know what articles are related to this one and which ones aren't with ease.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: