<?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 system.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>73ef034a - Insert veneers on arm64 in cranelift-jit where necessary (#12239)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/jit/src/memory/system.rs#73ef034a</link>
        <description>Insert veneers on arm64 in cranelift-jit where necessary (#12239)* Remove unnecessary methods from JITModule Module impl* Fix range assertion in cranelift-jit Arm64Call reloc handling* Rename exception_data to wasmtime_exception_dataIt is a wasmtime specific format that doesn&apos;t match what cranelift-jitcould register with the system unwinder in the future.* Move memory allocation into CompiledBlobIn preparation for inserting veneers on arm64.* Respect addend for Arm64Call relocs* Insert veneers on arm64 in cranelift-jit where necessary* Rename const item

            List of files:
            /wasmtime-44.0.1/cranelift/jit/src/memory/system.rs</description>
        <pubDate>Mon, 12 Jan 2026 15:38:02 +0000</pubDate>
        <dc:creator>bjorn3 &lt;17426603+bjorn3@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>90ac295e - Update Wasmtime to the 2024 Rust Edition (#10806)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/jit/src/memory/system.rs#90ac295e</link>
        <description>Update Wasmtime to the 2024 Rust Edition (#10806)* Update Wasmtime to the 2024 Rust EditionNow that our MSRV supports the 2024 edition it&apos;s possible to make thisswitch. This commit moves Wasmtime to the 2024 Edition to keepup-to-date with Rust idioms and access many of the edition featuresexclusive to the 2024 edition.prtest:full* Reformat with the 2024 edition

            List of files:
            /wasmtime-44.0.1/cranelift/jit/src/memory/system.rs</description>
        <pubDate>Mon, 19 May 2025 16:40:55 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>56148ad9 - cranelift-jit: add bump memory allocator, make configurable (#10512)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/jit/src/memory/system.rs#56148ad9</link>
        <description>cranelift-jit: add bump memory allocator, make configurable (#10512)* cranelift-jit: add bump memory allocator, make configurableThis adds a new JIT memory allocator which operates on an address rangethat is reserved up-front. This is useful in order to side-step issueswhere allocation behavior affect relocations, i.e. on x86 where we runinto issues when the system allocator returns memory that is more than4 GiB apart.The main drawback of this allocator option is that the memory range hasto be reserved up-front, so allocation will fail if this space isexhausted.This commit:- adds a &apos;JITMemoryProvider&apos; trait- moves the previous on-demand allocator to this trait- adds a new &apos;Arena&apos; allocator* ArenaMemoryProvider: add tests, simplify alignment logic* ArenaMemoryProvider: add asserts* Move pipeline flush back out of `set_readable_and_executable`* Fix aarch64 build* Document Windows overcommit limitation

            List of files:
            /wasmtime-44.0.1/cranelift/jit/src/memory/system.rs</description>
        <pubDate>Wed, 09 Apr 2025 00:20:23 +0000</pubDate>
        <dc:creator>Mrmaxmeier &lt;3913977+Mrmaxmeier@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
