[Oopic-compiler-devel] schedule and byte-code reverse engineering
Status: Planning
Brought to you by:
ndurant
From: D. D. M. <dd...@mc...> - 2004-05-05 12:24:43
|
I'm going to be delayed on the byte-code reverse engineering by real work for probably the rest of the week. I'll continue the detailed analysis of the BASIC syntax generated byte-code, then do spot comparisons to the C and Java syntax byte-codes. I'm assuming that I'll find that all syntax choices generate equivalent byte-code for equivalent script structures. Then I'll move onto the object list, and try to infer the meanings of byte-code related to them. You two are going to then do the heavy lifting about syntax selection, code generation, and so forth. Right? What specifically do you need to know as a result of the byte-code analysis to support the more arcane aspects of what is required to perform the code generation? In other words, please give me some guidance as to the right questions to ask of the byte-code. Best Regards, Daniel |