Click here to Skip to main content
15,861,168 members
Articles / Programming Languages / Lua

ObjectScript: A new programming language

Rate me:
Please Sign up or sign in to vote.
4.24/5 (6 votes)
9 Oct 2012MIT9 min read 66K   107   21  
The ObjectScript is a new programing language that mixes benefits of JavaScript, Lua, and PHP. The ObjectScript has syntax from JavaScript, multiple results from Lua, OOP from PHP and much more.
{-1:"..\\Release\\profile_benchmark.exe","..\\os\\test_fannkuch.os","9"}
8629
Pfannkuchen(9) = 30
time = 5.37821
OS script full time: 5.381767 secs
            gc time: 0.000145 secs (0.00%)

=== SET_LOCAL_VAR_BY_BIN_OPERATOR_LOCAL_AND_NUMBER, executed count: 8775837
sum time: 0.554672 secs (10.31%), avg time of 100000 times: 0.006320

=== PUSH_LOCAL_VAR, executed count: 11364021
sum time: 0.405737 secs (7.54%), avg time of 100000 times: 0.003570

=== SET_LOCAL_VAR, executed count: 9641559
sum time: 0.354617 secs (6.59%), avg time of 100000 times: 0.003678

=== SET_PROPERTY_BY_LOCALS_AUTO_CREATE, executed count: 6376814
sum time: 0.354258 secs (6.58%), avg time of 100000 times: 0.005555

=== BIN_OPERATOR_BY_LOCAL_AND_NUMBER, executed count: 6137238
sum time: 0.343731 secs (6.39%), avg time of 100000 times: 0.005601

=== GET_PROPERTY_BY_LOCALS, executed count: 6438708
sum time: 0.308514 secs (5.73%), avg time of 100000 times: 0.004792

=== JUMP, executed count: 8092648
sum time: 0.288039 secs (5.35%), avg time of 100000 times: 0.003559

=== IF_NOT_JUMP, executed count: 7021906
sum time: 0.277993 secs (5.17%), avg time of 100000 times: 0.003959

=== GET_SET_PROPERTY_BY_LOCALS_AUTO_CREATE, executed count: 2580480
sum time: 0.228558 secs (4.25%), avg time of 100000 times: 0.008857

=== BIN_OPERATOR_BY_LOCALS, executed count: 3967229
sum time: 0.187570 secs (3.49%), avg time of 100000 times: 0.004728

=== ALL OPCODES, executed count: 84027573
sum time: 3.951299 secs (73.42%), avg time of 100000 times: 0.004702

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions