Stream: git-wasmtime

Topic: wasmtime / PR #4265 Serialize `BlockNode`'s `cold` field ...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2022 at 18:29):

bnjbvr edited PR #4265 from serialize-blocknode-cold to main:

This fixes a bug when the cold field would not be serialized, since
we're using a custom (de)serializer for Layout. This is now properly
handled by adding a boolean in the serialized stream.

This was caught during the work on #4155, as this would result in cache
mismatches between a function and itself.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2022 at 18:37):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 13 2022 at 19:04):

cfallin merged PR #4265.


Last updated: Nov 22 2024 at 17:03 UTC