1. 10 Aug, 2017 1 commit
  2. 13 Jul, 2017 1 commit
  3. 25 Jan, 2017 1 commit
    • rmcilroy's avatar
      [complier] Enable parallel eager inner function compilation with compiler dispatcher. · 6d42c450
      rmcilroy authored
      Enable enqueueing of eager inner function compilation onto the compiler
      dispatcher. This enables these tasks to be performed in parallel to
      compilation of the outer functio (only for Ignition functions).
      We currently synchronize to ensure all inner function compilations
       are complete before executing the outer function - future work will
      allow outer function execution to happenin parallel to inner function
      compilation.
      
      BUG=v8:5203,v8:5215
      
      Review-Url: https://codereview.chromium.org/2611313002
      Cr-Commit-Position: refs/heads/master@{#42667}
      6d42c450
  4. 17 Jan, 2017 2 commits
  5. 25 Jul, 2016 1 commit
  6. 10 Jun, 2016 1 commit
  7. 09 Jun, 2016 1 commit
    • neis's avatar
      [generators] Make runtime functions more robust. · 54b405ce
      neis authored
      Only look at the --ignition-generators flag when determining whether to use
      Ignition (in compiler.cc).  In generator runtime functions, instead of looking
      at the flag, determine the generator kind based on whether the generator has a
      bytecode array.  This allows compiling some generator function using
      full-codegen and others using Ignition, e.g when using --ignition-filter.
      
      R=mstarzinger@chromium.org
      BUG=chromium:618657,v8:4907
      
      Review-Url: https://codereview.chromium.org/2052873002
      Cr-Commit-Position: refs/heads/master@{#36864}
      54b405ce