1. 18 Feb, 2019 1 commit
    • Jon Kunkee's avatar
      Fix namespace of ARM64 Windows FlushInstructionCache call · 61c344e6
      Jon Kunkee authored
      In the current version of the MSVC toolchain, it seems that the
      compiler finds a near-match for the FlushInstructionCache call in
      v8::internal::, so instead of looking in other namespaces for matching
      overrides it emits this error:
      
      C2660: 'v8::internal::FlushInstructionCache': function does not take 3 arguments
      
      This change works around this by explicitly stating the expected
      namespace.
      
      Bug: chromium:927113
      Change-Id: Ie39d6fdd458646fc86a4a2b16a93d6888ef1a5ae
      Reviewed-on: https://chromium-review.googlesource.com/c/1462260Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59644}
      61c344e6
  2. 16 Feb, 2019 2 commits
  3. 15 Feb, 2019 27 commits
  4. 14 Feb, 2019 10 commits