Binary compatibility report for the V8 library between 3.21.12.2 and 3.21.13 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.21.12.2 |
Version #2 | 3.21.13 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 560 / 377 |
Verdict | Incompatible (0.9%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 1 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Data Types | - | 2 |
Removed Symbols (2)
v8.h,
libv8.so
namespace v8
HandleScope::HandleScope [in-charge] ( )
[symbol: _ZN2v811HandleScopeC1Ev]
HandleScope::HandleScope [not-in-charge] ( )
[symbol: _ZN2v811HandleScopeC2Ev]
to the top
Problems with Data Types, High Severity (1)
v8.h
namespace v8
[+] class ResourceConstraints (1)
| Change |
Effect |
1 | Size of this class has been increased from 16 bytes to 20 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
ResourceConstraints::ResourceConstraints [in-charge] ( )This constructor is from 'ResourceConstraints' class.
SetResourceConstraints ( ResourceConstraints* constraints )1st parameter 'constraints' (pointer) has base type 'ResourceConstraints'.
to the top
Problems with Data Types, Low Severity (1)
v8.h
namespace v8
[+] class ResourceConstraints (1)
| Change |
Effect |
1 | Field is_memory_constrained_ 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. |
[+] affected symbols (2)
ResourceConstraints::ResourceConstraints [in-charge] ( )This constructor is from 'ResourceConstraints' class.
SetResourceConstraints ( ResourceConstraints* constraints )1st parameter 'constraints' (pointer) has base type 'ResourceConstraints'.
to the top
Other Changes in Data Types (2)
v8-profiler.h
namespace v8
[+] enum HeapGraphNode::Type (2)
| Change |
Effect |
1 | The member kConsString with value 10 has been added. | No effect. |
2 | The member kSlicedString with value 11 has been added. | No effect. |
[+] affected symbols (1)
HeapGraphNode::GetType ( ) constReturn value has type 'enum HeapGraphNode::Type'.
to the top
Header Files (5)
v8-preparser.h
v8-profiler.h
v8.h
v8config.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top