1. 11 Feb, 2016 2 commits
    • bmeurer's avatar
      [compiler] Sanitize entry points to LookupSlot access. · 4ff159bd
      bmeurer authored
      Add dedicated %LoadLookupSlot, %LoadLookupSlotInsideTypeof,
      %LoadLookupSlotForCall, %StoreLookupSlot_Sloppy and
      %StoreLookupSlot_Strict runtime entry points and use them
      appropriately in the various compilers. This way we can
      finally drop the machine operators from the JS graph level
      completely in TurboFan.
      
      Also drop the funky JSLoadDynamic operator from TurboFan,
      which was by now just a small wrapper around the runtime
      call to %LoadLookupSlot.
      
      R=mstarzinger@chromium.org
      
      Review URL: https://codereview.chromium.org/1683103002
      
      Cr-Commit-Position: refs/heads/master@{#33880}
      4ff159bd
    • v8-autoroll's avatar
      Update V8 DEPS. · 32e931ed
      v8-autoroll authored
      Rolling v8/build/gyp to 5170bfd38fe79bd5b16aa7f6c5439fb90a37ae66
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1685413002
      
      Cr-Commit-Position: refs/heads/master@{#33879}
      32e931ed
  2. 10 Feb, 2016 26 commits
  3. 09 Feb, 2016 12 commits