Stream: git-wasmtime

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


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

bnjbvr opened 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.


Last updated: Oct 23 2024 at 20:03 UTC