This is the mail archive of the guile@cygnus.com mailing list for the guile project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
> > Guile's call/cc is a lot more expensive than break/continue/return, > > unfortunately. > > Is that fixable through optimization (say, in a bytecode compiler) or > inherent in its meaning? Some of it is fixable, but it would take some reasonably aggressive analysis. The rest of it is pretty intrinsic.