On Thu, Nov 12, 2020 at 6:09 PM 'John Clements' via Racket Developers < [email protected]> wrote:
> I just spent some time on the chez web page, and it’s astonishingly > opaque; I can’t see any mention at all of what architectures it supports, > which you’d think would be a front-page item for a native compiler. > I think you want https://cisco.github.io/ChezScheme/release_notes/v9.5/release_notes.html, which says: > > - Linux x86, nonthreaded (i3le) and threaded (ti3le) > - Linux x86_64, nonthreaded (a6le) and threaded (ta6le) > - MacOS X x86, nonthreaded (i3osx) and threaded (ti3osx) > - MacOS X x86_64, nonthreaded (a6osx) and threaded (ta6osx) > - Linux ARMv6 (32-bit), nonthreaded (arm32le) > - Linux PowerPC (32-bit), nonthreaded (ppc32le) and threaded > (tppc32le) > - Windows x86, nonthreaded (i3nt) and threaded (ti3nt) > - Windows x86_64, nonthreaded (a6nt) and threaded (ta6nt) > [experimental] > > (The source file has commented-out lines about OpenSolaris and various BSDs.) -Philip -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/01000175bed24a30-b5ca8d24-3756-4439-b875-3526b862be8a-000000%40email.amazonses.com.
