Binary compatibility report for the V8 library between 3.18.3.2 and 3.18.4 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.18.3.2 |
Version #2 | 3.18.4 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 529 / 345 |
Verdict | Incompatible (0.2%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 8 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (8)
v8-profiler.h,
libv8.so
namespace v8
HeapProfiler::SetRetainedObjectInfo ( UniqueId id, RetainedObjectInfo* info )
[symbol: _ZN2v812HeapProfiler21SetRetainedObjectInfoENS_8UniqueIdEPNS_18RetainedObjectInfoE]
v8.h,
libv8.so
namespace v8
ArrayBuffer::ByteLength ( ) const
[symbol: _ZNK2v811ArrayBuffer10ByteLengthEv]
ArrayBuffer::Data ( ) const
[symbol: _ZNK2v811ArrayBuffer4DataEv]
ArrayBuffer::New ( size_t byte_length ) [static]
[symbol: _ZN2v811ArrayBuffer3NewEj]
ArrayBuffer::New ( void* data, size_t byte_length ) [static]
[symbol: _ZN2v811ArrayBuffer3NewEPvj]
Isolate::SetObjectGroupId ( Persistent<Value>const& object, UniqueId id )
[symbol: _ZN2v87Isolate16SetObjectGroupIdERKNS_10PersistentINS_5ValueEEENS_8UniqueIdE]
Isolate::SetReference ( Persistent<Object>const& parent, Persistent<Value>const& child )
[symbol: _ZN2v87Isolate12SetReferenceERKNS_10PersistentINS_6ObjectEEERKNS1_INS_5ValueEEE]
Isolate::SetReferenceFromGroup ( UniqueId id, Persistent<Value>const& child )
[symbol: _ZN2v87Isolate21SetReferenceFromGroupENS_8UniqueIdERKNS_10PersistentINS_5ValueEEE]
to the top
Removed Symbols (1)
v8.h,
libv8.so
namespace v8
String::MayContainNonAscii ( ) const
[symbol: _ZNK2v86String18MayContainNonAsciiEv]
to the top
Problems with Symbols, Low Severity (1)
v8.h
namespace v8::internal
[+] Internals::kContextEmbedderDataIndex [data] (1)
[symbol: _ZN2v88internal9Internals25kContextEmbedderDataIndexE]
| Change | Effect |
---|
1 | The initial value of this global data has been changed from 55 to 56. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
to the top
Header Files (5)
v8-preparser.h
v8-profiler.h
v8-testing.h
v8.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top