1. 23 Mar, 2010 2 commits
  2. 12 Mar, 2010 1 commit
  3. 02 Mar, 2010 1 commit
  4. 19 Feb, 2010 1 commit
  5. 19 Jan, 2010 1 commit
  6. 08 Jan, 2010 1 commit
  7. 06 Jan, 2010 1 commit
  8. 21 Dec, 2009 1 commit
  9. 19 Nov, 2009 1 commit
  10. 05 Nov, 2009 1 commit
  11. 08 Oct, 2009 1 commit
  12. 30 Jun, 2009 1 commit
    • christian.plesner.hansen@gmail.com's avatar
      When Error.collectStackTraces is set to true all new instances of · 118a2ccc
      christian.plesner.hansen@gmail.com authored
      Error, ReferenceError, etc. are given a stack property that gives a
      stack trace.  Here's an example stack trace:
      
      ReferenceError: FAIL is not defined
          at Constraint.execute (deltablue.js:527)
          at Constraint.recalculate (deltablue.js:426)
          at Planner.addPropagate (deltablue.js:703)
          at Constraint.satisfy (deltablue.js:186)
          at Planner.incrementalAdd (deltablue.js:593)
          at Constraint.addConstraint (deltablue.js:164)
          at Constraint.BinaryConstraint (deltablue.js:348)
          at Constraint.EqualityConstraint (deltablue.js:517)
          at chainTest (deltablue.js:809)
          at deltaBlue (deltablue.js:881)
          at deltablue.js:888
      
      If Error.prepareStackTrace holds a function this function is used to
      format the stack trace, for instance allowing code generators to
      customize the way stack traces are reported to make them easier to
      process.
      
      Next step: performance measurements to see if it is feasible to turn
      this on by default.
      
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2302 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      118a2ccc
  13. 29 Jun, 2009 2 commits
  14. 16 Jun, 2009 1 commit
  15. 24 Apr, 2009 1 commit
  16. 17 Mar, 2009 1 commit
  17. 11 Mar, 2009 1 commit
  18. 05 Mar, 2009 1 commit
  19. 27 Feb, 2009 1 commit
  20. 13 Jan, 2009 1 commit
  21. 17 Oct, 2008 1 commit
  22. 07 Oct, 2008 1 commit
  23. 03 Oct, 2008 1 commit
  24. 09 Sep, 2008 1 commit
  25. 06 Aug, 2008 1 commit
    • mads.s.ager@gmail.com's avatar
      Improved performance of unary addition by avoiding runtime calls. · 769cc962
      mads.s.ager@gmail.com authored
      Fixed the handling of '>' and '<=' to use right-to-left conversion and left-to-right evaluation as specified by ECMA-262.
      
      Fixed a branch elimination bug on the ARM platform where incorrect code was generated because of overly aggressive branch elimination.
      
      Improved performance of code that repeatedly assigns the same function to the same property of different objects with the same map.
      
      Untangled DEBUG and ENABLE_DISASSEMBLER defines.  The disassembler no longer expects DEBUG to be defined.
      
      Added platform-nullos.cc to serve as the basis for new platform implementations.
      
      
      git-svn-id: http://v8.googlecode.com/svn/trunk@9 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      769cc962
  26. 16 Jul, 2008 1 commit
    • kasper.lund's avatar
      Fixed building on Mac OS X by recognizing i386 and friends as IA-32 platforms. · 212ac23f
      kasper.lund authored
      Added propagation of stack overflow exceptions that occur while compiling nested functions.
      
      Improved debugger with support for recursive break points and handling of exceptions that occur in the debugger JavaScript code.
      
      Renamed GetInternal to GetInternalField and SetInternal to SetInternalField in the API and moved InternalFieldCount and SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
      
      
      git-svn-id: http://v8.googlecode.com/svn/trunk@5 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      212ac23f
  27. 03 Jul, 2008 1 commit