platform/upstream/v8.git
2008-10-29 sgjesse@chromium.orgAdded crash detection to tests on Linux.
2008-10-29 kasperl@chromium.orgAllow three runtime call attempts before throwing an...
2008-10-29 whessev8Remove unused maps during marking garbage collections.
2008-10-29 sgjesse@chromium.orgMade testing run on Linux again. Fixed spelling error.
2008-10-29 kasperl@chromium.orgFix issue with Array.concat not preserving holes in the
2008-10-29 kmillikin@chromium.orgBecause allocation in large object space can now requir...
2008-10-29 sgjesse@chromium.orgBy default disable the general protection fault message...
2008-10-29 kmillikin@chromium.orgCheck the growth of the old generation before expanding...
2008-10-28 iposva@chromium.orgFix compile failure with very strict gcc warning rules...
2008-10-28 iposva@chromium.orgTrack whether a node or variable are likely to be a...
2008-10-28 feng@chromium.orgFix the lint error.
2008-10-28 feng@chromium.orgCheck that an index is in the range of 0 to array lengt...
2008-10-28 feng@chromium.orgfix build error in debug mode, TBR=iposva
2008-10-28 kasperl@chromium.orgFix lint issues.
2008-10-28 feng@chromium.orgImplement Array::concat function in C++.
2008-10-28 ager@chromium.orgChange the order of two assignments, to make sure that...
2008-10-28 ager@chromium.orgIn my final round of refactoring, I accidentally broke...
2008-10-28 olehougaardFixing profiling when using snapshot.
2008-10-28 kasperl@chromium.orgGet ready for pushing version 0.4.1 to trunk.
2008-10-28 kasperl@chromium.orgWork around issue 131 by checking for empty handles
2008-10-28 ager@chromium.orgRevert revision 593. This was a cleanup change but...
2008-10-28 feng@chromium.orgFast check undefined in EQUALS.
2008-10-27 kasperl@chromium.orgAllow string-compare-alignment to pass on ARM simulator.
2008-10-27 erik.corry... It seems we haven't nailed the unaligned string compare...
2008-10-27 erik.corry... Test for a bug that was fixed in r554 where we used...
2008-10-27 ager@chromium.orgAllow inline caching for getting the length of string...
2008-10-27 kasperl@chromium.orgFix issue 120 by patching the on-stack receiver in the
2008-10-27 erik.corry... Fix mistake in ARM version of string length stub.
2008-10-27 whesse@chromium.orgRevert changes 601 and 602. TBR
2008-10-27 erik.corry... Add missing ARM files from last change!
2008-10-27 erik.corry... Serendipitously arrange the tags so that String.length...
2008-10-27 whesse@chromium.orgRewrites a ternary choice operator to fix a compiler
2008-10-27 whesse@chromium.orgCollects unused maps that are only kept alive by map...
2008-10-27 kasperl@chromium.orgFix issue 128.
2008-10-27 sgjesse@chromium.orgAdded a Visual Studio project for the d8 developer...
2008-10-26 erik.corry... You can't use BinarySearch on an unsorted array and...
2008-10-24 feng@chromium.orgremove unused strcasecmp on windows, it conflicts with...
2008-10-24 sgjesse@chromium.orgRevorked version of codereview.chromium.org/8101. The...
2008-10-24 kasperl@chromium.orgGet ready for fixing issue 120: Pin point the places
2008-10-24 kasperl@chromium.orgImprove code for looking up in context slots in runtime...
2008-10-24 kasperl@chromium.orgFix lint issue.
2008-10-24 kmillikin@chromium.orgChange a few runtime functions that took and returned...
2008-10-24 sgjesse@chromium.orgChanged the workarround for a GCC compiler bug to be...
2008-10-24 christian.plesner... - Added caching of regexp data in the compilation cache.
2008-10-24 sgjesse@chromium.orgFix build.
2008-10-24 sgjesse@chromium.orgReverted r576 as it caused a regression.
2008-10-24 sgjesse@chromium.orgCleanup of http://codereview.chromium.org/8101.
2008-10-23 feng@chromium.orgAddressing Ivan's comments of using INVALID_TYPE in...
2008-10-23 bak@chromium.orgFixed usage of NewArgumentsObject for accessor.
2008-10-23 bak@chromium.org- Fixed performance regression caused by ComputeContext...
2008-10-23 kasperl@chromium.orgGet ready for pushing 0.4.0 to trunk. We're now working
2008-10-23 sgjesse@chromium.orgPosponed the setting of "external_caught_exception...
2008-10-23 kasperl@chromium.orgFix lint issue.
2008-10-23 christian.plesner... Added v8::Object::GetProperties method that returns...
2008-10-23 bak@chromium.org- Added conditional write barrier to object accessors.
2008-10-23 kasperl@chromium.orgFix issue 124 by computing the receiver correctly when
2008-10-23 sgjesse@chromium.orgChanged the message reporting for try { ... } finally...
2008-10-23 christian.plesner... - Added const in a few places.
2008-10-23 erik.corry... Fix some style issues.
2008-10-23 erik.corry... Copy strings 1 word at a time when flattening etc.
2008-10-23 ager@chromium.orgIntroduce a lookup cache class in the runtime system...
2008-10-23 kasperl@chromium.orgApply Daniel's patch for array index strings.
2008-10-23 kasperl@chromium.orgUpdate Mozilla test status to reflect that regress...
2008-10-23 kasperl@chromium.orgAdded failing test case for bug 124.
2008-10-22 sgjesse@chromium.orgAdd a workaround for a compiler gug in GCC 4.2.3. See...
2008-10-22 kmillikin@chromium.orgRename member variables and functions and clarify comme...
2008-10-22 christian.plesner... Replaced the implementation of %StringEquals, which...
2008-10-22 christian.plesner... - Changed regexp logging to include the string being...
2008-10-22 kasperl@chromium.orgImprove error reporting in benchmarks.
2008-10-22 erik.corry... Fix warning from Windows about loss of data in cast...
2008-10-22 bak@chromium.org- Applied FixedArray::WriteBarrierMode to NewArgumentsFast.
2008-10-22 kasperl@chromium.orgIncorporate patches by Paolo Giarrusso to allow profiling
2008-10-22 erik.corry... Use direct copy and templates to speed up flattening...
2008-10-22 bak@chromium.org- Optimized CopyFixedArray and CopyJSObject.
2008-10-22 kasperl@chromium.orgRefactor the smi case inlining for binary operations, so
2008-10-22 sgjesse@chromium.orgAdded handling of empty handles to String::AsciiValue...
2008-10-21 iposva@chromium.org- ip register cannot be used when accessing large const...
2008-10-21 feng@chromium.orgNo more failures than before. It is ready to be reviewed.
2008-10-21 feng@chromium.orgFix style issues.
2008-10-21 feng@chromium.orgFixed the build error in debug mode.
2008-10-21 feng@chromium.orgInitialize the variable to a valid value.
2008-10-21 feng@chromium.orgSplit window support from V8.
2008-10-21 feng@chromium.orgMake one-ascii-character-string a symbol in its cache.
2008-10-21 sgjesse@chromium.orgMinor fixes
2008-10-21 iposva@chromium.org- Update js2c.py to take a type parameter.
2008-10-21 kasperl@chromium.orgMinor cleanups.
2008-10-21 christian.plesner... Added development shell (d8) including readline support...
2008-10-21 bak@chromium.org- Cleaned up Heap::CopyObject. Inlined fast case.
2008-10-21 erik.corry... Fix bug 1439135 (slicedstring on constring not flat)
2008-10-21 kasperl@chromium.orgAdded failing test case for bug 1439135.
2008-10-20 christian.plesner... Added string equality by reading int-sized blocks of...
2008-10-20 christian.plesner... Set the mime type of run.html.
2008-10-20 bak@chromium.org-Fixed non debug build with an ifdef.
2008-10-20 bak@chromium.org- Changed gc-greedy to ignore boostrapping.
2008-10-20 bak@chromium.org- Optimized copying of FixedArray.
2008-10-17 bak@chromium.org- Eliminated superfluous type tests in IsMatch.
2008-10-17 bak@chromium.org - Missing files
2008-10-17 ager@chromium.orgAllow larger semispaces.
2008-10-17 bak@chromium.org- Specialized IsClassOf for Number, Boolean, Arguments...
2008-10-17 lrn@chromium.orgChanged Boyer-Moore's bad-char table code:
next