| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.6.1 crates.io release source code.tar.gz | 2020-02-18 | 436.5 kB | |
| 0.6.1 crates.io release source code.zip | 2020-02-18 | 582.6 kB | |
| README.md | 2020-02-18 | 708 Bytes | |
| Totals: 3 Items | 1.0 MB | 2 | |
-
Added metadata to compiled modules that record whether instruction counting instrumentation is present.
-
Made
lucetcmore flexible in its interpretation of theLDenvironment variable. It now accepts a space-separated set of tokens; the first token specifies the program to invoke, and the remaining tokens specifying arguments to be passed to that program. Thanks, @froydnj! -
Added public
LucetcOptmethods to configure thecanonicalize_nanssetting. Thanks, @roman-kashitsyn! -
Fixed
lucet-runtime's use of CPUID to not look for extended features unless required by the module being loaded, avoiding a failure on older CPUs where that CPUID leaf is not present. Thanks, @shravanrn!