Binary compatibility report for the V8 library between 3.0.1.1 and 3.0.2 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.0.1.1 |
Version #2 | 3.0.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 386 / 276 |
Verdict | Incompatible (0.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Data Types | - | 1 |
Added Symbols (1)
v8-profiler.h,
libv8.so
namespace v8
HeapProfiler::TakeSnapshot ( Handle<String> title, HeapSnapshot::Type type ) [static]
[symbol: _ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnapshot4TypeE]
to the top
Removed Symbols (1)
v8-profiler.h,
libv8.so
namespace v8
HeapProfiler::TakeSnapshot ( Handle<String> title, HeapSnapshot::Type type, ActivityControl* control ) [static]
[symbol: _ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnapshot4TypeEPNS_15ActivityControlE]
to the top
Problems with Data Types, High Severity (1)
v8-preparser.h
namespace v8
[+] class UnicodeInputStream (1)
| Change |
Effect |
1 | Pure virtual method UnicodeInputStream::PushBack ( int32_t ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~UnicodeInputStream |
~UnicodeInputStream |
12 |
~UnicodeInputStream |
~UnicodeInputStream |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
|
__cxa_pure_virtual |
[+] affected symbols (1)
UnicodeInputStream::Next ( )This method is from 'UnicodeInputStream' class.
to the top
Problems with Symbols, High Severity (1)
v8-profiler.h,
libv8.so
namespace v8
[+] HeapProfiler::TakeSnapshot ( Handle<String> title, HeapSnapshot::Type type, ActivityControl* control ) [static] (1)
changed to:HeapProfiler::TakeSnapshot ( Handle<String> title, HeapSnapshot::Type type ) [static]
[symbol: _ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnapshot4TypeEPNS_15ActivityControlE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnapshot4TypeEPNS_15ActivityControlE to _ZN2v812HeapProfiler12TakeSnapshotENS_6HandleINS_6StringEEENS_12HeapSnapshot4TypeE. This may cause "undefined reference" linker error in old client applications. |
to the top
Other Changes in Data Types (1)
v8-profiler.h
namespace v8
[+] enum HeapGraphNode::Type (1)
| Change |
Effect |
1 | The member kInternal with value 0 has been added. | No effect. |
[+] affected symbols (1)
HeapGraphNode::GetType ( ) constReturn value has type '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