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 11, 2024
  2. Sep 10, 2024
  3. Sep 09, 2024
  4. 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
  5. Sep 07, 2024
  6. Sep 06, 2024
  7. Sep 05, 2024
  8. Sep 04, 2024
  9. Aug 30, 2024
  10. Aug 29, 2024
  11. Aug 27, 2024