Binary compatibility report for the V8 library between 3.17.14 and 3.17.15 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.17.14 |
Version #2 | 3.17.15 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 518 / 332 |
Verdict | Incompatible (4.4%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 23 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (1)
v8-profiler.h,
libv8.so
namespace v8
CpuProfiler::StartProfiling ( Handle<String> title ) [static]
[symbol: _ZN2v811CpuProfiler14StartProfilingENS_6HandleINS_6StringEEE]
to the top
Removed Symbols (23)
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::DeleteAllCpuProfiles ( )
[symbol: _ZN2v811CpuProfiler20DeleteAllCpuProfilesEv]
CpuProfiler::FindCpuProfile ( unsigned int uid, Handle<Value> security_token )
[symbol: _ZN2v811CpuProfiler14FindCpuProfileEjNS_6HandleINS_5ValueEEE]
CpuProfiler::GetCpuProfile ( int index, Handle<Value> security_token )
[symbol: _ZN2v811CpuProfiler13GetCpuProfileEiNS_6HandleINS_5ValueEEE]
CpuProfiler::GetProfileCount ( )
[symbol: _ZN2v811CpuProfiler15GetProfileCountEv]
CpuProfiler::StartCpuProfiling ( Handle<String> title, bool record_samples )
[symbol: _ZN2v811CpuProfiler17StartCpuProfilingENS_6HandleINS_6StringEEEb]
CpuProfiler::StartProfiling ( Handle<String> title, bool record_samples ) [static]
[symbol: _ZN2v811CpuProfiler14StartProfilingENS_6HandleINS_6StringEEEb]
CpuProfiler::StopCpuProfiling ( Handle<String> title, Handle<Value> security_token )
[symbol: _ZN2v811CpuProfiler16StopCpuProfilingENS_6HandleINS_6StringEEENS1_INS_5ValueEEE]
HeapProfiler::DeleteAllHeapSnapshots ( )
[symbol: _ZN2v812HeapProfiler22DeleteAllHeapSnapshotsEv]
HeapProfiler::FindHeapSnapshot ( unsigned int uid )
[symbol: _ZN2v812HeapProfiler16FindHeapSnapshotEj]
HeapProfiler::GetHeapSnapshot ( int index )
[symbol: _ZN2v812HeapProfiler15GetHeapSnapshotEi]
HeapProfiler::GetHeapStats ( OutputStream* stream )
[symbol: _ZN2v812HeapProfiler12GetHeapStatsEPNS_12OutputStreamE]
HeapProfiler::GetObjectId ( Handle<Value> value )
[symbol: _ZN2v812HeapProfiler11GetObjectIdENS_6HandleINS_5ValueEEE]
HeapProfiler::GetProfilerMemorySize ( )
[symbol: _ZN2v812HeapProfiler21GetProfilerMemorySizeEv]
HeapProfiler::GetSnapshotCount ( )
[symbol: _ZN2v812HeapProfiler16GetSnapshotCountEv]
HeapProfiler::SetWrapperClassInfoProvider ( uint16_t class_id, HeapProfiler::WrapperInfoCallback callback )
[symbol: _ZN2v812HeapProfiler27SetWrapperClassInfoProviderEtPFPNS_18RetainedObjectInfoEtNS_6HandleINS_5ValueEEEE]
HeapProfiler::StartTrackingHeapObjects ( )
[symbol: _ZN2v812HeapProfiler24StartTrackingHeapObjectsEv]
HeapProfiler::StopTrackingHeapObjects ( )
[symbol: _ZN2v812HeapProfiler23StopTrackingHeapObjectsEv]
HeapProfiler::TakeHeapSnapshot ( Handle<String> title, ActivityControl* control, HeapProfiler::ObjectNameResolver* global_object_name_resolver )
[symbol: _ZN2v812HeapProfiler16TakeHeapSnapshotENS_6HandleINS_6StringEEEPNS_15ActivityControlEPNS0_18ObjectNameResolverE]
v8.h,
libv8.so
namespace v8
Isolate::GetCpuProfiler ( )
[symbol: _ZN2v87Isolate14GetCpuProfilerEv]
Isolate::GetHeapProfiler ( )
[symbol: _ZN2v87Isolate15GetHeapProfilerEv]
to the top
Problems with Symbols, High Severity (1)
v8-profiler.h,
libv8.so
namespace v8
[+] CpuProfiler::StartProfiling ( Handle<String> title, bool record_samples ) [static] (1)
changed to:CpuProfiler::StartProfiling ( Handle<String> title ) [static]
[symbol: _ZN2v811CpuProfiler14StartProfilingENS_6HandleINS_6StringEEEb]
| 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_6StringEEEb to _ZN2v811CpuProfiler14StartProfilingENS_6HandleINS_6StringEEE. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Symbols, Low Severity (1)
v8.h,
libv8.so
namespace v8
[+] V8::GetCompressedStartupDataAlgorithm ( ) [static] (1)
[symbol: _ZN2v82V833GetCompressedStartupDataAlgorithmEv]
| Change | Effect |
---|
1 | Type of return value has been changed from enum CompressionAlgorithm to enum StartupData::CompressionAlgorithm. | Replacement of return type may indicate a change in its semantic meaning. |
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