platform/upstream/v8.git
2012-12-06 mstarzinger... Fix candidate eviction in code flusher.
2012-12-06 verwaest@chromium.orgLet marking speed depend on the actual incremental...
2012-12-06 yangguo@chromium.orgIterate through all arguments for side effects in Math...
2012-12-06 yangguo@chromium.orgUpdate test expectations.
2012-12-06 mstarzinger... Report deoptimization error in release mode.
2012-12-06 yangguo@chromium.orgAdd StringBufferStream
2012-12-05 yangguo@chromium.orgTake instrumentation overhead into account when plotting.
2012-12-05 danno@chromium.orgFix isolate bug introduced by generated code stubs
2012-12-05 yangguo@chromium.orgImprove array to string conversion.
2012-12-05 yangguo@chromium.orgFix spec violations related to regexp.lastIndex
2012-12-05 rossberg@chromium.orgMake Object.observe on the global object functional
2012-12-05 rossberg@chromium.orgObject.observe: notify of __proto__ changes
2012-12-05 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-12-05 mstarzinger... Pass Isolate to MakeWeak(), IsWeak(), and AddObjectGroup().
2012-12-05 mstarzinger... Pass Isolate to Local<T>::New()
2012-12-04 yurys@chromium.orgIntroduce callback for resolving global object name...
2012-12-04 yangguo@chromium.orgRemove some dead code.
2012-12-04 svenpanne@chromium.orgForce inlining for hot interface functions.
2012-12-04 mmassi@chromium.orgPrepare push to trunk. Now working on version 3.15.9.
2012-12-04 mstarzinger... Change deprecated semantics of function template signat...
2012-12-04 mstarzinger... Enforce stack allocation of TryCatch blocks.
2012-12-04 mstarzinger... Fix external exceptions in external try-catch handlers.
2012-12-04 mstarzinger... Unify object groups iteration in global handles.
2012-12-04 yangguo@chromium.orgFix gcmole offenders.
2012-12-04 yangguo@chromium.orgRemove bogus test and add check for OOM in TryCall.
2012-12-04 danno@chromium.orgRemove extraneous forced rejuvenations in code aging
2012-12-04 danno@chromium.orgDeactive code aging due to regressions
2012-12-03 peter.rybin... Issue 2429, core implementation and the protocol change
2012-12-03 peter.rybin... Issue 2399 part 1: In debugger allow modifying local...
2012-12-03 yangguo@chromium.orgFix null dereference after OOM.
2012-12-03 danno@chromium.orgRevert 13117: "Enable stub generation using Hydrogen...
2012-12-03 yangguo@chromium.orgOptimize non-ASCII string splitting with single-charact...
2012-12-03 yangguo@chromium.orgFix JSON stringify.
2012-12-03 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-12-03 ulan@chromium.orgCorrectly handle AdjustAmountOfExternalAllocatedMemory(0).
2012-12-03 ulan@chromium.orgARM: make MacroAssembler::LoadRoot emit exactly one...
2012-12-03 mstarzinger... Activate incremental code flushing by default.
2012-12-03 mstarzinger... Adapt code flushing tests to new code aging.
2012-12-03 rossberg@chromium.orgWhen notifying observers of a truncated array, don...
2012-11-30 danno@chromium.orgARM: fix a bug with saving lr register in GenerateSmiTo...
2012-11-30 danno@chromium.orgRevert 13105: "Enable stub generation using Hydrogen...
2012-11-30 danno@chromium.orgEnable stub generation using Hydrogen/Lithium.
2012-11-30 jkummerow@chromium.orgRevert "Perform CPU sampling by CPU sampling thread...
2012-11-30 jkummerow@chromium.orgTurn off optimization for Mac Debug builds
2012-11-30 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.15.8.
2012-11-30 mstarzinger... Revert "Allow incremental marking when expose_gc is...
2012-11-29 verwaest@chromium.orgPass FixedArrayBase in elements.cc.
2012-11-29 verwaest@chromium.orgUse generic array functions to setup the boilerplate...
2012-11-29 danno@chromium.orgRemove unused private member variables found by clang...
2012-11-29 jkummerow@chromium.orgFix typo in FunctionTemplate::ReadOnlyPrototype.
2012-11-29 svenpanne@chromium.orgActivate code aging by default.
2012-11-29 yangguo@chromium.orgMIPS: Also time external callbacks from generated code.
2012-11-29 jkummerow@chromium.orgMIPS: Faster implementation of Math.exp()
2012-11-29 jkummerow@chromium.orgMIPS: Fix register confusion in non-VFP3 BinaryOpStubs...
2012-11-29 jkummerow@chromium.orgMIPS: DoNumberTagD performance improvement
2012-11-29 jkummerow@chromium.orgMIPS: ARM: Fast path for integer inputs to EmitVFPTruncate
2012-11-29 verwaest@chromium.orgMIPS: Only fill in holes if storing the number to the...
2012-11-29 verwaest@chromium.orgMIPS: Ensure we do not clobber the register holding...
2012-11-29 verwaest@chromium.orgMIPS: Ensure double arrays are filled with holes when...
2012-11-29 verwaest@chromium.orgCopyPackedSmiToDoubleElements should fill the FixedDoub...
2012-11-29 svenpanne@chromium.orgSimplify and fix code aging.
2012-11-28 mstarzinger... Remove bogus assertion from idle notification.
2012-11-28 mstarzinger... Improve debug printing of non-strict arguments object.
2012-11-28 yangguo@chromium.orgAlso time external callbacks from generated code.
2012-11-28 vegorov@chromium.orgRelax restrictions on CONSTANT_FUNCTION descriptors...
2012-11-28 yangguo@chromium.orgInclude more information in --prof log.
2012-11-28 hpayer@chromium.orgFixed pointer arithmetic in write barrier for large...
2012-11-28 hpayer@chromium.orgAllow incremental marking when expose_gc is turned on.
2012-11-28 verwaest@chromium.orgMake ElementsAccessors more tolerant of varying backing...
2012-11-28 verwaest@chromium.orgProperly handle-ify method calls to map() and GetLocalE...
2012-11-27 mstarzinger... Move assertion about stopped marking up (again).
2012-11-27 mstarzinger... Disable stress for some unit test.
2012-11-27 verwaest@chromium.orgOnly fill in holes if storing the number to the double...
2012-11-27 mstarzinger... Fix incremental marking to be off during heap snapshots.
2012-11-27 mstarzinger... Make unit tests that fill new-space work under stress.
2012-11-27 verwaest@chromium.orgAvoid double initialization of arrays.
2012-11-26 hpayer@chromium.orgForward white to grey transition only if slot is before...
2012-11-26 mvstanton@chromium.orgMIPS: Fix MIPS port of r13032 (25d0edd7).
2012-11-26 verwaest@chromium.orgEnsure we do not clobber the register holding the eleme...
2012-11-26 hpayer@chromium.orgRemove eager sweeping for lazy swept spaces. Try to...
2012-11-26 danno@chromium.orgPrepare push to trunk. Now working on version 3.15.7.
2012-11-26 verwaest@chromium.orgEnsure double arrays are filled with holes when extende...
2012-11-26 jkummerow@chromium.orgFix test262 expectations for fast implementation of...
2012-11-26 jkummerow@chromium.orgFaster implementation of Math.exp()
2012-11-26 rossberg@chromium.orgMake indexed intercepted methods enumerable by default.
2012-11-26 ulan@chromium.orgRemove unused heap debug utils code.
2012-11-26 yangguo@chromium.orgAlso time other API functions calling into javascript.
2012-11-26 yangguo@chromium.orgFix valgrind warnings.
2012-11-23 rossberg@chromium.orgCensor .caller if it is a strict function instead of...
2012-11-23 rossberg@chromium.orgFix strict mode test case, so that it succeeds for...
2012-11-23 rossberg@chromium.orgObject.observe: Tests for __define{G,S}etter__.
2012-11-23 rossberg@chromium.orgMIPS: Get rid of static module allocation, do it in...
2012-11-23 ulan@chromium.orgPrepare push to trunk. Now working on version 3.15.6.
2012-11-23 danno@chromium.orgForce small array literals to have FAST_ELEMENTs
2012-11-23 yangguo@chromium.orgFix JSON.stringify for objects with interceptor handlers.
2012-11-23 hpayer@chromium.orgReset progress bar of object to 0 when RecordWrites...
2012-11-23 mmassi@chromium.orgRevert r13025 and r13026 (they introduced a bug on...
2012-11-22 verwaest@chromium.org- Initialize the result array with holes if we concat...
2012-11-22 svenpanne@chromium.orgPredictableCodeSizeScope checks the expected size now.
2012-11-22 yangguo@chromium.orgAdd parallel recompilation time to histogram and plot...
next