Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/electron/electron.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Sep 19, 2024
  2. Sep 18, 2024
  3. Sep 17, 2024
  4. Sep 16, 2024
  5. Sep 13, 2024
  6. Sep 12, 2024
  7. Sep 11, 2024
  8. Sep 10, 2024
  9. Sep 09, 2024
  10. Sep 08, 2024
    • Charles Kerr's avatar
      perf: avoid redundant Promise.GetContext calls (#43609) · 05686863
      Charles Kerr authored
      refactor: avoid redundant Promise.GetContext calls
      
      Several Promise methods call `GetContext()` multiple times. From looking
      at the assembly in obj/electron/electron_lib/promise.o, these redundant
      calls are actually being made -- they aren't optmized out.
      
      This PR keeps the return value in a local variable to avoid extra calls.
      05686863
  11. Sep 07, 2024