Author: tcurdt
Date: Sun Jul 31 12:11:30 2005
New Revision: 226682
URL: http://svn.apache.org/viewcvs?rev=226682&view=rev
Log:
updated TODOs
Modified:
jakarta/commons/sandbox/javaflow/trunk/TODO
Modified: jakarta/commons/sandbox/javaflow/trunk/TODO
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/javaflow/trunk/TODO?rev=226682&r1=226681&r2=226682&view=diff
==============================================================================
--- jakarta/commons/sandbox/javaflow/trunk/TODO (original)
+++ jakarta/commons/sandbox/javaflow/trunk/TODO Sun Jul 31 12:11:30 2005
@@ -1,33 +1,28 @@
In no particular order:
o integrate just4log into the build system
-o website
o testcases!!!!
-o documentation of the rewriting process.
- maybe re-evaluate
-o make the Stack class use a hierarchical
- approach to support differential continuations
+o documentation of the rewriting process
o get rid of the Continuable and ContinuationCapable
marker interfaces
-o fix bugs:
- o use of "suspend" in constructors
+o fix rewriting bugs/limitations:
+ o fix unintialized objects for method/constructor calls
o inner classes
- o how to handle "finally"
-o implement an ANT task for build time class
- rewriting (already have something on my disk)
+ o try/catch/finally
+ o synchronized(obj)
o addition to async ContinuationCompilingClassLoader
also re-implement the old sync behaviour in the
ContinuationClassLoader
-o check whether we need two passes
- 1. parsing
- 2. rewriting
+o evaluate makeing the Stack class use a hierarchical
+ approach to support differential continuations
o maybe only wrap the function calls
that may lead to a suspend (control
- flow analysis)
+ flow analysis) requires 2-pass
+ analysing/rewriting
o asm implementation instead of BCEL
o BCEL
- o push some bug fixes in BCEL
+ o commit bug fixes in BCEL
http://issues.apache.org/bugzilla/show_bug.cgi?id=27646
http://issues.apache.org/bugzilla/show_bug.cgi?id=27854
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]