Re: [dev-servo] Proposal: move the source code for rust-selectors into servo/servo

2017-02-09 Thread Jan de Mooij
On Thu, Feb 9, 2017 at 10:51 AM, Anthony Ramine wrote: > In general, I posit that Mozilla completely, utterly, lost against V8 in > the embedded department in a huge part because of this mono-repository > thing where everything is muddled together. > (Sorry for going offtopic, but I don't think

Re: [dev-servo] WTF-8 encoding for DOM strings and HTML parsing

2014-10-10 Thread Jan de Mooij
On Thu, Oct 9, 2014 at 12:21 PM, Henri Sivonen wrote: > It would be even more tragic to miss the opportunity to use 8-bit code > units for strings in Servo because JS crypto benchmarks use strings. > What chances are there to retire the use of strings-for-crypto in > benchmarking? Such a benchmar

Re: [dev-servo] WTF-8 encoding for DOM strings and HTML parsing

2014-10-08 Thread Jan de Mooij
On Tue, Oct 7, 2014 at 3:57 PM, Henri Sivonen wrote: > > UTF-8 strings will mean that we will have to copy all non-7-bit ASCII > strings between the DOM and JS. > > Not if JS stores strings as WTF-8. I think it would be tragic not to > bother to try to make the JS engine use WTF-8 when having the