<?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 late_init.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5556616b - [GWP-ASan] Port tests to Fuchsia</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/late_init.cpp#5556616b</link>
        <description>[GWP-ASan] Port tests to FuchsiaThis modifies the tests so that they can be run on Fuchsia:- add the necessary includes for `set`/`vector` etc- do the few modifications required to use zxtest instead og gtest`backtrace.cpp` requires stacktrace support that Fuchsia doesn&apos;t haveyet, and `enable_disable.cpp` currently uses `fork()` which Fuchsiadoesn&apos;t support yet. I&apos;ll revisit this later.I chose to use `harness.h` to hold my &quot;platform-specific&quot; include andnamespace, and using this header in tests rather than `gtest.h`,which I am open to change if someone would rather go another direction.Differential Revision: https://reviews.llvm.org/D91575

            List of files:
            /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/late_init.cpp</description>
        <pubDate>Mon, 16 Nov 2020 23:34:14 +0000</pubDate>
        <dc:creator>Kostya Kortchinsky &lt;kostyak@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0d6fccb4 - [GWP-ASan] Allow late initialisation if single-threaded.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/late_init.cpp#0d6fccb4</link>
        <description>[GWP-ASan] Allow late initialisation if single-threaded.Summary:This patch allows for late initialisation of the GWP-ASan allocator. Previously, if late initialisation occurred, the sample counter was never updated, meaning we would end up having to wait for 2^32 allocations before getting a sampled allocation.Now, we initialise the sampling mechanism in init() as well. We require init() to be called single-threaded, so this isn&apos;t a problem.Reviewers: eugenisReviewed By: eugenisSubscribers: merge_guards_bot, mgorny, #sanitizers, llvm-commits, cferrisTags: #sanitizers, #llvmDifferential Revision: https://reviews.llvm.org/D73896

            List of files:
            /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/late_init.cpp</description>
        <pubDate>Mon, 03 Feb 2020 20:25:51 +0000</pubDate>
        <dc:creator>Mitch Phillips &lt;31459023+hctim@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
