slipher

Results 658 comments of slipher

> No, not only the cost would be too high and difficultly achievable as changes are deeply interdependent on each others, but splitting the PR may also require to generate...

Code LGTM but the commit message should be clarified to clearly say that it's just silencing a compiler warning, not fixing any bug.

Debugging update: - [Interactive debugging](https://wiki.unvanquished.net/wiki/Native_Client#Interactive_Debugging) remains somewhat usable. Tested with an old nacl-gdb. - Postmortem crash analysis (which we actually use) does not work. Breakpad's dump_syms [crashes](https://github.com/DaemonEngine/Daemon/pull/1501#issuecomment-2597209415) when fed an...

In DaemonEngine/Daemon#1638 we gain the ability to rebuild `nacl_loader` for 64-bit Linux. Note that this is not really a necessary part of a switch to Saigo: The `nacl_loader`, `irt_core`, and...

Where is the build system for the libc/libc++?

I'm having trouble understanding what this issue is about. Is there a bug, a possible performance improvement? Would we store the asset files in a different format? Re `the first...

You're saying /dev/shm can leak something even after the process exits?

I already tried to do this previously, so there shouldn't be much left. `src/engine/qcommon/files.cpp` is built only in the engine. RmlUi has to be built with exceptions for the time...

So this probably won't be needed for WASM. I think WASM implementations either - (a) don't support non-local jumps up the stack at all, which is a no-go for Lua...