Stream: git-wasmtime

Topic: wasmtime / PR #8390 cranelift: Factor out splitting clobb...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 23:06):

jameysharp opened PR #8390 from jameysharp:borrow-split-clobbers to bytecodealliance:main:

Since the vector of clobbered registers is sorted first by class, we can return slices of that vector instead of allocating a temporary vector for each class.

This relies on the RealReg sort order and on the frame layout's clobbered_callee_saves being sorted in natural order.

cc: @elliottt

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 23:06):

jameysharp requested wasmtime-compiler-reviewers for a review on PR #8390.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 23:06):

jameysharp requested cfallin for a review on PR #8390.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2024 at 23:15):

elliottt submitted PR review:

Very nice cleanup!

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2024 at 00:29):

jameysharp merged PR #8390.


Last updated: Oct 23 2024 at 20:03 UTC