1. 31 Jul, 2015 1 commit
  2. 23 Jul, 2015 1 commit
    • danno's avatar
      Unify "runtime-style" IC functions with Runtime intrinsics · bc8041dc
      danno authored
      Previous to this CL, ICs used a slightly different code idiom
      to get to C++ code from generated code than runtime intrinsics,
      using an IC_Utility class that in essence provided exactly
      the same functionality as Runtime::FunctionForId, but in its
      own quirky way.
      
      This CL unifies the two mechanisms, folding IC_Utility
      away by making all IC entry points in C++ code, e.g. IC
      miss handlers, full-fledged runtime intrinsics. This makes
      it possible to eliminate a bunch of ad-hoc declarations and
      adapters that the IC system had to needlessly re-invent.
      
      As a bonus and the original reason for this yak-shave:
      IC-related C++ runtime functions are now callable from
      TurboFan.
      
      Review URL: https://codereview.chromium.org/1248303002
      
      Cr-Commit-Position: refs/heads/master@{#29811}
      bc8041dc
  3. 15 Jul, 2015 1 commit
  4. 10 Jul, 2015 2 commits
  5. 06 Jul, 2015 1 commit
  6. 08 Jun, 2015 1 commit
  7. 01 Jun, 2015 1 commit
  8. 20 May, 2015 1 commit
  9. 15 May, 2015 1 commit
  10. 04 Mar, 2015 1 commit
    • yangguo's avatar
      Refactor BreakLocationIterator. · 1a608493
      yangguo authored
      We now have BreakLocation::Iterator to iterate via RelocIterator, and
      create a BreakLocation when we are done iterating. The reloc info is
      stored in BreakLocation in a GC-safe way and instantiated on demand.
      
      R=ulan@chromium.org
      BUG=v8:3924
      LOG=N
      
      Review URL: https://codereview.chromium.org/967323002
      
      Cr-Commit-Position: refs/heads/master@{#26983}
      1a608493
  11. 08 Oct, 2014 1 commit
  12. 03 Sep, 2014 1 commit
  13. 26 Aug, 2014 1 commit
  14. 04 Aug, 2014 1 commit
  15. 10 Jul, 2014 1 commit
  16. 30 Jun, 2014 1 commit
  17. 26 Jun, 2014 1 commit
  18. 10 Jun, 2014 1 commit
  19. 03 Jun, 2014 1 commit
  20. 28 May, 2014 1 commit
  21. 27 May, 2014 1 commit
  22. 22 May, 2014 1 commit
  23. 05 May, 2014 1 commit
  24. 30 Apr, 2014 1 commit
  25. 29 Apr, 2014 1 commit
  26. 25 Apr, 2014 1 commit
  27. 24 Apr, 2014 1 commit
    • svenpanne@chromium.org's avatar
      CodeStubs contain their corresponding Isolate* now. (part 1) · dd30db90
      svenpanne@chromium.org authored
      This is a purely mechanical change, adding an Isolate* to the CodeStub
      constructor and a corresponding field plus a getter. A few methods in
      CodeStub and its subclasses can be simplified now, but this is done in
      a separate CL.
      
      The underlying reason apart from simplicity is that deep down in the
      call chain we need to detect if the serializer is active or not. This
      information will be part of the Isolate, not a global variable with
      funky synchronization primitives around it (which is fundamentally
      wrong and the underlying cause for race conditions and a catch-22
      during initialization).
      
      BUG=359977
      LOG=y
      R=mstarzinger@chromium.org
      
      Review URL: https://codereview.chromium.org/246643014
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20919 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      dd30db90
  28. 11 Apr, 2014 1 commit
  29. 04 Apr, 2014 2 commits
  30. 03 Apr, 2014 2 commits
  31. 26 Mar, 2014 1 commit
  32. 21 Mar, 2014 1 commit
  33. 19 Mar, 2014 1 commit
  34. 11 Feb, 2014 1 commit
  35. 10 Feb, 2014 1 commit
  36. 20 Jan, 2014 2 commits