Files
wasmtime/cranelift/reader
bjorn3 0d3f9ad8ef [reader] Avoid handling of unicode when not necessary
Clif files are not meant to be written by end-users anyway. The main
effects are that non-ascii identifiers fail to lex instead of parse and
whitespace must now be in the ascii range. Comments still have full
unicode support.

This also inlines all char::is_* methods to avoid nested matches.

Overall this results in a slight reduction of instruction count.
2020-08-26 13:01:16 -07:00
..

This crate library supports reading .clif files. This functionality is needed for testing Cranelift, but is not essential for a JIT compiler.