Matthew Flatt

Results 427 comments of Matthew Flatt

Closing now that "IMPLEMENTATION.md" is here (and matches the implementation here).

@tisonkun There's some general documentation on pb at https://github.com/cisco/ChezScheme/blob/main/IMPLEMENTATION.md#portable-bytecode, but there's no documentation about pb instructions other than comments in the backend at https://github.com/cisco/ChezScheme/blob/main/s/pb.ss.

Thanks again, @maoif, for your work on the RISC-V backend — now merged and passing all tests that I've tried on both emulated and real hardware.

Some notes on startup times currently, starting with x86_64 Ubuntu 22.04: ``` $ echo "(exit)" | time scheme -q scheme -q 0.03s user 0.03s system 99% cpu 0.065 total $...

@nikhilm On most platforms, uncompressed vfasl is the default mode for Racket boot files. You can configure with `--enable-compressboot` to get compressed boot files. (The exception is Windows, where boot...

I'm pretty sure this is all resolved, so closing.

I think we can probably close this. The v9.9.9 changed a lot about how Windows builds work, things generally work in a lot more Windows settings, and CI via GitHub...

Closing after the small further improvement of #764.

After returning to this issue, I'd like to advocate in favor of the change that @jltaylor-us describes. I don't see how list operations in general can be well-defined if the...

The changes that @jltaylor-us described were made as part of the v9.9.9 merge.