Re: [v8-dev] Remove the workaround for gcc bug.43949?

2022-08-09 Thread Clemens Backes
This code is from 2010, and I agree that it's not needed any more and can be removed. Feel free to upload a CL (https://v8.dev/docs/contribute). Is there a particular reason that you want these lines to be removed? On Mon, Aug 8, 2022 at 5:11 PM 'Chandler' via v8-dev < v8-dev@googlegroups.com>

[v8-dev] Design doc: Protecting V8 flags from manipulation after initialization

2022-08-09 Thread Clemens Backes
I wrote a design doc for protecting V8 flags after initialization: https://docs.google.com/document/d/1qyKCBH9FEG8-Oov4Sg99YQ_QUAy-nZUvoJnVPXwhTkc/edit?usp=sharing TL;DR: In the future, use `v8_flags.foo` instead of `FLAG_foo` for accessing flags. We will have a smooth transition over the next