代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/408246/2252957
lisp type-vops.lisp
;;;; type testing and checking VOPs for the MIPS VM
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL sy
www.eeworm.com/read/408246/2252960
lisp backend-parms.lisp
(in-package "SB!VM")
(def!constant +backend-fasl-file-implementation+ :mips)
(setf *backend-register-save-penalty* 3)
(setf *backend-byte-order*
#!+little-endian :little-endian
#!-little-
www.eeworm.com/read/408246/2252962
lisp static-fn.lisp
;;;; the VOPs and macro magic required to call static functions
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from t
www.eeworm.com/read/408246/2252965
lisp target-insts.lisp
;;;; target-only stuff from CMU CL's src/compiler/x86/insts.lisp
;;;;
;;;; i.e. stuff which was in CMU CL's insts.lisp file, but which in
;;;; the SBCL build process can't be compiled into code for th
www.eeworm.com/read/408246/2252966
lisp c-call.lisp
;;;; the VOPs and other necessary machine specific support
;;;; routines for call-out to C
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This
www.eeworm.com/read/408246/2252984
lisp type-vops.lisp
;;;; type testing and checking VOPs for the x86 VM
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL sys
www.eeworm.com/read/408246/2252987
lisp backend-parms.lisp
;;;; that part of the parms.lisp file from original CMU CL which is defined in
;;;; terms of the BACKEND structure
;;;;
;;;; FIXME: When we break up the BACKEND structure, this might be mergeable
;;;;
www.eeworm.com/read/408246/2252990
lisp target-core.lisp
;;;; target-only code that knows how to load compiled code directly
;;;; into core
;;;;
;;;; FIXME: The filename here is confusing because "core" here means
;;;; "main memory", while elsewhere in the
www.eeworm.com/read/408246/2252993
lisp early-vm.lisp
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was
;;;; written at Carnegie Mellon Unive
www.eeworm.com/read/408246/2252997
lisp early-objdef.lisp
;;;; type-based constants
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was
;;;; writt