racket/racket
Matthew Flatt 638f6f2b44 bc: fix unsafe-mode handling of bitwise-{and,ior,xor}
They were being converted to fixnum operations in unsafe mode, but
the intent was to use fixnum operations only when the argument are
known to be fixnums.
2020-11-29 10:52:28 -07:00
..
collects fix syntax-local-eval when intdef argument given 2020-11-29 07:07:37 -07:00
src bc: fix unsafe-mode handling of bitwise-{and,ior,xor} 2020-11-29 10:52:28 -07:00
.gitignore