Binary compatibility report for the V8 library between 3.26.9 and 3.26.10 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.26.9 |
Version #2 | 3.26.10 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 575 / 417 |
Verdict | Incompatible (0.7%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 1 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (1)
v8.h,
libv8.so
namespace v8
ResourceConstraints::ConfigureDefaults ( uint64_t physical_memory, uint64_t virtual_memory_limit, uint32_t number_of_processors )
[symbol: _ZN2v819ResourceConstraints17ConfigureDefaultsEyyj]
to the top
Removed Symbols (1)
v8.h,
libv8.so
namespace v8
ResourceConstraints::ConfigureDefaults ( uint64_t physical_memory, uint32_t number_of_processors )
[symbol: _ZN2v819ResourceConstraints17ConfigureDefaultsEyj]
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 20 bytes to 24 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 ( Isolate* isolate, ResourceConstraints* constraints )2nd parameter 'constraints' (pointer) has base type 'ResourceConstraints'.
to the top
Problems with Symbols, High Severity (1)
v8.h,
libv8.so
namespace v8
[+] ResourceConstraints::ConfigureDefaults ( uint64_t physical_memory, uint32_t number_of_processors ) (1)
changed to:ResourceConstraints::ConfigureDefaults ( uint64_t physical_memory, uint64_t virtual_memory_limit, uint32_t number_of_processors )
[symbol: _ZN2v819ResourceConstraints17ConfigureDefaultsEyj]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v819ResourceConstraints17ConfigureDefaultsEyj to _ZN2v819ResourceConstraints17ConfigureDefaultsEyyj. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Low Severity (1)
v8.h
namespace v8
[+] class ResourceConstraints (1)
| Change |
Effect |
1 | Field code_range_size_ 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 ( Isolate* isolate, ResourceConstraints* constraints )2nd parameter 'constraints' (pointer) has base type 'ResourceConstraints'.
to the top
Header Files (6)
v8-platform.h
v8-profiler.h
v8-util.h
v8.h
v8config.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top