Changeset 12153 in project
- Timestamp:
- 10/14/08 12:11:53 (12 years ago)
- Location:
- chicken/branches/cmi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/branches/cmi/batch-driver.scm
r12151 r12153 509 509 (print "Loading inline file " ifile " ...") 510 510 (load-inline-file ifile)))) 511 ( map cdr req))))511 (concatenate (map cdr req))))) 512 512 513 513 (let* ([node0 (make-node -
chicken/branches/cmi/optimizer.scm
r12151 r12153 326 326 (else 327 327 (< (fourth lparams) inline-max-size) ) )) 328 (debugging 'i "procedure inlinable" var fid (fourth lparams))328 (debugging 'i "procedure could be inlined" var fid (fourth lparams)) 329 329 (check-signature var args llist) 330 330 (debugging 'o "inlining procedure" var)
Note: See TracChangeset
for help on using the changeset viewer.