Binary compatibility report for the V8 library between 3.17.11 and 3.17.13 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.17.11 |
Version #2 | 3.17.13 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 497 / 332 |
Verdict | Incompatible (0.4%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (4)
v8-profiler.h,
libv8.so
namespace v8
CpuProfile::GetSample ( int index ) const
[symbol: _ZNK2v810CpuProfile9GetSampleEi]
CpuProfile::GetSamplesCount ( ) const
[symbol: _ZNK2v810CpuProfile15GetSamplesCountEv]
CpuProfileNode::GetNodeId ( ) const
[symbol: _ZNK2v814CpuProfileNode9GetNodeIdEv]
CpuProfiler::StartProfiling ( Handle<String> title, bool record_samples ) [static]
[symbol: _ZN2v811CpuProfiler14StartProfilingENS_6HandleINS_6StringEEEb]
to the top
Removed Symbols (2)
v8-profiler.h,
libv8.so
namespace v8
CpuProfile::GetBottomUpRoot ( ) const
[symbol: _ZNK2v810CpuProfile15GetBottomUpRootEv]
CpuProfiler::StartProfiling ( Handle<String> title ) [static]
[symbol: _ZN2v811CpuProfiler14StartProfilingENS_6HandleINS_6StringEEE]
to the top
Problems with Symbols, High Severity (1)
v8-profiler.h,
libv8.so
namespace v8
[+] CpuProfiler::StartProfiling ( Handle<String> title ) [static] (1)
changed to:CpuProfiler::StartProfiling ( Handle<String> title, bool record_samples ) [static]
[symbol: _ZN2v811CpuProfiler14StartProfilingENS_6HandleINS_6StringEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v811CpuProfiler14StartProfilingENS_6HandleINS_6StringEEE to _ZN2v811CpuProfiler14StartProfilingENS_6HandleINS_6StringEEEb. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Low Severity (1)
v8-profiler.h
namespace v8
[+] enum HeapGraphNode::Type (1)
| Change |
Effect |
1 | The member kContext has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
[+] 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-testing.h
v8.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top