зеркало из https://github.com/mozilla/gecko-dev.git
e84c6bd970
This adds new code to provide the module-relative initial function offset for each function, and adds checks that the bytecode / code offsets are correct. Differential Revision: https://phabricator.services.mozilla.com/D22141 --HG-- rename : third_party/rust/cranelift-codegen-meta/src/base/settings.rs => third_party/rust/cranelift-codegen-meta/src/shared/settings.rs rename : third_party/rust/cranelift-codegen-meta/src/base/types.rs => third_party/rust/cranelift-codegen-meta/src/shared/types.rs extra : rebase_source : fd70523925d5d0655917bd9068f7ed35836c714a extra : histedit_source : e64727d7be746dc3f327909db83f091602e259a9%2Cfc2a4335c2adada30a265a50fa76ef75a2b00bad |
||
---|---|---|
.. | ||
meta-python | ||
src | ||
.cargo-checksum.json | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
build.rs |
README.md
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.