summaryrefslogtreecommitdiff
path: root/make-target-2-load.lisp
AgeCommit message (Expand)Author
2023-12-13set-slot-old-p: consider pseudo-static constants as always old.Stas Boukarev
2023-10-11Preserve :MARK-REGION-GC in *FEATURES*Douglas Katzman
2023-08-30Darwin: recovery support non dispatch semaphoresKirill A. Korinsky
2023-06-06Improve allocator histogramDouglas Katzman
2023-06-01riscv: Make contribs build again.Charles Zhang
2023-05-21Delete metaspace.Charles Zhang
2023-05-02Disassemble all assembly routines to a fileDouglas Katzman
2023-03-23Reduce spurious noiseDouglas Katzman
2023-01-29Restore sb-develStas Boukarev
2023-01-15Prefer exported symbolDouglas Katzman
2023-01-15Fix lp#2002896Douglas Katzman
2023-01-08Shake tree harderDouglas Katzman
2023-01-08Fix %symtbl-countDouglas Katzman
2023-01-03Remove the CTYPE-OF cacheDouglas Katzman
2022-12-10Convince some bootstrap symbols to shake outDouglas Katzman
2022-12-01Fix buildDouglas Katzman
2022-12-01Fix bug in find-containing-arenaDouglas Katzman
2022-10-21Give users a way to craft their code that anticipates arenasDouglas Katzman
2022-10-01Do more bootstrap symbol shake-outDouglas Katzman
2022-10-01Remove initial-core-symbol-bitDouglas Katzman
2022-09-29Cause some cold-init symbols to be shaken outDouglas Katzman
2022-09-15Shake out a few more symbolsDouglas Katzman
2022-09-12Fix +sb-develStas Boukarev
2022-09-12Simplify thingsDouglas Katzman
2022-09-05x86-64: Shake out some unused vops post-buildDouglas Katzman
2022-07-29Retain some internal symbols of SB-LOOP for CLSQLFelix Lange
2022-07-05Shake out some more symbolsDouglas Katzman
2022-06-04genesis: Create cold packages "on demand".Charles Zhang
2022-05-04Store young code objects in a balanced treeDouglas Katzman
2022-05-03Remove SB-FLUID.Charles Zhang
2022-04-18run-program: Use close_range syscall or libc wrapper before execEric Timmons
2022-03-29Reduce system call overhead for opening faslsDouglas Katzman
2021-12-07Attach FDEFNs to symbols if #+compact-symbolDouglas Katzman
2021-12-01Discourage assigning directly to SYMBOL-%INFODouglas Katzman
2021-11-22Shrink globldb packed infos if #+compact-instance-headerDouglas Katzman
2021-07-21Scan for bad format controls after tree shaking, not beforeDouglas Katzman
2021-06-08Rename :array-ubsan to :ubsanDouglas Katzman
2021-05-18Implement next part of #+array-ubsanDouglas Katzman
2021-05-10Avoid using SET-HEADER-DATADouglas Katzman
2021-05-05Add a global switch to work around CL pathname nonsenseDouglas Katzman
2021-03-22Change classoid-subclasses to hold wrappers if #+metaspaceDouglas Katzman
2021-03-16Preserve all thread slot constants in tree shakerDouglas Katzman
2021-03-01Remove safepoint-strictlyDouglas Katzman
2021-02-15Store source-location for short form DEFSETFDouglas Katzman
2020-12-29Show counts of symbols removed by tree shakerDouglas Katzman
2020-12-20Fix commentDouglas Katzman
2020-12-20Retain assembler macro instructionsDouglas Katzman
2020-12-17Fix prior tree-shaker change, shake less hardDouglas Katzman
2020-12-17Shake out assembler leftovers from coreDouglas Katzman
2020-12-13Export SB-EXT:PRIMITIVE-OBJECT-SIZEDouglas Katzman