mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
[wip] disable -tir -bir
This commit is contained in:
parent
e8eec5e451
commit
b8ceb836a8
2 changed files with 3 additions and 3 deletions
|
|
@ -120,7 +120,7 @@ compiled successfully, returns the pathname of the compiled file."
|
|||
(setf (car ext:*source-location*) *compile-file-pathname*))
|
||||
(compiler-pass1 stream source-offset))
|
||||
(compiler-pass/propagate-types)
|
||||
(compiler-pass/custom-pass)
|
||||
;; (compiler-pass/custom-pass)
|
||||
(apply #'compiler-pass/assemble-cxx input-file output-file args)
|
||||
(if (setf true-output-file (probe-file output-file))
|
||||
(cmpprogress "~&;;; Finished compiling ~a.~%;;;~%" (namestring input-pathname))
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
"src:cmp;cmpbackend-cxx;cmppass2-loc.lsp"
|
||||
"src:cmp;cmpbackend-cxx;cmppass2-fun.lsp"
|
||||
"src:cmp;cmpbackend-cxx;cmppass2-ffi.lsp"
|
||||
"src:cmp;cmpbackend-cxx;cmppass2-bir.lsp" ;wip bir->cxx
|
||||
;"src:cmp;cmpbackend-cxx;cmppass2-bir.lsp" ;wip bir->cxx
|
||||
"src:cmp;cmpbackend-cxx;cmpbackend-cxx.lsp"
|
||||
;; Optimizations
|
||||
"src:cmp;cmpmap.lsp"
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
;; Other
|
||||
"src:cmp;cmpos-run.lsp"
|
||||
"src:cmp;cmpos-features.lsp"
|
||||
"src:cmp;cmpbackend-tir.lsp" ; playground
|
||||
;"src:cmp;cmpbackend-tir.lsp" ; playground
|
||||
"src:cmp;cmpmain.lsp"
|
||||
"src:cmp;proclamations.lsp"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue