Tamarin:WeeklyUpdates: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:




'''Next meeting's Agenda Items (1/13/09):'''
'''Next meeting's Agenda Items (1/20/09):'''
* Status Updates
* TBD








= January 6, 2009 Meeting Notes =
= January 13, 2009 Meeting Notes =
== Attendees ==
== Attendees ==
Dan Schaffer, Dan Smith, Brent Baker, Leslie Lewis, Rob Borcic, Tom Harwood,  Steven Johnson
Dan Schaffer, Dan Smith, Brent Baker, Leslie Lewis, Rob Winchell, Tom Harwood,  Steven Johnson, Moh, Rishit, Rick Reitmaier, Edwin Smith, Chris Peyer, Jeff


== Agenda Topics ==  
== Agenda Topics ==  
* Current Release Status
* Status Updates
* Status Updates


== Meeting Discussion Notes ==
== Meeting Discussion Notes ==
=== Current Release Status ===
* December release delayed
* Request from Flex & Player teams on string work and memory profiler changes for performance testing
* Strings not ready yet for release out to TC
* Hold off on releasing current bits from Redux and focus on getting strings stable. This could take a couple of week.
* Decision: Delay December release and work this week to get strings work done
* Other teams can take private builds from Redux if needed
** 469836 – tracking bug for this release. Two dependent bugs:
** Interpreter
** Memory usage problem
=== Status Updates ===
=== Status Updates ===
Rob Winchell
Ed
* No Tamarin related status workin on WinMo
* Power PC 64 bit continuing, will be landing lot of patches
* Working on running ATS on Windows Mobile
* Taking over X86 64bit work from Rick
* Finding memory problems
** Will start from scratch on this
* ATS gets further than where we were with Taiko
** Will add a new file with new code so there won’t be any merge pain


Dan Schaffer
Tom H
* Canary perf apps
* Jeff will be helping out to complete GO
* Checked in headless player emulator
* Tom going through more acceptance test failures, lots of things that need to get fixed/patched.
* Working on a headless version that runs in the shell
* Cleaning up runtests scripts (perf and acceptance tests sharing libraries)


Edwin
Jeff
* Adding a script for running the VM more than once and prints out the differences
* Finishing up refactoring verifier in Tamarin
** Run all configs on one platform
* Blocking item is getting a 64 bit development environment.  
** If you use ssh cleverly you can probably run all platforms
* uggestion to use the command line builds on the Mac with Leopard
* Fuzzer
** Differential testing work (see above bullet)
** Driver
** Generates abc – writing a recursive descent grammar
** Reducer – generate an abc that is big and it crashes somewhere you need  a way to get it back down to a normal abc size (NOT Started and probably won’t get to)
* X64 stuff close but not done yet, need another week
 
Brent
* Adding things to buildbot now that arm has jit enabled by default. It is now running interpreter default mix mode and adding a forced jit run. Also a 64 bit machine for mac ppc and intel will be enabled.  
* Sun studio compiler has been fixed and a patch will be releases shortly after Xmas. Current blocking issue we have should be fixed in the compiler shortly available.
* Taking on some house cleaning stuff with bugbase so it is easy for us to manage.
* Tracking work items were not always getting a triage status set, so now all bugs where there is something for Q E to do should be passed to QRB. If it is a dev only bug it will be assigned to triage an d assigned directly to Dev. No changes from the Dev perspective, now QE and management has more visibility into all work items.
 
Trevor
* Scrum planning
* Editing content on MDC
* Tamarin Blog is going to be created (bug open)
** Add a tamarin roadmap for non Adobe folks
* Updates to Tamarin project on Mozilla.org.
** Goals will be a pointer to MDC so we can edit easily
* Upcoming task: Jeff, Peter Donovan, Trevor will review ASC deferred bugs
 
 
Tom Harwood
* Addressing bugs Dan Sch found after running acceptance tests
* Started SCRUM feature summaries
 
Dan Smith
* Scrum process/tracking
* Next Monday kickoff process and start Sprint 1
* Nokia workshop coming up week of 19th, Dan in SF that week


Lars
* Starting some work on assessing MMGC and will have a project plan by end of week


Steven
Steven
* Narrowing out differences between Tamarin and player
* Working with Rick/Tommy/Erik on VM stability issues
* Focus on Debugger memory usage and teasing it down, another few more days
* Requests for embedding doc
* Security patches okay to push them out
** Volunteers will set up a wiki for some public doc. Trevor to ping Steven on setting up a new wiki.  
* Strings are still flaky especially on 64 bit builds
** As we review content and approve it, we can move it over to MDC
** We will need to redo them so they separately allocate string structure. Need to check in with Michael Daumling to see if he can help out. He may  have time to help out. Dan Smith will find out his availability.
** Another short term option is to enable interior pointers as opposed to crashing randomly – Not an optimal suggestion as it will regress performance
 
Christopher Peyer
* Perf Report Page up and running
* Working on threaded run tests
 
Jeff
* Refactor of verifier complete, need 32 bit builds to pass. Once done need to decide to push into redux. Performance up to par with current redux. Haven’t looked at memory usage yet.  
** Needs help from QE prior to making decision to push
* Started an ASC backlog (to isolate work items that are specific to ASC, so it can be shared across the Flex SDK team)
* Everything that our team is working on should be in our ActionScript Product Backlog
 
Lars
* Working on bug backlog, release planning


Trevor
* Tamarin blog created on Mozilla
** If people are inteterested in posting on Tamarin blog, let Trevor know and he will point you to the bug to get yourself added as an author
** Blog linked off of MDC
** Once there is some content a note will be sent to Tamarin Devel
** Ideas, announcements should be posted on the blog


= Older meetings =
= Older meetings =
* [[Tamarin:WeeklyUpdates/2009-01-013|January 13, 2009]]
* [[Tamarin:WeeklyUpdates/2009-01-06|January 6, 2009]]
* [[Tamarin:WeeklyUpdates/2009-01-06|January 6, 2009]]
* [[Tamarin:WeeklyUpdates/2008-12-16|December 16, 2008]]
* [[Tamarin:WeeklyUpdates/2008-12-16|December 16, 2008]]

Revision as of 21:50, 15 January 2009

These updates concern Tamarin and related projects only.

Meeting Details (Changed as of 11/18/08)

  • 10:00 AM Pacific Time (18:00 UTC) on Tuesdays
    • 1PM Eastern US, 7PM Oslo, 3AM (Wed) Seoul, 5AM (Wed) Melbourne
  • Location: Tel: 877-220-5439 (US & Canada), +1-408-536-9900(International)
    • Meeting Place ID: 2000
  • join irc.mozilla.org #tamarin for attendance taking and questions


Next meeting's Agenda Items (1/20/09):

  • TBD



January 13, 2009 Meeting Notes

Attendees

Dan Schaffer, Dan Smith, Brent Baker, Leslie Lewis, Rob Winchell, Tom Harwood, Steven Johnson, Moh, Rishit, Rick Reitmaier, Edwin Smith, Chris Peyer, Jeff

Agenda Topics

  • Status Updates

Meeting Discussion Notes

Status Updates

Ed

  • Power PC 64 bit continuing, will be landing lot of patches
  • Taking over X86 64bit work from Rick
    • Will start from scratch on this
    • Will add a new file with new code so there won’t be any merge pain

Tom H

  • Jeff will be helping out to complete GO
  • Tom going through more acceptance test failures, lots of things that need to get fixed/patched.

Jeff

  • Finishing up refactoring verifier in Tamarin
  • Blocking item is getting a 64 bit development environment.
  • uggestion to use the command line builds on the Mac with Leopard

Lars

  • Starting some work on assessing MMGC and will have a project plan by end of week

Steven

  • Working with Rick/Tommy/Erik on VM stability issues
  • Requests for embedding doc
    • Volunteers will set up a wiki for some public doc. Trevor to ping Steven on setting up a new wiki.
    • As we review content and approve it, we can move it over to MDC

Trevor

  • Tamarin blog created on Mozilla
    • If people are inteterested in posting on Tamarin blog, let Trevor know and he will point you to the bug to get yourself added as an author
    • Blog linked off of MDC
    • Once there is some content a note will be sent to Tamarin Devel
    • Ideas, announcements should be posted on the blog

Older meetings