<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in stack_maps.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a2cc11f3 - Update object to 0.39.0 (#12866)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/environ/src/compile/stack_maps.rs#a2cc11f3</link>
        <description>Update object to 0.39.0 (#12866)* Update object to 0.39.0* Add vets for `object`---------Co-authored-by: Alex Crichton &lt;alex@alexcrichton.com&gt;

            List of files:
            /wasmtime-44.0.1/crates/environ/src/compile/stack_maps.rs</description>
        <pubDate>Mon, 30 Mar 2026 09:35:59 +0000</pubDate>
        <dc:creator>Philip Craig &lt;philipjcraig@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>452086fb - Store stack maps in an ELF section (#10404)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/environ/src/compile/stack_maps.rs#452086fb</link>
        <description>Store stack maps in an ELF section (#10404)* Store stack maps in an ELF sectionThis commit moves the storage of stack maps from being embedded withinserde-encoded information to instead being stored in a separate ELFsection in the final executable. The motivation for this is to make thismore easily debuggable with a `wasmtime objdump` command in the futurebut this additionally should have the nice side effect of makingnon-stack-maps modules have smaller encoded information (no need toencode an empty list) and additionally make stack-maps-using-modulesfaster to decode (no serde decoding, it&apos;s already &quot;decoded&quot;).This implements a scheme similar to the address map section wherethere&apos;s a &quot;builder&quot; for the section and then a separate half to decodethe section. The same basic encoding, a bit map, is used. This is likelygoing to make accessing stack maps slightly slower, but if that&apos;s anissue we can tweak the representation and align things and/or use`usize` or such.* Update crates/environ/src/compile/stack_maps.rsCo-authored-by: Andrew Brown &lt;andrew.brown@intel.com&gt;* Review comments* More review comments* Fix MIRI test by enabling `unaligned` object feature---------Co-authored-by: Andrew Brown &lt;andrew.brown@intel.com&gt;

            List of files:
            /wasmtime-44.0.1/crates/environ/src/compile/stack_maps.rs</description>
        <pubDate>Thu, 20 Mar 2025 19:46:14 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
</channel>
</rss>
