[Bug binutils/32238] Performance issues found from binutils version '2.36' version while usage of function 'lang_output_section_statement_lookup'

2024-11-05 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 --- Comment #13 from Naveen Kumar --- Further looking into the function code ,The behavior of lang_output_section_statement_lookup differs between binutils 2.35 and 2.36. In version 2.35, an if/else guard wraps a do...while loop in the functio

[Bug binutils/32238] Performance issues found from binutils version '2.36' version while usage of function 'lang_output_section_statement_lookup'

2024-10-14 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 --- Comment #12 from Naveen Kumar --- Were you able to reproduce the issue ? Since all debug flavor builds has to be disabled due to this issue. Just want to check if you were able to repro this issue. -- You are receiving this mail because

[Bug binutils/32238] Performance issues found from binutils version '2.36' version while usage of function 'lang_output_section_statement_lookup'

2024-10-10 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 Naveen Kumar changed: What|Removed |Added CC||kumar.naveen099 at gmail dot com

[Bug binutils/32238] Performance issues found from binutils version '2.36' version with function 'lang_output_section_statement_lookup'

2024-10-07 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 --- Comment #10 from Naveen Kumar --- Any update? Please let me know if you need anything from me. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/32238] Performance issues found from binutils version '2.36' version with function 'lang_output_section_statement_lookup'

2024-10-07 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 Naveen Kumar changed: What|Removed |Added Severity|normal |critical Priority|P2

[Bug binutils/32238] Performance issues found from binutils version '2.36' version with function 'lang_output_section_statement_lookup'

2024-10-05 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 --- Comment #9 from Naveen Kumar --- Created attachment 15730 --> https://sourceware.org/bugzilla/attachment.cgi?id=15730&action=edit main.ii preprocessed file. Please check the attachment for preprocessed main.ii file. -- You are receivi

[Bug binutils/32238] Performance issues found from binutils version '2.36' version with function 'lang_output_section_statement_lookup'

2024-10-05 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 --- Comment #7 from Naveen Kumar --- Host & Target: x86_64 I've been able to repro a ~10x slowdown between 2.29 and 2.36 using open-source LLVM. 1) Download LLVM 19.1.0 sources from https://github.com/llvm/llvm-project/releases/download/llvm

[Bug binutils/32238] Performance issues found from binutils version '2.36' version with function 'lang_output_section_statement_lookup'

2024-10-05 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 --- Comment #6 from Naveen Kumar --- Created attachment 15729 --> https://sourceware.org/bugzilla/attachment.cgi?id=15729&action=edit Makefile to build. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/32238] Performance issues found from binutils version '2.36' version with function 'lang_output_section_statement_lookup'

2024-10-05 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 --- Comment #5 from Naveen Kumar --- Created attachment 15728 --> https://sourceware.org/bugzilla/attachment.cgi?id=15728&action=edit main.cpp source file. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/32238] Performance issues found from binutils version '2.36' version with function 'lang_output_section_statement_lookup'

2024-10-04 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 Naveen Kumar changed: What|Removed |Added Summary|Performance issues found|Performance issues found

[Bug binutils/32238] Performance issues found with binutils version '2.36' version with function 'lang_output_section_statement_lookup'

2024-10-03 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 --- Comment #3 from Naveen Kumar --- (In reply to Sam James from comment #1) > Can you reproduce it on trunk or 2.43.1? > > A testcase would be appreciated if possible. Yes, on 2.43.1 as well we are noticing this issue. -- You are receivin

[Bug binutils/32238] Performance issues found with binutils version '2.36' version with function 'lang_output_section_statement_lookup'

2024-10-03 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 Naveen Kumar changed: What|Removed |Added Summary|Bug found in binutils |Performance issues found

[Bug binutils/32238] New: Bug found in binutils version '2.36' with function 'lang_output_section_statement_lookup'

2024-10-03 Thread kumar.naveen099 at gmail dot com
Status: UNCONFIRMED Severity: critical Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: kumar.naveen099 at gmail dot com Target Milestone: --- We have recently upgraded binutis from 2.29 version to 2.36 and