Hi Mozillians.

I'm planning to start develop a SpiderMonkey manual focused to explain the main 
concepts of this engine and how they are implemented.

Based on this, I'm creating this thread to report the job and to dicuss what is 
interesting to document.

My first proposal is to focus on these topics:

1. The Lexical Analyser;
2. The Sintatycal Parser and AST;
3. The VM Architecture and Bytecode emmiter;
4. The InterpreterFrame in detail;
5. How does the js-t-C stack calls work?
6. Baseline Internals;
7. IonMonkey overview;
8. IonMonkey Runtime;
9. The MIR in details;
10. The Optimizations in detail;
11. The LIR in details;
12. Machine code generation from LIR;


These are the topics that I'm thinking to document(focusing always on code 
details). So, what do you think?
_______________________________________________
dev-tech-js-engine-internals mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to