1. d1e3e72 Made the stack traversal code in the profiler robust by avoiding to look into the heap. by kasperl@chromium.org · 15 years ago
  2. 7be3c99 Improved code generation infrastructure by doing simple register allocation and constant folding and propagation. by kasperl@chromium.org · 15 years ago
  3. 061ef74 Optimized double-to-integer conversions in bit operations by using SSE3 instructions if available. by kasperl@chromium.org · 16 years ago
  4. 381abbb Improved profiling support by performing simple call stack sampling for ticks and by fixing a bug in the logging of code addresses. by ager@chromium.org · 16 years ago
  5. 37abdec Minor bugfixes and optimizations. by christian.plesner.hansen@gmail.com · 16 years ago
  6. a74f0da Added experimental API support for allocating V8 symbols as external strings. by ager@chromium.org · 16 years ago
  7. 9bbf968 Improved performance of Array.prototype.concat by moving the implementation to C++ (issue 123). by kasperl@chromium.org · 16 years ago
  8. 9258b6b Fixed a number of build issues. by ager@chromium.org · 16 years ago
  9. 727e995 Renamed the top level directory 'public' to 'include'. by v8.team.kasperl · 16 years ago
  10. 9a4089a Included mjsunit JavaScript test suite and C++ unit tests. by mads.s.ager@gmail.com · 16 years ago