2017-01-05 |
Douglas Katzman | Fix redundancy
|
commit | commitdiff | tree |
2017-01-05 |
Douglas Katzman | Remove more PRINT-OBJECT detritus
|
commit | commitdiff | tree |
2017-01-05 |
Douglas Katzman | Remove KLUDGE from OUTPUT-UGLY-OBJECT
|
commit | commitdiff | tree |
2017-01-05 |
Douglas Katzman | Rearrange FOPCOMPILABLE-P into two distinct DEFUNs.
|
commit | commitdiff | tree |
2017-01-04 |
Douglas Katzman | Avoid overloaded term "SYNONYM" in regard to any old...
|
commit | commitdiff | tree |
2017-01-04 |
Douglas Katzman | Avoid rebinding *READTABLE* when writing a symbol
|
commit | commitdiff | tree |
2017-01-04 |
Douglas Katzman | Add comment about warning that cropped up relatively...
|
commit | commitdiff | tree |
2017-01-04 |
Douglas Katzman | Turn some commented-out tests into a real regression...
|
commit | commitdiff | tree |
2017-01-04 |
Douglas Katzman | Change an ETYPECASE to STRING-DISPATCH
|
commit | commitdiff | tree |
2017-01-04 |
Douglas Katzman | Refactor OUTPUT-SYMBOL
|
commit | commitdiff | tree |
2017-01-03 |
Douglas Katzman | Remove 3 printer state variables, replace with faster...
|
commit | commitdiff | tree |
2017-01-03 |
Douglas Katzman | Remove LAMBDA-WITH-LEXENV macro
|
commit | commitdiff | tree |
2017-01-01 |
Douglas Katzman | Change lookup_symbol() to return the found object
|
commit | commitdiff | tree |
2017-01-01 |
Douglas Katzman | Remove some PCL bootstrap junk from resulting image.
|
commit | commitdiff | tree |
2016-12-31 |
Douglas Katzman | Improve CONDITION-SLOT-VALUE (formerly CONDITION-READER...
|
commit | commitdiff | tree |
2016-12-31 |
Douglas Katzman | Flip creation of packages and static symbols during...
|
commit | commitdiff | tree |
2016-12-27 |
Douglas Katzman | Fix (unenforced) invariant violation following 092af9c0
|
commit | commitdiff | tree |
2016-12-26 |
Douglas Katzman | Fix typo
|
commit | commitdiff | tree |
2016-12-26 |
Douglas Katzman | Fix omission from removal of simple-fun-next if 32-bit
|
commit | commitdiff | tree |
2016-12-26 |
Douglas Katzman | Avoid "recursion in known function definition" warning.
|
commit | commitdiff | tree |
2016-12-26 |
Douglas Katzman | x86-64: fix vop definition
|
commit | commitdiff | tree |
2016-12-20 |
Douglas Katzman | x86-64: shorten MAKE-CLOSURE by a few bytes usually
|
commit | commitdiff | tree |
2016-12-20 |
Douglas Katzman | Store layout in header of funcallable-instance if ...
|
commit | commitdiff | tree |
2016-12-20 |
Douglas Katzman | Remove pre-increment of address from instance_scan_interleav...
|
commit | commitdiff | tree |
2016-12-20 |
Douglas Katzman | Fix instance_scan_range()
|
commit | commitdiff | tree |
2016-12-18 |
Douglas Katzman | Remove dead code. Unused after 04ee7984 (9 years ago).
|
commit | commitdiff | tree |
2016-12-18 |
Douglas Katzman | Shorten {trans,size}_instance; strengthen some assertions.
|
commit | commitdiff | tree |
2016-12-18 |
Douglas Katzman | Correct words per page in verify_zero_fill
|
commit | commitdiff | tree |
2016-12-18 |
Douglas Katzman | Another round of cleanup in gc-common
|
commit | commitdiff | tree |
2016-12-17 |
Douglas Katzman | Define scav_vector_nil more concisely
|
commit | commitdiff | tree |
2016-12-17 |
Douglas Katzman | Generalize preprocessor macro introduced in change...
|
commit | commitdiff | tree |
2016-12-15 |
Douglas Katzman | Continue noise reduction in gc-common
|
commit | commitdiff | tree |
2016-12-15 |
Douglas Katzman | Produce {scav,trans,size}_vector_<N> functions via...
|
commit | commitdiff | tree |
2016-12-13 |
Douglas Katzman | Remove conditionalization for sxhash of conditions.
|
commit | commitdiff | tree |
2016-12-12 |
Douglas Katzman | STRUCTURE-OBJECT-PSXHASH simplification
|
commit | commitdiff | tree |
2016-12-12 |
Douglas Katzman | Reduce storage requirement for CONDITION objects
|
commit | commitdiff | tree |
2016-12-11 |
Douglas Katzman | Optimize CONDITION and STANDARD-OBJECT storage if ...
|
commit | commitdiff | tree |
2016-12-11 |
Douglas Katzman | Reinstate lowtag check on conservative immobile roots.
|
commit | commitdiff | tree |
2016-12-10 |
Douglas Katzman | Fix two problems in mark & sweep GC.
|
commit | commitdiff | tree |
2016-12-04 |
Douglas Katzman | Remove false comment. All conditions are in their own CPL
|
commit | commitdiff | tree |
2016-12-04 |
Douglas Katzman | Fix fix.
|
commit | commitdiff | tree |
2016-12-04 |
Douglas Katzman | Add missing calls to properly_tagged_descriptor_p
|
commit | commitdiff | tree |
2016-12-04 |
Douglas Katzman | Fix some warnings
|
commit | commitdiff | tree |
2016-12-04 |
Douglas Katzman | Unbreak cheneygc, also fix a couple random warnings
|
commit | commitdiff | tree |
2016-12-04 |
Douglas Katzman | Replace %CODE-ENTRY-POINTS with an array, remove %SIMPLE...
|
commit | commitdiff | tree |
2016-12-02 |
Douglas Katzman | Deobfuscate pointer preservation in gencgc a tiny bit.
|
commit | commitdiff | tree |
2016-12-02 |
Douglas Katzman | Change a use of DOLIST/PUSH/NREVERSE to MAPCAR
|
commit | commitdiff | tree |
2016-12-01 |
Douglas Katzman | Remove unnecessary var and package prefixes
|
commit | commitdiff | tree |
2016-12-01 |
Douglas Katzman | Strengthen type decl
|
commit | commitdiff | tree |
2016-11-30 |
Douglas Katzman | Improve pin_words() by bailing out early if possible.
|
commit | commitdiff | tree |
2016-11-30 |
Douglas Katzman | Add cold-load versions of {SET,GET}-HEADER-DATA
|
commit | commitdiff | tree |
2016-11-30 |
Douglas Katzman | Fix {SET,GET}-HEADER-DATA for 64-bit architectures
|
commit | commitdiff | tree |
2016-11-30 |
Douglas Katzman | Remove wordy and not terribly relevant comment.
|
commit | commitdiff | tree |
2016-11-30 |
Douglas Katzman | Fix style warning in preceding change on gencgc.
|
commit | commitdiff | tree |
2016-11-30 |
Douglas Katzman | Disentangle chenygc/gencgc branches of SAVE-LISP-AND-DIE
|
commit | commitdiff | tree |
2016-11-30 |
Douglas Katzman | Simplify some idioms in genesis.
|
commit | commitdiff | tree |
2016-11-30 |
Douglas Katzman | Use quotes, not angle brackets, for non-system headers
|
commit | commitdiff | tree |
2016-11-30 |
Douglas Katzman | Remove CEILING from code component size calculations.
|
commit | commitdiff | tree |
2016-11-28 |
Douglas Katzman | Remove buggy reimplementation of a compiler test util.
|
commit | commitdiff | tree |
2016-11-28 |
Douglas Katzman | Fix data truncation in printf strings
|
commit | commitdiff | tree |
2016-11-28 |
Douglas Katzman | Remove obsolete misplaced comment, fixed by aee789a4.
|
commit | commitdiff | tree |
2016-11-23 |
Douglas Katzman | Actually place static functions first in immobile space.
|
commit | commitdiff | tree |
2016-11-23 |
Douglas Katzman | Remove 2-operand-fop hack.
|
commit | commitdiff | tree |
2016-11-23 |
Douglas Katzman | Remove obsolete comment and unused function
|
commit | commitdiff | tree |
2016-11-22 |
Douglas Katzman | x86-64: Remove rex-reg disassembler format
|
commit | commitdiff | tree |
2016-11-22 |
Douglas Katzman | x86-64: Ensure that all base image code is immobile.
|
commit | commitdiff | tree |
2016-11-21 |
Douglas Katzman | Fix bug when saving core if *COMPILE-TO-MEMORY-SPACE...
|
commit | commitdiff | tree |
2016-11-17 |
Douglas Katzman | x86-64: Make immobile code opt-in, not opt-out. Adjust...
|
commit | commitdiff | tree |
2016-11-17 |
Douglas Katzman | Fix horrible array overrun bug in heap defragmentation...
|
commit | commitdiff | tree |
2016-11-16 |
Douglas Katzman | Add switch controlling COMPILE's use of immobile space.
|
commit | commitdiff | tree |
2016-11-16 |
Douglas Katzman | Always defrag immobile code on each SAVE-LISP-AND-DIE
|
commit | commitdiff | tree |
2016-11-15 |
Douglas Katzman | Fix some C warnings
|
commit | commitdiff | tree |
2016-11-15 |
Douglas Katzman | Implement defragmentation of immobile code.
|
commit | commitdiff | tree |
2016-11-15 |
Douglas Katzman | Generalize the function formerly known as verify_generation()
|
commit | commitdiff | tree |
2016-11-15 |
Douglas Katzman | Change code component printer.
|
commit | commitdiff | tree |
2016-11-12 |
Douglas Katzman | Make ldb's 'dump' command more flexible.
|
commit | commitdiff | tree |
2016-11-12 |
Douglas Katzman | Change K&R C to ANSI C
|
commit | commitdiff | tree |
2016-11-12 |
Douglas Katzman | Make code walker tests more correct.
|
commit | commitdiff | tree |
2016-11-08 |
Douglas Katzman | Add :IMMOBILE-CODE feature.
|
commit | commitdiff | tree |
2016-11-04 |
Douglas Katzman | Style/spelling/naming changes
|
commit | commitdiff | tree |
2016-11-03 |
Douglas Katzman | Remove dead comments and dead variable.
|
commit | commitdiff | tree |
2016-11-02 |
Douglas Katzman | Remove extraneous set_forwarding_pointer() call.
|
commit | commitdiff | tree |
2016-11-01 |
Douglas Katzman | Fix parallel-fasl-load crashing.
|
commit | commitdiff | tree |
2016-10-31 |
Douglas Katzman | Remove code that was dead as of change 621eebe206ae6.
|
commit | commitdiff | tree |
2016-10-24 |
Douglas Katzman | Fix fencepost bug if #-compact-instance-header + #...
|
commit | commitdiff | tree |
2016-10-19 |
Douglas Katzman | Add lamentation
|
commit | commitdiff | tree |
2016-10-18 |
Douglas Katzman | Circumvent some "lexical env too complex" errors
|
commit | commitdiff | tree |
2016-10-18 |
Douglas Katzman | New test case for 64364ae28bb06ba0f575dec717c0663673a3def3
|
commit | commitdiff | tree |
2016-10-17 |
Douglas Katzman | Fix grammar in lossage message
|
commit | commitdiff | tree |
2016-10-13 |
Douglas Katzman | Delete unused SET-FUN-SUBTYPE vop
|
commit | commitdiff | tree |
2016-10-13 |
Douglas Katzman | Add :compact-instance-header feature for x86-64.
|
commit | commitdiff | tree |
2016-10-13 |
Douglas Katzman | Express zeroize more concisely
|
commit | commitdiff | tree |
2016-10-13 |
Douglas Katzman | Add immobile space allocator for x86-64.
|
commit | commitdiff | tree |
2016-10-11 |
Douglas Katzman | No more song and dance routine with BOOLE- constants.
|
commit | commitdiff | tree |
2016-10-10 |
Douglas Katzman | Do just 1 pass over the heap in verify_dynamic_space()
|
commit | commitdiff | tree |
2016-10-10 |
Douglas Katzman | Remove needless C cast. Also improve snarky remark
|
commit | commitdiff | tree |
2016-10-10 |
Douglas Katzman | Remove incorrect (but harmless) use of VALUES
|
commit | commitdiff | tree |
2016-10-10 |
Douglas Katzman | Trivial rename
|
commit | commitdiff | tree |
2016-10-09 |
Douglas Katzman | Add thin wrapper for calling assem code on x86-64
|
commit | commitdiff | tree |
2016-10-08 |
Douglas Katzman | Make fun-lvar-tn's 2nd value a generalized boolean
|
commit | commitdiff | tree |