Bradley C. Kuszmaul

Results 11 comments of Bradley C. Kuszmaul

Is the distribution packaging the same dissue as Rich's bug? Are you suggesting that xz be removed from our sources and use the system-provided xz instead? If so, be careful...

Mark Callaghan says that he wants to know 1. how much memory my app is using 2. how much memory the allocator is using to provide #1 3. how this...

As of 82cba8f4a4b1fd36b51ad06e726f6edb32d08ec8 we now have everything needed to calculate the space. Still need to actually calculate the space.

Can you provide more information about how the centos 6.5 install failed? I don't have a centos 6.5 installation, and it seems strange that g++ would accept -mrtm and then...

Ran successfully. Need to put this into the regression tests, however.

Or we could allow allocations of 128 and 256, even for nonaligned allocations, and just cope with the associativity problems. For 2 and 4 cache lines, it's not really so...

latex as the primary mode, C++ as the submode. It works, but I cannot claim that I tested it extensively. I'm included to follow the advice I just saw elsewhere...

Perhaps it would be good to include documentation to the effect, and also show how to use latex lstlisting. ``` (mmm-add-classes '((lstlisting-c++ :submode js-mode :front "^\\\\begin{lstlisting}" :back "^\\\\end{lstlisting}" :front-offset (end-of-line...

> Is that like CWeb? See `mmm-cweb.el` and the comments at the bottom. I'm not sure. The lstlisting environment is one of the two main ways that people write code...

Local reproduction of the problem: ``` $ printenv JULIA_DEPOT_PATH ../jl_depot $ git checkout main $ rm -rf ../jl_depot/ $ ~/julia-1.11.3/bin/julia --project=. julia> using Pkg julia> pkg"test" (success) julia> exit $...