Complete ECMAScript 5th edition implementation

2010-04-07 Thread Benjamin Jan Alexander Rosseaux
Hello, I've implemented a complete ECMAScript 5th edition implementation with a Context-Threaded JIT, Subroutine-Call-Threaded-Fallback-Bytecode-Interpreter, Property Inline Caching, Constant Folding, Dead code elimination, Type inference, Incremental praise/exact mark-and-sweep garbage

Re: Complete ECMAScript 5th edition implementation

2010-04-07 Thread Mark S. Miller
On Wed, Apr 7, 2010 at 7:12 AM, Benjamin Jan Alexander Rosseaux benja...@rosseaux.de wrote: Hello, I've implemented a complete ECMAScript 5th edition implementation with a Context-Threaded JIT, Subroutine-Call-Threaded-Fallback-Bytecode-Interpreter, Property Inline Caching, Constant

Re: Complete ECMAScript 5th edition implementation

2010-04-07 Thread Benjamin Jan Alexander Rosseaux
Mark S. Miller schrieb: Since it is open source, I have no objection to your posting the link. Please do. Okay good to know, the URL is http://vserver.rosseaux.net/projects/BESEN/ And my other question is, does exist an another ES5-feature-complete implementation already (for

Re: Complete ECMAScript 5th edition implementation

2010-04-07 Thread Brendan Eich
On Apr 7, 2010, at 8:52 AM, Benjamin Jan Alexander Rosseaux wrote: Mark S. Miller schrieb: Since it is open source, I have no objection to your posting the link. Please do. Okay good to know, the URL is http://vserver.rosseaux.net/projects/BESEN/ Hi Benjamin, Have you runt the ES5

thinking about continuations

2010-04-07 Thread David Herman
Hey all, I went ahead and wrote a series of blog posts this morning about the way I look at the design space for single-frame continuations for Harmony. I offer it as food for thought wrt how to approach the design. Obviously this is my personal angle, but it also covers a reasonably broad

Re: Complete ECMAScript 5th edition implementation

2010-04-07 Thread Benjamin Jan Alexander Rosseaux
Brendan Eich schrieb: Have you runt the ES5 tests yet? http://es5conform.codeplex.com/ Yeah I've fix bugs in BESEN in the last night now, so that BESEN passes mostly all bugfree testcases (against the ES5 final spec pdf checked) from this testset now, but some many testcases are buggy