Re: [v8-users] Problem with ScopeInfo when used codeCache

2025-04-09 Thread alex...@gmail.com
Victor, thanks for the quick response. I had created https://issues.chromium.org/issues/409512701 though I don't see how I can assign it to your or anyone else. Maybe I can't? As far as a repro goes, I can easily reproduce with my executable but my company would not want me to send it to you :-

Re: [v8-users] Problem with ScopeInfo when used codeCache

2025-04-09 Thread 'Igor Sheludko' via v8-users
Hello! Could you please file a bug report about this issue: https://issues.chromium.org/issues/new Thank you! On Wed, Apr 9, 2025 at 6:15 AM alex...@gmail.com wrote: > Hey folks, > > I have a class with many private functions/properties (77 in the most > recent incarnation). When I get a stack

Re: [v8-users] Problem with ScopeInfo when used codeCache

2025-04-09 Thread 'Victor Gomes' via v8-users
Please assign it to victorgo...@chromium.org On Wed, Apr 9, 2025 at 11:29 AM Victor Gomes wrote: > Thanks for the email, alexkodat. > > It seems to be a bug when rehashing the table after code cache. Do you > have a repro? > Could you please file a bug in https://issues.chromium.org component >

Re: [v8-users] Problem with ScopeInfo when used codeCache

2025-04-09 Thread 'Victor Gomes' via v8-users
Thanks for the email, alexkodat. It seems to be a bug when rehashing the table after code cache. Do you have a repro? Could you please file a bug in https://issues.chromium.org component "Chromium > Blink > JavaScript > Runtime" and assign it to me. Thanks, - Victor On Wed, Apr 9, 2025 at 6:14 A

[v8-users] Re: Problem with ScopeInfo when used codeCache

2025-04-09 Thread alex...@gmail.com
FWIW, one "thought" I had on this was that if saved_class_variable_info were an Smi if the local names are inlined and a String reference, if not, then there would never be a need to fix anything up during deserialization as the String reference could be used to do a lookup in the local names h