1. 09 Dec, 2016 2 commits
    • gsathya's avatar
      [promisehook] Add is_promisehook_enabled · d778b36f
      gsathya authored
      This will be used in CSA to check if any promisehook is set.
      
      -- Adds a is_promisehook_enabled_ field to the isolate and helper methods.
      -- Adds this field to the ExternalReference table.
      -- Adds a helper method to access this from CSA
      
      Note -- this patch doesn't actually add the ability to attach the hook
      yet.
      
      BUG=v8:4643
      
      Review-Url: https://codereview.chromium.org/2566483002
      Cr-Commit-Position: refs/heads/master@{#41607}
      d778b36f
    • zhengxing.li's avatar
      X87: Store OSR'd optimized code on the native context. · 007a1865
      zhengxing.li authored
        port 378b6b22 (r41554)
      
        original commit message:
        Since we OSR code rarely, it makes sense to store it and look for it on the native context rather than the SharedFunctionInfo.
        This makes the OptimizedCodeMap data structure more space efficient, as it doesn't have to store an ast ID for the OSR entry point.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2559083002
      Cr-Commit-Position: refs/heads/master@{#41606}
      007a1865
  2. 08 Dec, 2016 38 commits