Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kawa: Sometimes skips internally-defined procedures #34

Closed
okuoku opened this issue Feb 11, 2016 · 4 comments
Closed

Kawa: Sometimes skips internally-defined procedures #34

okuoku opened this issue Feb 11, 2016 · 4 comments

Comments

@okuoku
Copy link
Owner

okuoku commented Feb 11, 2016

It seems Kawa sometimes skips internally-defined procedures. Per #33, we do enable full-tailcall so I think there is some pitfall on that option..

For example,

  (define (blockcomment-depth++) (%blockcomment-depth-add! 1))
  (define (blockcomment-depth--) (%blockcomment-depth-add! -1))

blockcomment-depth++ would be skipped but blockcomment-depth-- won't. blockcomment-depth-- always have blockcomment-depth-zero? followed.

@okuoku
Copy link
Owner Author

okuoku commented Feb 11, 2016

WARed: 51b1d57
Added --no-inline.

@okuoku
Copy link
Owner Author

okuoku commented Feb 11, 2016

repro: https://gist.github.com/okuoku/d5cba6f31b781db911aa
It seems backend bug. ISSUETrack.

@okuoku
Copy link
Owner Author

okuoku commented Feb 12, 2016

Removed WAR: 7bebb26

@okuoku
Copy link
Owner Author

okuoku commented Feb 13, 2016

Upstream fixed the problem. CLOSE.

ref: https://sourceware.org/ml/kawa/2016-q1/msg00014.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant