mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
7 lines
264 B
Text
7 lines
264 B
Text
|
|
(module (chibi optimize profile)
|
|
(export optimize-profile increment-cdr! profile-reset profile-report)
|
|
(import (scheme) (srfi 1) (srfi 69) (srfi 95)
|
|
(chibi ast) (chibi match) (chibi optimize))
|
|
(include-shared "profile")
|
|
(include "profile.scm"))
|