Binary compatibility report for the V8 library between 3.20.11.2 and 3.20.12 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.20.11.2 |
Version #2 | 3.20.12 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 560 / 402 |
Verdict | Incompatible (1.2%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 6 |
Removed Symbols | High | 5 |
Problems with Data Types | High | 2 |
Medium | 0 |
Low | 2 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (6)
v8.h,
libv8.so
namespace v8
BooleanObject::ValueOf ( ) const
[symbol: _ZNK2v813BooleanObject7ValueOfEv]
Date::ValueOf ( ) const
[symbol: _ZNK2v84Date7ValueOfEv]
Message::IsSharedCrossOrigin ( ) const
[symbol: _ZNK2v87Message19IsSharedCrossOriginEv]
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 (2)
v8.h
namespace v8
[+] class ArrayBuffer::Allocator (1)
| Change |
Effect |
1 | Virtual method ArrayBuffer::Allocator::AllocateUninitialized ( size_t ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
ArrayBuffer::~Allocator |
ArrayBuffer::~Allocator |
12 |
ArrayBuffer::~Allocator |
ArrayBuffer::~Allocator |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
ArrayBuffer::Allocator::AllocateUninitialized |
24 |
|
__cxa_pure_virtual |
[+] affected symbols (1)
ArrayBuffer::Allocator::Free ( void* data )This method is from 'ArrayBuffer::Allocator' class.
[+] 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
Problems with Data Types, Low Severity (2)
v8.h
namespace v8
[+] class ScriptOrigin (2)
| Change |
Effect |
1 | Field resource_is_shared_cross_origin_ has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 12 bytes to 16 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (3)
Function::GetScriptOrigin ( ) constReturn value has type 'ScriptOrigin'.
Script::Compile ( Handle<String> source, ScriptOrigin* origin, ScriptData* pre_data, Handle<String> script_data ) [static]2nd parameter 'origin' (pointer) has base type 'ScriptOrigin'.
Script::New ( Handle<String> source, ScriptOrigin* origin, ScriptData* pre_data, Handle<String> script_data ) [static]2nd parameter 'origin' (pointer) has base type 'ScriptOrigin'.
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 134 to 135. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of 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