Binary compatibility report for the V8 library between 3.15.11.18 and 3.16.0 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.15.11.18 |
Version #2 | 3.16.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 471 / 320 |
Verdict | Incompatible (0.4%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (3)
v8.h,
libv8.so
namespace v8
FunctionTemplate::New ( InvocationCallback callback, Handle<Value> data, Handle<Signature> signature, int length ) [static]
[symbol: _ZN2v816FunctionTemplate3NewEPFNS_6HandleINS_5ValueEEERKNS_9ArgumentsEES3_NS1_INS_9SignatureEEEi]
FunctionTemplate::SetLength ( int length )
[symbol: _ZN2v816FunctionTemplate9SetLengthEi]
V8::AddMessageListener ( MessageCallback that ) [static]
[symbol: _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEE]
to the top
Removed Symbols (2)
v8.h,
libv8.so
namespace v8
FunctionTemplate::New ( InvocationCallback callback, Handle<Value> data, Handle<Signature> signature ) [static]
[symbol: _ZN2v816FunctionTemplate3NewEPFNS_6HandleINS_5ValueEEERKNS_9ArgumentsEES3_NS1_INS_9SignatureEEE]
V8::AddMessageListener ( MessageCallback that, Handle<Value> data ) [static]
[symbol: _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEES5_]
to the top
Problems with Symbols, High Severity (2)
v8.h,
libv8.so
namespace v8
[+] FunctionTemplate::New ( InvocationCallback callback, Handle<Value> data, Handle<Signature> signature ) [static] (1)
changed to:FunctionTemplate::New ( InvocationCallback callback, Handle<Value> data, Handle<Signature> signature, int length ) [static]
[symbol: _ZN2v816FunctionTemplate3NewEPFNS_6HandleINS_5ValueEEERKNS_9ArgumentsEES3_NS1_INS_9SignatureEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v816FunctionTemplate3NewEPFNS_6HandleINS_5ValueEEERKNS_9ArgumentsEES3_NS1_INS_9SignatureEEE to _ZN2v816FunctionTemplate3NewEPFNS_6HandleINS_5ValueEEERKNS_9ArgumentsEES3_NS1_INS_9SignatureEEEi. This may cause "undefined reference" linker error in old client applications. |
[+] V8::AddMessageListener ( MessageCallback that, Handle<Value> data ) [static] (1)
changed to:V8::AddMessageListener ( MessageCallback that ) [static]
[symbol: _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEES5_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEES5_ to _ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueEEEE. 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