Binary compatibility report for the V8 library between 3.22.11 and 3.22.12 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.22.11 |
Version #2 | 3.22.12 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 554 / 374 |
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 | 2 |
Problems with Constants | Low | 0 |
Added Symbols (2)
v8-profiler.h,
libv8.so
namespace v8
HeapProfiler::StartRecordingHeapAllocations ( )
[symbol: _ZN2v812HeapProfiler29StartRecordingHeapAllocationsEv]
HeapProfiler::StopRecordingHeapAllocations ( )
[symbol: _ZN2v812HeapProfiler28StopRecordingHeapAllocationsEv]
to the top
Problems with Symbols, Low Severity (2)
v8.h
namespace v8::internal
[+] Internals::kEmptyStringRootIndex [data] (1)
[symbol: _ZN2v88internal9Internals21kEmptyStringRootIndexE]
| Change | Effect |
---|
1 | The initial value of this global data has been changed from 131 to 132. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
[+] Internals::kJSObjectType [data] (1)
[symbol: _ZN2v88internal9Internals13kJSObjectTypeE]
| Change | Effect |
---|
1 | The initial value of this global data has been changed from 177 to 178. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
to the top
Header Files (5)
v8-defaults.h
v8-profiler.h
v8.h
v8config.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top