Binary compatibility report for the V8 library between 3.25.19 and 3.25.20 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.25.19 |
Version #2 | 3.25.20 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 571 / 411 |
Verdict | Incompatible (1.1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 13 |
Removed Symbols | High | 6 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 6 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (13)
v8.h,
libv8.so
namespace v8
ScriptCompiler::CachedData::CachedData [in-charge] ( uint8_t const* data, int length, enum ScriptCompiler::CachedData::BufferPolicy buffer_policy )
[symbol: _ZN2v814ScriptCompiler10CachedDataC1EPKhiNS1_12BufferPolicyE]
ScriptCompiler::CachedData::CachedData [not-in-charge] ( uint8_t const* data, int length, enum ScriptCompiler::CachedData::BufferPolicy buffer_policy )
[symbol: _ZN2v814ScriptCompiler10CachedDataC2EPKhiNS1_12BufferPolicyE]
ScriptCompiler::CachedData::~CachedData [in-charge] ( )
[symbol: _ZN2v814ScriptCompiler10CachedDataD1Ev]
ScriptCompiler::CachedData::~CachedData [not-in-charge] ( )
[symbol: _ZN2v814ScriptCompiler10CachedDataD2Ev]
ScriptCompiler::Compile ( Isolate* isolate, ScriptCompiler::Source* source, enum ScriptCompiler::CompileOptions options ) [static]
[symbol: _ZN2v814ScriptCompiler7CompileEPNS_7IsolateEPNS0_6SourceENS0_14CompileOptionsE]
ScriptCompiler::CompileUnbound ( Isolate* isolate, ScriptCompiler::Source* source, enum ScriptCompiler::CompileOptions options ) [static]
[symbol: _ZN2v814ScriptCompiler14CompileUnboundEPNS_7IsolateEPNS0_6SourceENS0_14CompileOptionsE]
ScriptCompiler::Source::GetCachedData ( ) const
[symbol: _ZNK2v814ScriptCompiler6Source13GetCachedDataEv]
ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptCompiler::CachedData* cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEEPNS0_10CachedDataE]
ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData* cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEERKNS_12ScriptOriginEPNS0_10CachedDataE]
ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptCompiler::CachedData* cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEEPNS0_10CachedDataE]
ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData* cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEERKNS_12ScriptOriginEPNS0_10CachedDataE]
ScriptCompiler::Source::~Source [in-charge] ( )
[symbol: _ZN2v814ScriptCompiler6SourceD1Ev]
ScriptCompiler::Source::~Source [not-in-charge] ( )
[symbol: _ZN2v814ScriptCompiler6SourceD2Ev]
to the top
Removed Symbols (6)
v8.h,
libv8.so
namespace v8
ScriptCompiler::Compile ( Isolate* isolate, ScriptCompiler::Source const& source, enum ScriptCompiler::CompileOptions options ) [static]
[symbol: _ZN2v814ScriptCompiler7CompileEPNS_7IsolateERKNS0_6SourceENS0_14CompileOptionsE]
ScriptCompiler::CompileUnbound ( Isolate* isolate, ScriptCompiler::Source const& source, enum ScriptCompiler::CompileOptions options ) [static]
[symbol: _ZN2v814ScriptCompiler14CompileUnboundEPNS_7IsolateERKNS0_6SourceENS0_14CompileOptionsE]
ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptCompiler::CachedData const& cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEERKNS0_10CachedDataE]
ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData const& cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEERKNS_12ScriptOriginERKNS0_10CachedDataE]
ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptCompiler::CachedData const& cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEERKNS0_10CachedDataE]
ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData const& cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEERKNS_12ScriptOriginERKNS0_10CachedDataE]
to the top
Problems with Symbols, High Severity (6)
v8.h,
libv8.so
namespace v8
[+] ScriptCompiler::Compile ( Isolate* isolate, ScriptCompiler::Source const& source, enum ScriptCompiler::CompileOptions options ) [static] (1)
changed to:ScriptCompiler::Compile ( Isolate* isolate, ScriptCompiler::Source* source, enum ScriptCompiler::CompileOptions options ) [static]
[symbol: _ZN2v814ScriptCompiler7CompileEPNS_7IsolateERKNS0_6SourceENS0_14CompileOptionsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v814ScriptCompiler7CompileEPNS_7IsolateERKNS0_6SourceENS0_14CompileOptionsE to _ZN2v814ScriptCompiler7CompileEPNS_7IsolateEPNS0_6SourceENS0_14CompileOptionsE. This may cause "undefined reference" linker error in old client applications. |
[+] ScriptCompiler::CompileUnbound ( Isolate* isolate, ScriptCompiler::Source const& source, enum ScriptCompiler::CompileOptions options ) [static] (1)
changed to:ScriptCompiler::CompileUnbound ( Isolate* isolate, ScriptCompiler::Source* source, enum ScriptCompiler::CompileOptions options ) [static]
[symbol: _ZN2v814ScriptCompiler14CompileUnboundEPNS_7IsolateERKNS0_6SourceENS0_14CompileOptionsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v814ScriptCompiler14CompileUnboundEPNS_7IsolateERKNS0_6SourceENS0_14CompileOptionsE to _ZN2v814ScriptCompiler14CompileUnboundEPNS_7IsolateEPNS0_6SourceENS0_14CompileOptionsE. This may cause "undefined reference" linker error in old client applications. |
[+] ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptCompiler::CachedData const& cached_data ) (1)
changed to:ScriptCompiler::Source::~Source [not-in-charge] ( )
[symbol: _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEERKNS0_10CachedDataE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEERKNS0_10CachedDataE to _ZN2v814ScriptCompiler6SourceD2Ev. This may cause "undefined reference" linker error in old client applications. |
[+] ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptCompiler::CachedData const& cached_data ) (1)
changed to:ScriptCompiler::Source::~Source [not-in-charge] ( )
[symbol: _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEERKNS0_10CachedDataE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEERKNS0_10CachedDataE to _ZN2v814ScriptCompiler6SourceD2Ev. This may cause "undefined reference" linker error in old client applications. |
[+] ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData const& cached_data ) (1)
changed to:ScriptCompiler::Source::~Source [not-in-charge] ( )
[symbol: _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEERKNS_12ScriptOriginERKNS0_10CachedDataE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEERKNS_12ScriptOriginERKNS0_10CachedDataE to _ZN2v814ScriptCompiler6SourceD2Ev. This may cause "undefined reference" linker error in old client applications. |
[+] ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData const& cached_data ) (1)
changed to:ScriptCompiler::Source::~Source [not-in-charge] ( )
[symbol: _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEERKNS_12ScriptOriginERKNS0_10CachedDataE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEERKNS_12ScriptOriginERKNS0_10CachedDataE to _ZN2v814ScriptCompiler6SourceD2Ev. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (6)
v8-platform.h
v8-profiler.h
v8-util.h
v8.h
v8config.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top