Re: [v8-dev] 8GByte compressed pointer mode

2025-01-01 Thread Omer Katz (chromium.org)
Single generation mode is regularly tested. 8GB cage I believe is not regularly tested. On Wed, Jan 1, 2025 at 9:57 PM Erik Corry wrote: > Do these modes get regularly tested? > > On Tue, Dec 31, 2024 at 4:00 PM Omer Katz (chromium.org) < > omerk...@chromium.org> wrote: > >> I support getting ri

Re: [v8-dev] 8GByte compressed pointer mode

2025-01-01 Thread Erik Corry
Do these modes get regularly tested? On Tue, Dec 31, 2024 at 4:00 PM Omer Katz (chromium.org) < omerk...@chromium.org> wrote: > I support getting rid of dead code and simplifying the code base, but > these 2 features are likely not the right target for it yet. > > Single generation mode is mostly

Re: [v8-dev] 8GByte compressed pointer mode

2024-12-31 Thread Omer Katz (chromium.org)
I support getting rid of dead code and simplifying the code base, but these 2 features are likely not the right target for it yet. Single generation mode is mostly being used for development, debugging and evaluations. It's not used anywhere in production as far as I know, but we shouldn't remove

[v8-dev] 8GByte compressed pointer mode

2024-12-30 Thread Erik Corry
There's an 8GB mode for compressed pointers. Is it in use by anybody? Another option where the utility is unclear is the single generation mode. What is this for? I think there would be a benefit to removing code that is not in use. V8 is hard to read with all the different ways to compile it.