- Loading...
...
The current proof-of-concept implementation will be used to explore how continuations can be used in a secure environment (applet, etc.).
Starting from a very conservative approach features will be added if they are considered secure.
The targets and actions for continuation permissions could be characterized roughly like this:
Arbitrary continuations can break many low-level assumptions taken by the JVM and the continuation code, some of which could be verified and some not:
Runnable.run()The first security concept will be a very conservative one:
...