github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
https://github.com/ayushpareek2003 updated
https://github.com/llvm/llvm-project/pull/132638
>From ba67caab088be29018c17bfe47e3064db357788d Mon Sep 17 00:00:00 2001
From: Ayush Pareek
Date: Mon, 24 Mar 2025 03:33:31 +0530
Subject: [PATCH] Optimize Module Dependency Handling for Efficient Memory
ayushpareek2003 wrote:
@Bigcheese sir please have a look
https://github.com/llvm/llvm-project/pull/132638
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Ayush Pareek (ayushpareek2003)
Changes
-Optimized addModuleFiles functions for both CompilerInvocation and
CowCompilerInvocation to reduce redundant function calls and improve efficiency
-Introduced memory preallocation using reserve() wh
https://github.com/ayushpareek2003 created
https://github.com/llvm/llvm-project/pull/132638
-Optimized addModuleFiles functions for both CompilerInvocation and
CowCompilerInvocation to reduce redundant function calls and improve efficiency
-Introduced memory preallocation using reserve() when