mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to advise a procedure defined in the "runtime" directory


From: Chris Hanson
Subject: Re: How to advise a procedure defined in the "runtime" directory
Date: Fri, 13 May 2022 18:03:57 -0700

It's not possible to advise compiled procedures. With some care, it's possible to replace a particular procedure with an interpreted one. That involves evaluating the source code of the procedure in the correct environment.
On May 13, 2022, 5:07 PM -0700, Sam Lee <samlee746@yahoo.com>, wrote:
Is it possible to use "advise-entry", "advise-exit", and "advise" on
a procedure that is defined in MIT Scheme's src/runtime/ directory?

I am specifically looking to advise the "define-header" procedure that
is defined in src/runtime/http-syntax.scm. Is that possible?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]