projects
/
platform
/
upstream
/
v8.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/v8.git
2008-10-30
ager@chromium.org
Move assertion that might cause garbage collections...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-30
erik.corry...
Silly pointer thinko.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-30
kasperl@chromium.org
Prepare for pushing version 0.4.2.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-30
kasperl@chromium.org
Fix lint issue.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-30
erik.corry...
Fix 3 places where we were doing retry after GC without...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-30
sgjesse@chromium.org
Added some missing initialization checks to the debugge...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-30
kasperl@chromium.org
Make sure that allocations through CALL_HEAP_FUNCTION
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
feng@chromium.org
Fix Chromium issue 3607.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
iposva@chromium.org
Fix out-of-date comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
sgjesse@chromium.org
Most of the crashing ARM tests failed in debug mode.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
sgjesse@chromium.org
Skip the tests which currently crash on the ARM simulator.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
erik.corry...
Get the ARM simulator to throw an exception on unaligne...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
sgjesse@chromium.org
Added crash detection to tests on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
kasperl@chromium.org
Allow three runtime call attempts before throwing an...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
whessev8
Remove unused maps during marking garbage collections.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
sgjesse@chromium.org
Made testing run on Linux again. Fixed spelling error.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
kasperl@chromium.org
Fix issue with Array.concat not preserving holes in the
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
kmillikin@chromium.org
Because allocation in large object space can now requir...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
sgjesse@chromium.org
By default disable the general protection fault message...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-29
kmillikin@chromium.org
Check the growth of the old generation before expanding...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
iposva@chromium.org
Fix compile failure with very strict gcc warning rules...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
iposva@chromium.org
Track whether a node or variable are likely to be a...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
feng@chromium.org
Fix the lint error.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
feng@chromium.org
Check that an index is in the range of 0 to array lengt...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
feng@chromium.org
fix build error in debug mode, TBR=iposva
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
kasperl@chromium.org
Fix lint issues.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
feng@chromium.org
Implement Array::concat function in C++.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
ager@chromium.org
Change the order of two assignments, to make sure that...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
ager@chromium.org
In my final round of refactoring, I accidentally broke...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
olehougaard
Fixing profiling when using snapshot.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
kasperl@chromium.org
Get ready for pushing version 0.4.1 to trunk.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
kasperl@chromium.org
Work around issue 131 by checking for empty handles
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
ager@chromium.org
Revert revision 593. This was a cleanup change but...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-28
feng@chromium.org
Fast check undefined in EQUALS.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
kasperl@chromium.org
Allow string-compare-alignment to pass on ARM simulator.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
erik.corry...
It seems we haven't nailed the unaligned string compare...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
erik.corry...
Test for a bug that was fixed in r554 where we used...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
ager@chromium.org
Allow inline caching for getting the length of string...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
kasperl@chromium.org
Fix issue 120 by patching the on-stack receiver in the
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
erik.corry...
Fix mistake in ARM version of string length stub.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
whesse@chromium.org
Revert changes 601 and 602. TBR
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
erik.corry...
Add missing ARM files from last change!
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
erik.corry...
Serendipitously arrange the tags so that String.length...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
whesse@chromium.org
Rewrites a ternary choice operator to fix a compiler
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
whesse@chromium.org
Collects unused maps that are only kept alive by map...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
kasperl@chromium.org
Fix issue 128.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-27
sgjesse@chromium.org
Added a Visual Studio project for the d8 developer...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-26
erik.corry...
You can't use BinarySearch on an unsorted array and...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
feng@chromium.org
remove unused strcasecmp on windows, it conflicts with...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
sgjesse@chromium.org
Revorked version of codereview.chromium.org/8101. The...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
kasperl@chromium.org
Get ready for fixing issue 120: Pin point the places
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
kasperl@chromium.org
Improve code for looking up in context slots in runtime...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
kasperl@chromium.org
Fix lint issue.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
kmillikin@chromium.org
Change a few runtime functions that took and returned...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
sgjesse@chromium.org
Changed the workarround for a GCC compiler bug to be...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
christian.plesner...
- Added caching of regexp data in the compilation cache.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
sgjesse@chromium.org
Fix build.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
sgjesse@chromium.org
Reverted r576 as it caused a regression.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-24
sgjesse@chromium.org
Cleanup of http://codereview.chromium.org/8101.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
feng@chromium.org
Addressing Ivan's comments of using INVALID_TYPE in...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
bak@chromium.org
Fixed usage of NewArgumentsObject for accessor.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
bak@chromium.org
- Fixed performance regression caused by ComputeContext...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
kasperl@chromium.org
Get ready for pushing 0.4.0 to trunk. We're now working
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
sgjesse@chromium.org
Posponed the setting of "external_caught_exception...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
kasperl@chromium.org
Fix lint issue.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
christian.plesner...
Added v8::Object::GetProperties method that returns...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
bak@chromium.org
- Added conditional write barrier to object accessors.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
kasperl@chromium.org
Fix issue 124 by computing the receiver correctly when
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
sgjesse@chromium.org
Changed the message reporting for try { ... } finally...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
christian.plesner...
- Added const in a few places.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
erik.corry...
Fix some style issues.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
erik.corry...
Copy strings 1 word at a time when flattening etc.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
ager@chromium.org
Introduce a lookup cache class in the runtime system...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
kasperl@chromium.org
Apply Daniel's patch for array index strings.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
kasperl@chromium.org
Update Mozilla test status to reflect that regress...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-23
kasperl@chromium.org
Added failing test case for bug 124.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
sgjesse@chromium.org
Add a workaround for a compiler gug in GCC 4.2.3. See...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
kmillikin@chromium.org
Rename member variables and functions and clarify comme...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
christian.plesner...
Replaced the implementation of %StringEquals, which...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
christian.plesner...
- Changed regexp logging to include the string being...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
kasperl@chromium.org
Improve error reporting in benchmarks.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
erik.corry...
Fix warning from Windows about loss of data in cast...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
bak@chromium.org
- Applied FixedArray::WriteBarrierMode to NewArgumentsFast.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
kasperl@chromium.org
Incorporate patches by Paolo Giarrusso to allow profiling
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
erik.corry...
Use direct copy and templates to speed up flattening...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
bak@chromium.org
- Optimized CopyFixedArray and CopyJSObject.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
kasperl@chromium.org
Refactor the smi case inlining for binary operations, so
commit
|
commitdiff
|
tree
|
snapshot
2008-10-22
sgjesse@chromium.org
Added handling of empty handles to String::AsciiValue...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
iposva@chromium.org
- ip register cannot be used when accessing large const...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
feng@chromium.org
No more failures than before. It is ready to be reviewed.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
feng@chromium.org
Fix style issues.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
feng@chromium.org
Fixed the build error in debug mode.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
feng@chromium.org
Initialize the variable to a valid value.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
feng@chromium.org
Split window support from V8.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
feng@chromium.org
Make one-ascii-character-string a symbol in its cache.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
sgjesse@chromium.org
Minor fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
iposva@chromium.org
- Update js2c.py to take a type parameter.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
kasperl@chromium.org
Minor cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
christian.plesner...
Added development shell (d8) including readline support...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-21
bak@chromium.org
- Cleaned up Heap::CopyObject. Inlined fast case.
commit
|
commitdiff
|
tree
|
snapshot
next