Binary compatibility report for the V8 library between 3.19.12.1 and 3.19.13 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.19.12.1 |
Version #2 | 3.19.13 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 584 / 400 |
Verdict | Incompatible (0.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (2)
v8.h,
libv8.so
namespace v8
ArrayBuffer::Externalize ( )
[symbol: _ZN2v811ArrayBuffer11ExternalizeEv]
V8::SetArrayBufferAllocator ( ArrayBuffer::Allocator* allocator ) [static]
[symbol: _ZN2v82V823SetArrayBufferAllocatorEPNS_11ArrayBuffer9AllocatorE]
to the top
Removed Symbols (3)
v8.h,
libv8.so
namespace v8
ArrayBuffer::Externalize ( ArrayBufferContents* contents )
[symbol: _ZN2v811ArrayBuffer11ExternalizeEPNS_19ArrayBufferContentsE]
ArrayBufferContents::~ArrayBufferContents [in-charge] ( )
[symbol: _ZN2v819ArrayBufferContentsD1Ev]
ArrayBufferContents::~ArrayBufferContents [not-in-charge] ( )
[symbol: _ZN2v819ArrayBufferContentsD2Ev]
to the top
Problems with Symbols, High Severity (1)
v8.h,
libv8.so
namespace v8
[+] ArrayBuffer::Externalize ( ArrayBufferContents* contents ) (1)
changed to:ArrayBuffer::Externalize ( )
[symbol: _ZN2v811ArrayBuffer11ExternalizeEPNS_19ArrayBufferContentsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v811ArrayBuffer11ExternalizeEPNS_19ArrayBufferContentsE to _ZN2v811ArrayBuffer11ExternalizeEv. 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