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

2025-04-10 Thread alex...@gmail.com
Thanks Toon, will do. On Wednesday, April 9, 2025 at 7:52:48 AM UTC-4 Toon Verwaest wrote: > Thanks for this report! That sounds like a ScopeInfo deserialization bug. > Presumably we rehash when we deserialize the NameToIndexHashTable but > forget that we directly point to an entry from the Sco

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

2025-04-10 Thread Toon Verwaest
Thanks for this report! That sounds like a ScopeInfo deserialization bug. Presumably we rehash when we deserialize the NameToIndexHashTable but forget that we directly point to an entry from the ScopeInfo. Care to file a bug? On Wed, Apr 9, 2025 at 1:32 PM alex...@gmail.com wrote: > FWIW, one "t