Changes between Version 13 and Version 14 of CottoTasklist

Show
Ignore:
Timestamp:
01/29/10 18:58:31 (12 years ago)
Author:
cotto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CottoTasklist

    v13 v14  
    99     - docs/parrotbyte.pod duplicates some of pdd13.  Merge parrotbyte.pod into the pdd.  It's hard enough to keep one document up-to-date. 
    1010     - It'd also be nice to speed up Parrot_Sub_get_line_from_pc since it currently eats about 15% of the processing time *after* caching its results.  Knowing PackFiles might help. 
    11  - Do a code review of r43196. 
     11 - Figure out how to properly fix pbc_merge (TT #1419) 
     12   - Once this is working, pir files can be compiled to individual pbc files and be merged similar to how C code is compiled. 
     13   - This will make dependency tracking for pir code much more reliable. 
    1214 - Add --hash-seed=xxx to parrot so that hash order-related failures can be diagnosed more quickly.  [http://irclog.perlgeek.de/parrot/2009-12-18#i_1853127 Coke] recently ran a case where this would have made life easier. (submitted in tt #1383) 
    1315 - test profiling output (pprof format) 
     
    1719   - Look into spitting out NYTProf-compatible output too. 
    1820 - Optimize the profiling runloop code.  Major refactors should wait until some tests are in place. 
     21 - ~~Do a code review of r43196.~~ 
    1922 - ~~Abstract output in the profiling runcore to minimize the amount of code that cares about the output format.~~ 
    2023 - ~~Figure out a nice way to integrate annotations into the profile.~~