Nicolás Ojeda Bär
Nicolás Ojeda Bär
> - Translating the structured constants into their final representation at compile-time rather than at runtime, to simplify the way they are stored in cmo files and make their stored...
> start offering backward-compatibility guarantee for this module? I thought we didn't offer any guarantees at all for the `camlinternal*` modules... Their API is not even documented anywhere.
> 1. Moving the definition of magic numbers to `configure`. This was already there in the original submission and remains useful to avoid having to update magic numbers in several...
Thinking out loud: would it make sense to query the OS to know whether the file descriptor is in non-blocking mode in the current `Unix.write`/`Unix.read` and avoid the runtime lock/buffer...
> This is a good solution, but we are not sure if the riscv backend code is stable, and subsequent changes to the riscv code will also affect loongarch, which...
> > > This is a good solution, but we are not sure if the riscv backend code is stable, and subsequent changes to the riscv code will also affect...
The changes look good. @Chris00 is there something that can be done to help merging this?
> We've experimented with this fix on: https://github.com/johnyob/landmarks/tree/arm-support. > > It has been tested with Apple M1 macs. The patch looks fine, can you open a PR? Thanks!
Fixed in #35
Superceded by #7010