Binary compatibility report for the V8 library  between 3.5.7 and 3.5.8 versions on x86

Test Info


Library NameV8
Version #13.5.7
Version #23.5.8
CPU Architecturex86
GCC Version4.5

Test Results


Total Header Files5
Total Shared Libraries1
Total Symbols / Types398 / 295
VerdictIncompatible
(1.51%)

Problem Summary


SeverityCount
Added Symbols-3
Removed SymbolsHigh3
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High3
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (3)


v8.h, libv8.so
namespace v8
String::Write ( uint16_t* buffer, int start, int length, int options ) const
String::WriteAscii char* buffer, int start, int length, int options ) const
String::WriteUtf8 char* buffer, int length, int* nchars_ref, int options ) const

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
String::WriteAscii char* buffer, int start, int length, String::WriteHints hints ) const
String::WriteUtf8 char* buffer, int length, int* nchars_ref, String::WriteHints hints ) const

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)
[+] String::WriteAscii char* buffer, int start, int length, String::WriteHints hints ) const (1)
[+] String::WriteUtf8 char* buffer, int length, int* nchars_ref, String::WriteHints hints ) const (1)

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




Generated on Thu Aug 25 05:36:16 2011 for V8 by ABI Compliance Checker 1.93.7  
A tool for checking backward binary compatibility of a shared C/C++ library API