[Bug 69348] Optimizable memory allocation in ELContext

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69348 --- Comment #4 from John Engebretson --- Thank you! :) -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@to

[Bug 69348] Optimizable memory allocation in ELContext

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69348 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 69348] Optimizable memory allocation in ELContext

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69348 --- Comment #2 from Mark Thomas --- I'm not sure what the right real-world value is for the Deque either. I've opted for 4 for now since more than 4 levels of nested lambda expressions seems unlikely. We can always adjust it later if necessary.

[Bug 69348] Optimizable memory allocation in ELContext

2024-09-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69348 --- Comment #1 from John Engebretson --- Prod data confirms the allocation of many ArrayDeque. Margin of error is high so I won't quote numbers, but it's definitely present. -- You are receiving this mail because: You are the assignee for th