Displaying 4 results from an estimated 4 matches for "tryserv".
Did you mean:
termserv
2016 Jun 21
1
FireFox-46.0.1 build with interprocedural register allocation enabled
...now I'm going to flood you with jargon, sorry. Instead of trying to
document that all here, I suggest you ask people for help on irc.
Notably, #taskcluster, and #build. Folks there are your target audience
for compiler changes, too.
First read is https://wiki.mozilla.org/ReleaseEngineering/TryServer,
just to get the first piece of jargon out.
I suspect that the next steps are:
I speculate that you can use your version of llvm if you can create a
docker image that is able to compile Firefox. Please confirm that with
#taskcluster, and get some help there on how to do that.
Then you'd...
2016 Jun 19
8
FireFox-46.0.1 build with interprocedural register allocation enabled
Hello,
I build FireFox-46.0.1 source with llvm to test interprocedural register
allocation.
The build was successful with out any runtime faliures, here are few stats:
Measure W/O IPRA WITH IPRA
======= ======== =========
Total Build Time 76 mins 82.3 mins 8% increment
Octane v2.0 JS Benchmark Score (higher is better) 18675.69 19665.16 5%
improvement
Kraken JS Benchmark time (lower is better)
2009 Sep 22
5
Indexing Ogg files for faster seeking
I've developed an indexer which embeds a keyframe index track in Ogg
files. It embeds the index in its own track, so that players that don't
understand or don't want to use the index can just ignore it.
Ogg needs this to make seeking over networks faster and more efficient.
Currently we must do a bisection search when seeking, which usually
takes aound 6 HTTP requests, give or
2010 Apr 29
3
Ogg index and Skeleton 4.0
Hi everybody,
I've updated OggIndex to now output Skeleton 4.0 tracks. The differences
between Skeleton 3.x and Skeleton 4.0 with OggIndex is:
* The fisbone packet now includes a "Radix" field.
* The fisbone packet now includes two new compulsory message
headers; "Role" and "Name".
* The fishead packet no longer includes "start time"