Binary compatibility report for the V8 library between 3.19.3.1 and 3.19.4 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.19.3.1 |
Version #2 | 3.19.4 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 579 / 404 |
Verdict | Incompatible (0.2%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 1 |
Added Symbols (4)
v8.h,
libv8.so
namespace v8
ArrayBuffer::Externalize ( ArrayBufferContents* contents )
[symbol: _ZN2v811ArrayBuffer11ExternalizeEPNS_19ArrayBufferContentsE]
ArrayBuffer::IsExternal ( ) const
[symbol: _ZNK2v811ArrayBuffer10IsExternalEv]
ArrayBufferContents::~ArrayBufferContents [in-charge] ( )
[symbol: _ZN2v819ArrayBufferContentsD1Ev]
ArrayBufferContents::~ArrayBufferContents [not-in-charge] ( )
[symbol: _ZN2v819ArrayBufferContentsD2Ev]
to the top
Removed Symbols (1)
v8.h,
libv8.so
namespace v8
ArrayBuffer::Data ( ) const
[symbol: _ZNK2v811ArrayBuffer4DataEv]
to the top
Problems with Symbols, Low Severity (1)
v8.h
namespace v8::internal
[+] Internals::kEmptyStringRootIndex [data] (1)
[symbol: _ZN2v88internal9Internals21kEmptyStringRootIndexE]
| Change | Effect |
---|
1 | The initial value of this global data has been changed from 127 to 129. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
to the top
Other Changes in Constants (1)
v8.h
[+] V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT
| Change | Effect |
---|
1 | The constant V8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT with value 2 has been added. | No effect. |
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