Adding a linter for Fluent files

2021-02-09 Thread Daniel Minor
In Bug 1416149, hopefully landing soon, I'm adding a linter for Fluent files. It checks for invalid strings, as is currently done by the browser_misused_characters_in_strings.js test, and adds a new check to enforce lowercase characters and hyphens in Fluent identifiers. Since this is a newly writ

Re: Gecko performance with newer x86_64 levels

2021-02-09 Thread Gian-Carlo Pascutto
On 3/02/2021 10:51, Henri Sivonen wrote: > I came across > https://developers.redhat.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level/ > . Previously, when microbenchmarking Rust code that used count_ones() > in an inner loop (can't recall what code