代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/408246/2253032
lisp type-vops.lisp
;;;; type testing and checking VOPs for the Alpha VM
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL s
www.eeworm.com/read/408246/2253035
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: Now that the BACKEND structure has been broken up, this
;;;; might b
www.eeworm.com/read/408246/2253037
lisp static-fn.lisp
(in-package "SB!VM")
(define-vop (static-fun-template)
(:save-p t)
(:policy :safe)
(:variant-vars symbol)
(:vop-var vop)
(:temporary (:scs (non-descriptor-reg)) temp)
(:temporary (:scs (
www.eeworm.com/read/408246/2253040
lisp target-insts.lisp
;;;; This file is for stuff which was in CMU CL's insts.lisp
;;;; file, but which in the SBCL build process can't be compiled
;;;; into code for the cross-compilation host.
;;;; This software is part
www.eeworm.com/read/408246/2253041
lisp c-call.lisp
;;;; VOPs and other 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 software is derive
www.eeworm.com/read/408246/2253059
lisp type-vops.lisp
;;;; type testing and checking VOPs for the HPPA 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/2253062
lisp backend-parms.lisp
(in-package "SB!VM")
(def!constant +backend-fasl-file-implementation+ :hppa)
(setf *backend-register-save-penalty* 3)
(setf *backend-byte-order* :big-endian)
(setf *backend-page-bytes* 4096)
www.eeworm.com/read/408246/2253064
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/2253067
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/2253068
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