-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ELENA benchmark sample #299
Comments
I went to do some comparative analysis of the BrainF * ck interpreter and when trying to run 2 banchmark scripts I got exceptions ... I tried to run changing the variable "const int Solution" but it didn't work |
Which version did you use? I recommend the nighty build - https://ci.appveyor.com/project/arakov/elena-lang/build/artifacts |
I had tested it with the master ... |
One of the problem is a comment at the program start. I updated asmrules.es (in current) and it works for bench. There is a second problem with mandel.txt. I will look at it later. |
I tried to check some possibilities, like the stack size, but the error persisted ... |
of course it is slow. But you may use the script to generate C code and compile it :) |
If someone will provide faster solution I wouldn't mind :) |
A benchmark example should be created to compare performance to c, c#, java, smalltalk, ruby
The text was updated successfully, but these errors were encountered: