Re: Firefox command seems to be a wrapper

2019-07-20 Thread Boris Zbarsky
On 7/20/19 9:04 AM, Mahmood Naderan wrote: However, I am not sure if the tracer logs *the process that fetches data from web* or not. Using the definite article ("the") there, is fundamentally wrong. When you load a web page in Firefox, there are at least 2 processes involved in "fetching dat

Re: Intent to ship: accumulating most JS scripts' data as UTF-8, then directly parsing as UTF-8 (without inflating to UTF-16)

2019-07-20 Thread Nicholas Nethercote
This is excellent news. Do you have any measurements showing perf effects? Semi-relatedly, Swift 5 will change the preferred encoding of strings from UTF-16 to UTF-8. Some readers might find the accompanying blog post interesting: https://swift.org/blog/utf8-string/. Nick On Sat, 20 Jul 2019 at

Re: Upcoming C++ standards meeting in Cologne

2019-07-20 Thread Botond Ballo
On Thu, Jul 18, 2019 at 5:21 PM Botond Ballo wrote: > I'm not technically allowed to talk about the discussions that have > taken place so far this week (and in any case nothing is final until > the plenary votes on Saturday), but please do check /r/cpp on Saturday > and have a look at the collabo

Re: Firefox command seems to be a wrapper

2019-07-20 Thread Mahmood Naderan
Mike, I even tried that. The command /usr/lib64/firefox/firefox www.google.com will spawn multiple processes. As I tried with my tracer, I see that the above process executes instructions even after the firefox window is opened and google page is fetched. However, I am not sure if the tracer logs