|
Size: 1095
Comment: minor formatting corrections
|
← Revision 10 as of 2009-09-20 21:55:29 ⇥
Size: 1097
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| If the issue is not valid, please remove it.[[BR]] | If the issue is not valid, please remove it.<<BR>> |
| Line 6: | Line 6: |
| After this check, we can add up-to-date issues to the [http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/README.txt?view=co README file]. | After this check, we can add up-to-date issues to the [[http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/README.txt?view=co|README file]]. |
| Line 9: | Line 9: |
| '''1. Provide complete J2SE 1.5.0 support.'''[[BR]] | '''1. Provide complete J2SE 1.5.0 support.'''<<BR>> |
| Line 12: | Line 12: |
| '''2. Provide Itanium support.'''[[BR]] | '''2. Provide Itanium support.'''<<BR>> |
| Line 15: | Line 15: |
| '''3. Improve performance on multi-core processors.'''[[BR]] | '''3. Improve performance on multi-core processors.'''<<BR>> |
| Line 18: | Line 18: |
| '''4. Increase modularity. For example, make the threading functionality a separate module.'''[[BR]] | '''4. Increase modularity. For example, make the threading functionality a separate module.'''<<BR>> |
| Line 21: | Line 21: |
| '''5. Implement multi-VM support and VM Local storage.'''[[BR]] | '''5. Implement multi-VM support and VM Local storage.'''<<BR>> |
| Line 24: | Line 24: |
| '''6. Code re-factoring of JIT bytecode translator is necessary. The implementation of the prepass phase in the bytecode translator is not optimal due to heavy bug fixing.'''[[BR]] | '''6. Code re-factoring of JIT bytecode translator is necessary. The implementation of the prepass phase in the bytecode translator is not optimal due to heavy bug fixing.'''<<BR>> |
Please look through the items mentioned below to determine their validity.
If the issue is not valid, please remove it.
If the issue is valid, please mark it +1.
After this check, we can add up-to-date issues to the README file.
1. Provide complete J2SE 1.5.0 support.
[tpe] +1, including compliance
2. Provide Itanium support.
[tpe] +1, underway and can generalize to wider platform support
3. Improve performance on multi-core processors.
[tpe] +1, always want performance<g>
4. Increase modularity. For example, make the threading functionality a separate module.
[tpe} +1
5. Implement multi-VM support and VM Local storage.
[tpe] +1, includes work in VM and classlib code
6. Code re-factoring of JIT bytecode translator is necessary. The implementation of the prepass phase in the bytecode translator is not optimal due to heavy bug fixing.
[tpe] no opinion, I'm not following this area closely