Justine Tunney

Results 533 comments of Justine Tunney

How much slower could its BLAS subroutines be? LAPACK is a good library, but I'll need to check-in a FORTRAN compiler. We used to have a FORTRAN standard library checked-in...

Reading this maybe we should use OpenBLAS with DYNAMIC_ARCH=1 with the exception of MODE=opt since that uses -march=native. https://news.ycombinator.com/item?id=28736136

That discussion is a little handwavy. People who use Linux as a desktop will never see eye-to-eye with people who simply want sweet sweet unadulterated performance that Microsoft and Apple...

No only the compiler would run as a subprocess. (At least until we can retool chibicc to not rely on _exit() to free() its memory). It would use the same...

It's mostly due to the difficulty of figuring out how to scale the hilbert / morton view modes to something that isn't a two power. I believe that in linear...

Can you cat /proc/cpuinfo?

There's no support for dynamic shared objects in Blinkenlights yet. Executing ld.so is something I want to do. It's just something I haven't had time to do.

@pkulchenko Yes we should polyfill `CLOCK_PROCESS_CPUTIME_ID`. We're currently working around it manually in the Python implementation. But it should be part of `LIBC_CALLS` so that all languages benefit from it....

> @jart, is there any chance we can make dlsym working for the functions in the executable itself? If not, I think the current functionality is fine, as it still...

I agree. Redbean should support websockets. It's something we don't have planned immediately but we certainly intend to do it in the not too distant future.