Changes between Version 13 and Version 14 of CottoTasklist
- Timestamp:
- 01/29/10 18:58:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CottoTasklist
v13 v14 9 9 - docs/parrotbyte.pod duplicates some of pdd13. Merge parrotbyte.pod into the pdd. It's hard enough to keep one document up-to-date. 10 10 - 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. 12 14 - 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) 13 15 - test profiling output (pprof format) … … 17 19 - Look into spitting out NYTProf-compatible output too. 18 20 - Optimize the profiling runloop code. Major refactors should wait until some tests are in place. 21 - ~~Do a code review of r43196.~~ 19 22 - ~~Abstract output in the profiling runcore to minimize the amount of code that cares about the output format.~~ 20 23 - ~~Figure out a nice way to integrate annotations into the profile.~~