Binary compatibility report for the V8 library between 3.26.15 and 3.26.16 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.26.15 |
Version #2 | 3.26.16 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 571 / 416 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (1)
v8.h,
libv8.so
namespace v8
[+] V8::TerminateExecution ( Isolate* isolate ) [static] (1)
[symbol: _ZN2v82V818TerminateExecutionEPNS_7IsolateE]
| Change | Effect |
---|
1 | The default argument 0 of 1st parameter isolate has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
to the top
Header Files (6)
v8-platform.h
v8-profiler.h
v8-util.h
v8.h
v8config.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top