[EXT_EP-8583] deeply nested lambda functions causes a hang in the code generator Created: 08/Jan/18 Updated: 08/Nov/22 |
|
Status: | New |
Project: | Embedded Software & Tools |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Medium |
Reporter: | TI User | Assignee: | TI User |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Product: | Code Generation Tools |
Internal ID: | CODEGEN-4258 |
Found In Release: | ARM_18.1.0.LTS MSP430_18.1.0.LTS C2000_22.6.0.LTS MSP430_20.2.0.LTS ARM_18.12.0.LTS MSP430_21.6.0.LTS C2000_21.6.0.LTS MSP430_18.12.0.LTS ARM_20.2.0.LTS C2000_20.2.0.LTS |
Description |
Tests that include two instances of 64 nested lambda functions fail runtime timeouts due to code generator hanging. The function names quickly grow to 1600+ characters long. The code generator hang is in decode.c during demangle. |