DO NOT REPLY [Bug 27854] New: - [PATCH] Allow to get the InFrame of the ControlFlowGraph
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27854>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27854
[PATCH] Allow to get the InFrame of the ControlFlowGraph
Summary: [PATCH] Allow to get the InFrame of the ControlFlowGraph
Product: BCEL
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Other
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Can you also serve the information of the InFrame on an instruction to the
outside, thanks.
To mention what we try to do with the ControlFlowGraph is that we
(Apache Cocoon) try to write a Continuations implementation for Java.
To make this possible we need the frame information about every
instruction. And the ControlFlowGraph is fantastic way to get
this information.
Perhaps you should consider to make this component more independent to
the verifier.
Thanks again, Stephan Michels.