Binary compatibility report for the V8 library between 3.14.5.10 and 3.15.0 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.14.5.10 |
Version #2 | 3.15.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 484 / 326 |
Verdict | Incompatible (0.8%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 1 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (1)
v8.h,
libv8.so
namespace v8
V8::AddMessageListener ( MessageCallback that ) [static]
[symbol: _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEE]
to the top
Removed Symbols (1)
v8.h,
libv8.so
namespace v8
V8::AddMessageListener ( MessageCallback that, Handle<Value> data ) [static]
[symbol: _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEES5_]
to the top
Problems with Data Types, High Severity (1)
v8.h
namespace v8
[+] class HeapStatistics (1)
| Change |
Effect |
1 | Size of this class has been increased from 16 bytes to 20 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 constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
HeapStatistics::HeapStatistics [in-charge] ( )This constructor is from 'HeapStatistics' class.
V8::GetHeapStatistics ( HeapStatistics* heap_statistics ) [static]1st parameter 'heap_statistics' (pointer) has base type 'HeapStatistics'.
to the top
Problems with Symbols, High Severity (1)
v8.h,
libv8.so
namespace v8
[+] V8::AddMessageListener ( MessageCallback that, Handle<Value> data ) [static] (1)
changed to:V8::AddMessageListener ( MessageCallback that ) [static]
[symbol: _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEES5_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEES5_ to _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEE. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Low Severity (1)
v8.h
namespace v8
[+] class HeapStatistics (1)
| Change |
Effect |
1 | Field total_physical_size_ has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (2)
HeapStatistics::HeapStatistics [in-charge] ( )This constructor is from 'HeapStatistics' class.
V8::GetHeapStatistics ( HeapStatistics* heap_statistics ) [static]1st parameter 'heap_statistics' (pointer) has base type 'HeapStatistics'.
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