Stream: git-wasmtime

Topic: wasmtime / PR #4636 Treat edge blocks as cold if they gen...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 08 2022 at 04:41):

mchesser opened PR #4636 from cold_edge_blocks to main:

This modifies the lowering stage to mark edge blocks as cold if either the predecessor or successor block is cold provided significant runtime speedups (~11%) for my code (which is severely frontend bound).

Fixes: #4635

view this post on Zulip Wasmtime GitHub notifications bot (Aug 08 2022 at 04:44):

mchesser edited PR #4636 from cold_edge_blocks to main:

This modifies the lowering stage to mark edge blocks as cold if either the predecessor or successor block is cold.

This provided significant runtime speedups (~11%) for my code (which is severely frontend bound).

Fixes: #4635

view this post on Zulip Wasmtime GitHub notifications bot (Aug 08 2022 at 05:28):

mchesser updated PR #4636 from cold_edge_blocks to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 08 2022 at 18:21):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 04:34):

mchesser updated PR #4636 from cold_edge_blocks to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 04:40):

cfallin has enabled auto merge for PR #4636.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 05:05):

cfallin merged PR #4636.


Last updated: Oct 23 2024 at 20:03 UTC