• B
    Work around Windows-only V8 concurrent initialization crash · 48bcfce0
    Bert Belder 提交于
    This patch provides a work-around for an apparent V8 bug where
    initializing multiple isolates concurrently leads to a crash on
    Windows.
    
    At the time of writing the cause of this crash is not exactly
    understood, but it seems to be related to the V8 internal
    function win64_unwindinfo::RegisterNonABICompliantCodeRange(),
    which didn't exist in older versions of V8.
    48bcfce0
api.cc 7.1 KB