35 #define MAJOR_VERSION 3
36 #define MINOR_VERSION 11
37 #define BUILD_NUMBER 10
41 #define IS_CANDIDATE_VERSION 0
48 #if IS_CANDIDATE_VERSION
49 #define CANDIDATE_STRING " (candidate)"
51 #define CANDIDATE_STRING ""
58 #define VERSION_STRING \
59 S(MAJOR_VERSION) "." S(MINOR_VERSION) "." S(BUILD_NUMBER) "." \
60 S(PATCH_LEVEL) CANDIDATE_STRING
62 #define VERSION_STRING \
63 S(MAJOR_VERSION) "." S(MINOR_VERSION) "." S(BUILD_NUMBER) \
75 const char* Version::soname_ =
SONAME;
80 const char* candidate =
IsCandidate() ?
" (candidate)" :
"";
82 const char* is_simulator =
" SIMULATOR";
84 const char* is_simulator =
"";
85 #endif // USE_SIMULATOR
100 if (soname_ ==
NULL || *soname_ ==
'\0') {
102 const char* candidate =
IsCandidate() ?
"-candidate" :
"";
static void GetString(Vector< char > str)
#define IS_CANDIDATE_VERSION
static void GetSONAME(Vector< char > str)
static bool IsCandidate()
static int SNPrintF(Vector< char > str, const char *format,...)
activate correct semantics for inheriting readonliness enable harmony semantics for typeof enable harmony enable harmony proxies enable all harmony harmony_scoping harmony_proxies harmony_scoping tracks arrays with only smi values automatically unbox arrays of doubles use crankshaft use hydrogen range analysis use hydrogen global value numbering use function inlining maximum number of AST nodes considered for a single inlining loop invariant code motion print statistics for hydrogen trace generated IR for specified phases trace register allocator trace range analysis trace representation types environment for every instruction put a break point before deoptimizing polymorphic inlining perform array bounds checks elimination trace on stack replacement optimize closures functions with arguments object optimize functions containing for in loops profiler considers IC stability primitive functions trigger their own optimization re try self optimization if it failed insert an interrupt check at function exit execution budget before interrupt is triggered call count before self optimization self_optimization count_based_interrupts weighted_back_edges trace_opt emit comments in code disassembly enable use of SSE3 instructions if available enable use of CMOV instruction if available enable use of SAHF instruction if enable use of VFP3 instructions if available this implies enabling ARMv7 enable use of ARMv7 instructions if enable use of MIPS FPU instructions if NULL