Binary compatibility report for the V8 library between 3.20.14.2 and 3.20.15 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.20.14.2 |
Version #2 | 3.20.15 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 4 |
Total Shared Libraries | 1 |
Total Symbols / Types | 566 / 402 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (2)
v8-profiler.h,
libv8.so
namespace v8
CpuProfileNode::GetHitCount ( ) const
[symbol: _ZNK2v814CpuProfileNode11GetHitCountEv]
CpuProfiler::SetIdle ( bool is_idle )
[symbol: _ZN2v811CpuProfiler7SetIdleEb]
to the top
Problems with Symbols, Low Severity (1)
v8.h,
libv8.so
namespace v8
[+] JSON::Parse ( Local<String> json_string ) [static] (1)
[symbol: _ZN2v84JSON5ParseENS_5LocalINS_6StringEEE]
| Change | Effect |
---|
1 | Type of return value has been changed from Local<Object> to Local<Value>. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Header Files (4)
v8-preparser.h
v8-profiler.h
v8.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top