Binary compatibility report for the V8 library between 3.6.6.2 and 3.6.6.3 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.6.6.2 |
Version #2 | 3.6.6.3 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 399 / 295 |
Verdict | Incompatible (0.75%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 3 |
Problems with Symbols | High | 2 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (2)
v8.h,
libv8.so
namespace v8
Extension::Extension [in-charge] ( char const* name, char const* source, int dep_count, char const** deps )
[ symbol: _ZN2v89ExtensionC1EPKcS2_iPS2_ ]
Extension::Extension [not-in-charge] ( char const* name, char const* source, int dep_count, char const** deps )
[ symbol: _ZN2v89ExtensionC2EPKcS2_iPS2_ ]
to the top
Removed Symbols (3)
v8.h,
libv8.so
namespace v8
Extension::Extension [in-charge] ( char const* name, char const* source, int dep_count, char const** deps, int source_length )
[ symbol: _ZN2v89ExtensionC1EPKcS2_iPS2_i ]
Extension::Extension [not-in-charge] ( char const* name, char const* source, int dep_count, char const** deps, int source_length )
[ symbol: _ZN2v89ExtensionC2EPKcS2_iPS2_i ]
vtable for ExternalAsciiStringResourceImpl [data]
[ symbol: _ZTVN2v831ExternalAsciiStringResourceImplE ]
to the top
Problems with Symbols, High Severity (2)
v8.h,
libv8.so
namespace v8
[+] Extension::Extension [in-charge] ( char const* name, char const* source, int dep_count, char const** deps, int source_length ) (1)
changed to:Extension::Extension [in-charge] ( char const* name, char const* source, int dep_count, char const** deps )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v89ExtensionC1EPKcS2_iPS2_i to _ZN2v89ExtensionC1EPKcS2_iPS2_. This may cause "undefined reference" linker error in old client applications. |
[+] Extension::Extension [not-in-charge] ( char const* name, char const* source, int dep_count, char const** deps, int source_length ) (1)
changed to:Extension::Extension [not-in-charge] ( char const* name, char const* source, int dep_count, char const** deps )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v89ExtensionC2EPKcS2_iPS2_i to _ZN2v89ExtensionC2EPKcS2_iPS2_. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Low Severity (3)
v8.h
namespace v8
[+] class Extension (3)
| Change |
Effect |
1 | Size of this type has been changed from 36 bytes to 24 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Type of field source_ has been changed from ExternalAsciiStringResourceImpl (12 bytes) to char const* (4 bytes). | Size of the inclusive type has changed. |
3 | Field source_length_ has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (3)
Extension::GetNativeFunction ( Handle<String> name )This method is from 'Extension' class.
Extension::~Extension [in-charge] ( )This method is from 'Extension' class.
RegisterExtension ( Extension* extension )1st parameter 'extension' (pointer) has base type 'Extension'.
to the top
Problems with Symbols, Low Severity (1)
v8.h,
libv8.so
namespace v8
[+] String::GetExternalAsciiStringResource ( ) const (1)
[ symbol: _ZNK2v86String30GetExternalAsciiStringResourceEv ]
| Change | Effect |
---|
1 | Type of return value has been changed from String::ExternalAsciiStringResource const* to String::ExternalAsciiStringResource*. | 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