Mention the Windows x64 calling convention support in README.md.

This commit is contained in:
Dan Gohman
2018-09-21 19:49:24 -07:00
parent c840fb2f08
commit e7565a8893

View File

@@ -24,10 +24,10 @@ implementation.
The x86-64 backend is currently the most complete and stable; other The x86-64 backend is currently the most complete and stable; other
architectures are in various stages of development. Cranelift currently architectures are in various stages of development. Cranelift currently
supports the System V AMD64 ABI calling convention used on many supports both the System V AMD64 ABI calling convention used on many
platforms, but does not yet support the Windows x64 calling convention. platforms and the Windows x64 calling convention. The performance
The performance of code produced by Cranelift is not yet impressive, of code produced by Cranelift is not yet impressive, though we have plans
though we have plans to fix that. to fix that.
The core codegen crates have minimal dependencies, support The core codegen crates have minimal dependencies, support
[no\_std](#building-with-no-std) mode, and do not require any host [no\_std](#building-with-no-std) mode, and do not require any host