Binary compatibility report for the V8 library from version 3.3.4 to 3.3.5.1 on x86
Test Info
Library Name | V8 |
---|
Version #1 | 3.3.4 |
---|
Version #2 | 3.3.5.1 |
---|
CPU Architecture | x86 |
---|
GCC Version | 4.5 |
---|
Test Results Summary
Total Header Files | 5 |
---|
Total Shared Libraries | 1 |
---|
Total Symbols / Types | 402 / 150 |
---|
Verdict | Incompatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 7 |
---|
Removed Symbols | High | 5 |
---|
Problems with Data Types | High | 2 |
---|
Medium | 0 |
Low | 2 |
Problems with Symbols | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
---|
Added Symbols (7)
,
libv8.so
namespace v8
Locker::IsLocked ( Isolate* isolate ) [static]
[ symbol: _ZN2v86Locker8IsLockedEPNS_7IsolateE ]
Locker::Locker [in-charge] ( Isolate* isolate )
[ symbol: _ZN2v86LockerC1EPNS_7IsolateE ]
Locker::Locker [not-in-charge] ( Isolate* isolate )
[ symbol: _ZN2v86LockerC2EPNS_7IsolateE ]
Object::CallAsConstructor ( int argc, Handle<Value>* argv )
[ symbol: _ZN2v86Object17CallAsConstructorEiPNS_6HandleINS_5ValueEEE ]
Object::CallAsFunction ( Handle<Object> recv, int argc, Handle<Value>* argv )
[ symbol: _ZN2v86Object14CallAsFunctionENS_6HandleIS0_EEiPNS1_INS_5ValueEEE ]
Unlocker::Unlocker [in-charge] ( Isolate* isolate )
[ symbol: _ZN2v88UnlockerC1EPNS_7IsolateE ]
Unlocker::Unlocker [not-in-charge] ( Isolate* isolate )
[ symbol: _ZN2v88UnlockerC2EPNS_7IsolateE ]
to the top
Removed Symbols (5)
,
libv8.so
namespace v8
Locker::IsLocked ( ) [static]
[ symbol: _ZN2v86Locker8IsLockedEv ]
Locker::Locker [in-charge] ( )
[ symbol: _ZN2v86LockerC1Ev ]
Locker::Locker [not-in-charge] ( )
[ symbol: _ZN2v86LockerC2Ev ]
Unlocker::Unlocker [in-charge] ( )
[ symbol: _ZN2v88UnlockerC1Ev ]
Unlocker::Unlocker [not-in-charge] ( )
[ symbol: _ZN2v88UnlockerC2Ev ]
to the top
Problems with Data Types, High Severity (2)
namespace v8
[+] Locker (1)
| Change |
Effect |
1 | Size of this class has been increased from 2 to 8 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported costructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
Locker::StartPreemption ( int every_n_ms ) [static]:
This method is from 'Locker' class.
Locker::StopPreemption ( ) [static]:
This method is from 'Locker' class.
Locker::~Locker [in-charge] ( ):
This method is from 'Locker' class.
[+] Unlocker (1)
| Change |
Effect |
1 | Size of this class has been increased from 1 to 4 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported costructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (1)
Unlocker::~Unlocker [in-charge] ( ):
This method is from 'Unlocker' class.
to the top
Problems with Data Types, Low Severity (2)
namespace v8
[+] Locker (1)
| Change |
Effect |
1 | Field isolate_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library symbols, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (3)
Locker::StartPreemption ( int every_n_ms ) [static]:
This method is from 'Locker' class.
Locker::StopPreemption ( ) [static]:
This method is from 'Locker' class.
Locker::~Locker [in-charge] ( ):
This method is from 'Locker' class.
[+] Unlocker (1)
| Change |
Effect |
1 | Field isolate_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library symbols, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (1)
Unlocker::~Unlocker [in-charge] ( ):
This method is from 'Unlocker' class.
to the top
Header Files (5)
to the top
Shared Libraries (1)
libv8.so
to the top