Platform/2014-10-28: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎JS (naveed): more update)
Line 206: Line 206:


Mozilla SpiderMonkey in the news:
Mozilla SpiderMonkey in the news:
[http://arewefastyet.com/ SpiderMonkey is faster than V8 on Octane]
* [http://arewefastyet.com/ SpiderMonkey is faster than V8 on Octane]
[http://arewefastyet.com/#machine=17 With VisualStudio 2013 PGO we are neck and neck even on Windows]
** [http://arewefastyet.com/#machine=17 With VisualStudio 2013 PGO we are neck and neck even on Windows]
[http://robert.ocallahan.org/2014/10/are-we-fast-yet-yes-we-are.html Roc's blog about SpiderMonkey on Octane]
* [http://robert.ocallahan.org/2014/10/are-we-fast-yet-yes-we-are.html Roc's blog about SpiderMonkey on Octane]
[https://news.ycombinator.com/item?id=8518903 hacker news]
**[https://news.ycombinator.com/item?id=8518903 hacker news]
[http://www.reddit.com/r/programming/comments/2kk2us/spidermonkey_has_passed_v8_on_octane_performance/ reddit]
**[http://www.reddit.com/r/programming/comments/2kk2us/spidermonkey_has_passed_v8_on_octane_performance/ reddit]


* Compiler (JIT)
* Compiler (JIT)

Revision as of 17:23, 28 October 2014


« previous week | index | next week »

Engineering Meeting Details

  • Tuesday 2014-10-28 - 11:00 am Pacific Standard Time
  • Dial-in: Audio-only conference# 98411
    • People with Mozilla phones or softphones please dial x4000 Conf# 98411
    • US/Toll-free: +1 800 707 2533, (pin 4000) Conf# 98411
    • US/California/Mountain View: +1 650 903 0800, x4000 Conf# 98411
    • US/California/San Francisco: +1 415 762 5700, x4000 Conf# 98411
    • US/Oregon/Portland: +1 971 544 8000, x4000 Conf# 98411
    • CA/British Columbia/Vancouver: +1 778 785 1540, x4000 Conf# 98411
    • CA/Ontario/Toronto: +1 416 848 3114, x4000 Conf# 98411
    • UK/London: +44 (0)207 855 3000, x4000 Conf# 98411
    • FR/Paris: +33 1 84 88 37 37, x4000 Conf# 98411
    • Gmail Chat (requires Flash and the Google Talk plugin): paste +1 650 903 0800 into the Gmail Chat box that doesn't look like it accepts phone numbers
    • SkypeOut is free if you use the 800 number
  • Engineering Vidyo Room / Air Mozilla / MTV Alien Nation / TOR Finch / SFO Warfield / PDX Hair of the Dog
  • join irc.mozilla.org #planning for back channel

Need To Know

(Release and system issues that may impact engineering this week.)

Notices/Schedule (lsblakk/sylvestre/lmandel)

Next Merge: July 8, 2024 Next Release: July 9, 2024
Trains
Central: 129 Aurora: 54 Beta: 128 Release: 127

Build Changes (gps)

(Build changes of which engineers should be aware.)



RelEng (catlee)

(Repo, test, and other information for engineers from the release engineering team.)



Upcoming Outages/Upgrades

(System outages/upgrades and tree closures that impact engineering.)

  • Tree Closing Window on Saturday, November 1. bug 1087431 is the tracker.
    • An unusually long window -- approx 11-1/2 hours.
    • Most of the work is network related, with interruptions in traffic from time to time.
    • We'll leave trees "open", but developers should expect longer than normal build times and potential need to restart some jobs.

Quality Programs

(An opportunity to hear about status with the various quality programs that do not have a formal team structure.)

OrangeFactor (ryanvm)

CritSmash (dbolter)

MemShrink (njn)

Stability (kairo)

Team Stand-ups

(In <2 mins, what did your team accomplish last week, on what is your team working on this week, and on what, if anything, is your team blocked? No questions during the stand-ups. All questions should be asked during the roundtable.)

A*Team (jgriffin)

Accessibility (dbolter)

B2G Services (dougt)

Cloud Services (mmayo)

Desktop Platform (bsmedberg)

Developer Tools (prouget)

DOM (jst/overholt)

  • still focused on getting Service Workers usable on Maple
  • fixing IndexedDB quota prompt situation with plan to uplift to Aurora

Electrolysis (e10s) (blassey)

  • Enabling more e10s tests
  • Watch for add-on breakage even with e10s disabled from bug 1030420 ("Enable dom.compartment_per_addon by default on Nightly"). This change is intended to help find e10s add-on bugs, even when e10s is disabled.
  • Big changes to e10s printing (bug 927188) and plugins (bug 641685, bug 669200, bug 1044182) coming soon
  • e10s maybe be enabled by default for Nightly testing within the next couple weeks, so please your test features and favorite add-ons now!
    • Add-ons that specifically marked as e10s-compatible in their manifests will be disabled (bug 1088309) on e10s first run, but brave testers can reenable them.


Firefox Desktop (gavin)

Firefox Mobile (snorp/blassey/mfinkle)

GFX (milan)

JS (naveed)

Mozilla SpiderMonkey in the news:

  • Compiler (JIT)
    • bug 1087232: Don't atomize eval strings for the eval cache
    • bug 1087963: Fixed Array.prototype.slice to not be horribly slow on sparse arrays, issue reported by the Google Inbox people.
  • Garbage Collection
    • bug 650161 : Worked on compacting GC - Try to get CGC tests enabled on tbpl
  • Front End and Other
    • Shared object heap POC: working (locks, conditions, queues, arrays, structures); nice speedup on mbrot, raytrace though challenges remain
    • bug 1088709: Implement SIMD loads/stores in the interpreter.

Layout (jet/dbaron)

Media (mreavy)

Necko (dougt/jduell)

Performance (vladan)

Seceng (dougt)

Shumway (tschneidereit)

WebAPI (overholt)

Roundtable

(Comments and questions that arise during the course of the meeting or otherwise do not have a section.)

  • Portland All-Hands
    • (Milan) Would like to have a session in Portland on alternatives to crash reports to get us back "bad failures". For example, we detect a bad driver, which leads to a the sub-optimal experience for the user. We fall back to non-accelerated setup, and warn the user about it, also letting them send us the information similar to what crash report would send. We'd need a lot of different teams represented - who should come, who should run with this?
    • Portland All-Hands free time blocks wiki to advertise BoF sessions.

<Read only beyond this point>

Friends of the Tree

Mailing List Threads

(Threads that are likely to be of interest to engineering from various mailing lists.)

Good Reads

(Links to blog posts, books, videos, etc. that you think will be of interest to others.)

irc #planning Log From This Meeting