Binary compatibility report for the V8 library between 3.22.5 and 3.22.6 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.22.5 |
Version #2 | 3.22.6 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 552 / 374 |
Verdict | Incompatible (0.2%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
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 |
Added Symbols (1)
v8.h,
libv8.so
namespace v8
ScriptData::PreCompile ( Isolate* isolate, char const* input, int length ) [static]
[symbol: _ZN2v810ScriptData10PreCompileEPNS_7IsolateEPKci]
to the top
Removed Symbols (1)
v8.h,
libv8.so
namespace v8
ScriptData::PreCompile ( char const* input, int length ) [static]
[symbol: _ZN2v810ScriptData10PreCompileEPKci]
to the top
Problems with Symbols, High Severity (1)
v8.h,
libv8.so
namespace v8
[+] ScriptData::PreCompile ( char const* input, int length ) [static] (1)
changed to:ScriptData::PreCompile ( Isolate* isolate, char const* input, int length ) [static]
[symbol: _ZN2v810ScriptData10PreCompileEPKci]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v810ScriptData10PreCompileEPKci to _ZN2v810ScriptData10PreCompileEPNS_7IsolateEPKci. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (6)
v8-defaults.h
v8-preparser.h
v8-profiler.h
v8.h
v8config.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top