Nick Fitzgerald

Results 227 issues of Nick Fitzgerald

> Note: pie-in-the-sky ideas incoming. I'm not proposing we stop everything and do this immediately, just that we consider it for Cranelift's long-term evolution. Apologies if anything here isn't super...

cranelift
cranelift:goal:optimize-speed
cranelift:moonshot
cranelift:discussion
cranelift:area:clif
cranelift:mid-end

> Something to consider for the future: if we frequently have multiple sequential entries for different PCs but which have the same stack slots, eg > > ``` > ......

wasmtime
wasm-proposal:gc
wasmtime:code-size

We already have code to create default values in order to implement https://docs.rs/wasmtime/latest/wasmtime/struct.Linker.html#method.define_unknown_imports_as_default_values We have duplicates of that code in the fuzzing utility crate: https://github.com/bytecodealliance/wasmtime/blob/main/crates/fuzzing/src/oracles/dummy.rs We should just expose those...

good first issue

# Pre-Proposal: Wasm GC Support in the Canonical ABI This issue proposes extensions to the Component Model's Canonical ABI for Wasm GC support and describes some of the motivation for...

* [ ] https://github.com/rust-fuzz/arbitrary/pull/216 * [ ] remove split between `try_size_hint` and `size_hint` * [ ] bump MSRV to latest stable * [ ] https://github.com/rust-fuzz/arbitrary/issues/201 * [ ] [flip `size_hint`'s...

Right now, after doing the post order traversal, we convert the `HashMap` into a `Vec` because it is way faster to deal with indices into `post_order` than to add a...

P-help-wanted
C-performance
A-crate
P-easy

> `Bump` does not implement `Allocator` but `&Bump` does. So to get a `&dyn Allocator` you'd have to take a reference to the reference: > ```rust > &&bump_arena as &dyn...

breaking-change