platform/upstream/v8.git
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:
2008-10-17 kmillikin@chromium.orgCode formatting changes.
2008-10-17 bak@chromium.org- Removed a few indirections by making the two SemiSpaces
2008-10-17 kasperl@chromium.orgFix issue 116 by returning the value from SetFastElement.
2008-10-16 lrn@chromium.org* Special case for last char in BM-match
2008-10-16 ager@chromium.orgUpdate ChangeLog and version number to prepare for...
2008-10-16 bak@chromium.org-Eliminated a excessive memory traffic in CopyObject.
2008-10-16 iposva@chromium.orgAddressed review comment by Kasper:
2008-10-16 iposva@chromium.org- Fix instance size calculation to ensure that the...
2008-10-15 whesse@chromium.orgFixes bug 1426704.
2008-10-15 christian.plesner... Review-related changes
2008-10-15 christian.plesner... Added a way to add timestamps to the log file name
2008-10-15 iposva@chromium.orgFix CALL_IC to read properties out of the object in...
2008-10-15 iposva@chromium.orgFix lint problem.
2008-10-15 iposva@chromium.orgAllocate room for expected number of properties based...
2008-10-14 kmillikin@chromium.orgMove code (already reviewed) around in the source file...
2008-10-14 lrn@chromium.orgTest for non-ASCII character in a needle used on an...
2008-10-14 lrn@chromium.orgSelecting between simple text search and Boyer-Moore...
2008-10-14 lrn@chromium.orgThe BoyerMooreStringSearch now uses separate functions...
2008-10-14 lrn@chromium.orgBoyer-Moore delayes computation of Good-Suffix table...
2008-10-14 lrn@chromium.orgReduced the string length and rounds in the extensive...
2008-10-14 olehougaardTesting that sorting behaves reasonably with a bad...
2008-10-14 christian.plesner... Fixed bug 114
2008-10-14 lrn@chromium.orgMost operations are faster than before.
2008-10-13 iposva@chromium.orgFix a missing peephole optimization in ia32 code expose...
2008-10-13 whesse@chromium.orgFix lint error in codegen-ia32.cc.
2008-10-13 kmillikin@chromium.orgAdd a VirtualFrame class to the IA32 code generator...
2008-10-10 bak@chromium.org- Omit frame pointers when using GCC.
2008-10-10 bak@chromium.org- Inlined JSArray::SetContent.
2008-10-10 kasperl@chromium.orgImprove profiler output to make it easier to see the
2008-10-10 kasperl@chromium.orgIntroduce a special kind of frames for construct frames...
2008-10-10 erik.corry... Move const qualifies around to avoid GCC warnings....
2008-10-10 kasperl@chromium.orgAdd codegen-arm.h and codegen-ia32.h to VS project...
2008-10-10 kasperl@chromium.orgFix typo.
2008-10-10 kasperl@chromium.orgMake strict equality checks faster on IA32 by doing
2008-10-10 iposva@chromium.orgSimplify CodeGenerator hierarchy by not using a base...
2008-10-09 bak@chromium.org- Optimized JSArray allocation in runtime system by...
2008-10-09 christian.plesner... Reverted the changes to jscre because the arm cross...
2008-10-09 erik.corry... If an allocation is so huge that we cannot code the...
2008-10-09 christian.plesner... - Specialized jscre on the type of the string involved.
2008-10-09 whesse@chromium.orgThis change rewrites some of the code to add properties...
2008-10-09 christian.plesner... - Specialized slow-case string equality nine ways based...
2008-10-09 kasperl@chromium.orgFix typo in comment (issue 108).
2008-10-09 kasperl@chromium.orgFix typo in include/v8.h (issue 108) and mark test...
2008-10-08 kasperl@chromium.orgMake sure to check that the function prototype is a
2008-10-08 kasperl@chromium.orgImprove the generated code for the instanceof operator,
2008-10-08 kasperl@chromium.orgMinor adjustments to the object migration code: When...
2008-10-08 erik.corry... Fix incorrect short cut test that assumed ASCII strings...
2008-10-08 sgjesse@chromium.orgFixed wrong filename in Visual Studio project file.
2008-10-08 kmillikin@chromium.orgMoved the function GetValue from the code generator...
2008-10-07 kasperl@chromium.orgFix broken build.
2008-10-07 bak@chromium.org- Changed the stack size in PreallocatedMemoryThread...
2008-10-07 lrn@chromium.orgKMP algorithm is still left in the source. If this...
2008-10-07 christian.plesner... Rolled back eager hash calculation during flattening...
2008-10-07 bak@chromium.org-Fixed regression in S15.5.5.1_A5.js.
2008-10-07 kmillikin@chromium.orgMove code generation for storing to a reference out...
2008-10-07 bak@chromium.org- Added %IsArrayClass, %IsDateClass, and %IsStringClass.
2008-10-07 bak@chromium.org- Fixed the parameter pasing to SharedStoreIC_ExtendStorage
2008-10-07 christian.plesner... Calculate string hash during flattening and convert...
2008-10-07 bak@chromium.org- Fixed Issue 3201: Embedded Google Calendar crashes...
2008-10-07 lrn@chromium.orgFixed typo
2008-10-07 kmillikin@chromium.orgDocument (and assert) some of the safe-but-brittle...
2008-10-07 lrn@chromium.orgFast direct-access version of KPM string match.
2008-10-07 kasperl@chromium.orgAdd reproducible failing test case for bug 109.
2008-10-07 ager@chromium.orgAdding Paolo Giarrusso to AUTHORS file for his hash...
2008-10-07 sgjesse@chromium.orgRemoved some debug code related to issue 1308895 which...
2008-10-06 kmillikin@chromium.orgDeclareContextSlot took an extra completely random...
2008-10-06 sgjesse@chromium.orgSkip the test debug-scripts-request on ARM in debug...
2008-10-06 sgjesse@chromium.orgMarked a test parsing on ARM as parsing.
2008-10-06 kasperl@chromium.orgFix lint issue.
2008-10-06 sgjesse@chromium.orgFixed unsafe code where a GC could occour after a Handl...
2008-10-06 ager@chromium.orgThe constructor properties on the prototypes of error...
2008-10-06 kasperl@chromium.orgRefactor the arguments access code to make it easier...
2008-10-06 kasperl@chromium.orgUse String::kHashShift instead of kHashShift. TBR=ager...
2008-10-06 ager@chromium.orgExclude the bit-field bits from string hash codes....
next