Binary compatibility report for the V8 library between 3.22.14 and 3.22.15 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.22.14 |
Version #2 | 3.22.15 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 556 / 372 |
Verdict | Incompatible (0.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 3 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Removed Symbols (3)
v8.h,
libv8.so
namespace v8
Isolate::SetObjectGroupId ( Persistent<Value, NonCopyablePersistentTraits<Value> >const& object, UniqueId id )
[symbol: _ZN2v87Isolate16SetObjectGroupIdERKNS_10PersistentINS_5ValueENS_27NonCopyablePersistentTraitsIS2_EEEENS_8UniqueIdE]
Isolate::SetReference ( Persistent<Object, NonCopyablePersistentTraits<Object> >const& parent, Persistent<Value, NonCopyablePersistentTraits<Value> >const& child )
[symbol: _ZN2v87Isolate12SetReferenceERKNS_10PersistentINS_6ObjectENS_27NonCopyablePersistentTraitsIS2_EEEERKNS1_INS_5ValueENS3_IS8_EEEE]
Isolate::SetReferenceFromGroup ( UniqueId id, Persistent<Value, NonCopyablePersistentTraits<Value> >const& child )
[symbol: _ZN2v87Isolate21SetReferenceFromGroupENS_8UniqueIdERKNS_10PersistentINS_5ValueENS_27NonCopyablePersistentTraitsIS3_EEEE]
to the top
Problems with Symbols, High Severity (3)
v8.h,
libv8.so
namespace v8
[+] Isolate::SetObjectGroupId ( Persistent<Value, NonCopyablePersistentTraits<Value> >const& object, UniqueId id ) (1)
changed to:Isolate::SetObjectGroupId ( struct internal::Object** object, UniqueId id )
[symbol: _ZN2v87Isolate16SetObjectGroupIdERKNS_10PersistentINS_5ValueENS_27NonCopyablePersistentTraitsIS2_EEEENS_8UniqueIdE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v87Isolate16SetObjectGroupIdERKNS_10PersistentINS_5ValueENS_27NonCopyablePersistentTraitsIS2_EEEENS_8UniqueIdE to _ZN2v87Isolate16SetObjectGroupIdEPPNS_8internal6ObjectENS_8UniqueIdE. This may cause "undefined reference" linker error in old client applications. |
[+] Isolate::SetReference ( Persistent<Object, NonCopyablePersistentTraits<Object> >const& parent, Persistent<Value, NonCopyablePersistentTraits<Value> >const& child ) (1)
changed to:Isolate::SetReference ( struct internal::Object** parent, struct internal::Object** child )
[symbol: _ZN2v87Isolate12SetReferenceERKNS_10PersistentINS_6ObjectENS_27NonCopyablePersistentTraitsIS2_EEEERKNS1_INS_5ValueENS3_IS8_EEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v87Isolate12SetReferenceERKNS_10PersistentINS_6ObjectENS_27NonCopyablePersistentTraitsIS2_EEEERKNS1_INS_5ValueENS3_IS8_EEEE to _ZN2v87Isolate12SetReferenceEPPNS_8internal6ObjectES4_. This may cause "undefined reference" linker error in old client applications. |
[+] Isolate::SetReferenceFromGroup ( UniqueId id, Persistent<Value, NonCopyablePersistentTraits<Value> >const& child ) (1)
changed to:Isolate::SetReferenceFromGroup ( UniqueId id, struct internal::Object** object )
[symbol: _ZN2v87Isolate21SetReferenceFromGroupENS_8UniqueIdERKNS_10PersistentINS_5ValueENS_27NonCopyablePersistentTraitsIS3_EEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v87Isolate21SetReferenceFromGroupENS_8UniqueIdERKNS_10PersistentINS_5ValueENS_27NonCopyablePersistentTraitsIS3_EEEE to _ZN2v87Isolate21SetReferenceFromGroupENS_8UniqueIdEPPNS_8internal6ObjectE. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (5)
v8-defaults.h
v8-profiler.h
v8.h
v8config.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top