Binary compatibility report for the V8 library between 3.20.10 and 3.20.11 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.20.10 |
Version #2 | 3.20.11 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 559 / 402 |
Verdict | Incompatible (1.1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 5 |
Removed Symbols | High | 5 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (5)
v8.h,
libv8.so
namespace v8
BooleanObject::ValueOf ( ) const
[symbol: _ZNK2v813BooleanObject7ValueOfEv]
Date::ValueOf ( ) const
[symbol: _ZNK2v84Date7ValueOfEv]
NumberObject::ValueOf ( ) const
[symbol: _ZNK2v812NumberObject7ValueOfEv]
StringObject::ValueOf ( ) const
[symbol: _ZNK2v812StringObject7ValueOfEv]
SymbolObject::ValueOf ( ) const
[symbol: _ZNK2v812SymbolObject7ValueOfEv]
to the top
Removed Symbols (5)
v8.h,
libv8.so
namespace v8
BooleanObject::BooleanValue ( ) const
[symbol: _ZNK2v813BooleanObject12BooleanValueEv]
Date::NumberValue ( ) const
[symbol: _ZNK2v84Date11NumberValueEv]
NumberObject::NumberValue ( ) const
[symbol: _ZNK2v812NumberObject11NumberValueEv]
StringObject::StringValue ( ) const
[symbol: _ZNK2v812StringObject11StringValueEv]
SymbolObject::SymbolValue ( ) const
[symbol: _ZNK2v812SymbolObject11SymbolValueEv]
to the top
Problems with Data Types, High Severity (1)
v8.h
namespace v8
[+] struct Handle<Symbol> (1)
| Change |
Effect |
1 | Size of this type has been changed from 0 bytes to 4 bytes. | Layout of parameter's stack of several functions has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
[+] affected symbols (1)
SymbolObject::New ( Isolate* isolate, Handle<Symbol> value ) [static]2nd parameter 'value' has type 'Handle<Symbol>'.
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