Author: theraven
Date: Sat Dec 20 17:13:33 2008
New Revision: 4151

URL: http://svn.gna.org/viewcvs/etoile?rev=4151&view=rev
Log:
Lots of code I couldn't commit earlier due to lack of Internet access.

1) Removed third-chance dispatch from runtime (no longer needed).
2) Implemented prototypes nicely.
3) Added test for prototypes.
4) Small speed improvements in LangauageKit-generated code (doesn't bother 
trying to promote the context if the scope doesn't contain any blocks).



Added:
    trunk/Etoile/Languages/Benchmark/
    trunk/Etoile/Languages/Benchmark/GNUmakefile
    trunk/Etoile/Languages/Benchmark/compile.sh
    trunk/Etoile/Languages/Benchmark/fib.st
    trunk/Etoile/Languages/Benchmark/main.m
    trunk/Etoile/Languages/Benchmark/prototype.st
    trunk/Etoile/Languages/Benchmark/test.st
    trunk/Etoile/Languages/SmalltalkTests/TestPrototypes/
    trunk/Etoile/Languages/SmalltalkTests/TestPrototypes/expected.txt
    trunk/Etoile/Languages/SmalltalkTests/TestPrototypes/test.st
Modified:
    trunk/Etoile/Languages/LanguageKit/CodeGenBlock.cpp
    trunk/Etoile/Languages/LanguageKit/CodeGenLexicalScope.cpp
    trunk/Etoile/Languages/LanguageKit/CodeGenLexicalScope.h
    trunk/Etoile/Languages/LanguageKit/CodeGenModule.cpp
    trunk/Etoile/Languages/LanguageKit/LKMethod.m
    trunk/Etoile/Languages/SmalltalkKit/Support/BlockClosure.h
    trunk/Etoile/Languages/SmalltalkKit/Support/BlockClosure.m
    trunk/Etoile/Languages/SmalltalkTests/TestBlockAssignment/test.st
    trunk/Etoile/Languages/libobjc/sendmsg.c


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to