Binary compatibility report for the V8 library between 3.5.7 and 3.5.8 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.5.7 |
Version #2 | 3.5.8 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 398 / 295 |
Verdict | Incompatible (1.51%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 3 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (3)
v8.h,
libv8.so
namespace v8
String::Write ( uint16_t* buffer, int start, int length, int options ) const
[ symbol: _ZNK2v86String5WriteEPtiii ]
String::WriteAscii ( char* buffer, int start, int length, int options ) const
[ symbol: _ZNK2v86String10WriteAsciiEPciii ]
String::WriteUtf8 ( char* buffer, int length, int* nchars_ref, int options ) const
[ symbol: _ZNK2v86String9WriteUtf8EPciPii ]
to the top
Removed Symbols (3)
v8.h,
libv8.so
namespace v8
String::Write ( uint16_t* buffer, int start, int length, String::WriteHints hints ) const
[ symbol: _ZNK2v86String5WriteEPtiiNS0_10WriteHintsE ]
String::WriteAscii ( char* buffer, int start, int length, String::WriteHints hints ) const
[ symbol: _ZNK2v86String10WriteAsciiEPciiNS0_10WriteHintsE ]
String::WriteUtf8 ( char* buffer, int length, int* nchars_ref, String::WriteHints hints ) const
[ symbol: _ZNK2v86String9WriteUtf8EPciPiNS0_10WriteHintsE ]
to the top
Problems with Symbols, High Severity (3)
v8.h,
libv8.so
namespace v8
[+] String::Write ( uint16_t* buffer, int start, int length, String::WriteHints hints ) const (1)
changed to:String::Write ( uint16_t* buffer, int start, int length, int options ) const
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK2v86String5WriteEPtiiNS0_10WriteHintsE to _ZNK2v86String5WriteEPtiii. This may cause "undefined reference" linker error in old client applications. |
[+] String::WriteAscii ( char* buffer, int start, int length, String::WriteHints hints ) const (1)
changed to:String::WriteAscii ( char* buffer, int start, int length, int options ) const
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK2v86String10WriteAsciiEPciiNS0_10WriteHintsE to _ZNK2v86String10WriteAsciiEPciii. This may cause "undefined reference" linker error in old client applications. |
[+] String::WriteUtf8 ( char* buffer, int length, int* nchars_ref, String::WriteHints hints ) const (1)
changed to:String::WriteUtf8 ( char* buffer, int length, int* nchars_ref, int options ) const
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK2v86String9WriteUtf8EPciPiNS0_10WriteHintsE to _ZNK2v86String9WriteUtf8EPciPii. This may cause "undefined reference" linker error in old client applications. |
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