Binary compatibility report for the V8 library between 3.9.11 and 3.9.12 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.9.11 |
Version #2 | 3.9.12 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 415 / 304 |
Verdict | Incompatible (0.24%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (2)
v8-profiler.h,
libv8.so
namespace v8
HeapGraphNode::GetRetainedSize ( ) const
[ symbol: _ZNK2v813HeapGraphNode15GetRetainedSizeEv ]
v8.h,
libv8.so
namespace v8
V8::SetReturnAddressLocationResolver ( ReturnAddressLocationResolver return_address_resolver ) [static]
[ symbol: _ZN2v82V832SetReturnAddressLocationResolverEPFjjE ]
to the top
Removed Symbols (1)
v8-profiler.h,
libv8.so
namespace v8
HeapGraphNode::GetRetainedSize ( bool exact ) const
[ symbol: _ZNK2v813HeapGraphNode15GetRetainedSizeEb ]
to the top
Problems with Symbols, High Severity (1)
v8-profiler.h,
libv8.so
namespace v8
[+] HeapGraphNode::GetRetainedSize ( bool exact ) const (1)
changed to:HeapGraphNode::GetRetainedSize ( ) const
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK2v813HeapGraphNode15GetRetainedSizeEb to _ZNK2v813HeapGraphNode15GetRetainedSizeEv. This may cause "undefined reference" linker error in old client 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