|
|
|
His main argument is that performance will suffer when you run a program using an interpreter which itself is running on a bytecode virtual machine (his exact words), which is true.
So I won't do that. There is no interpreter involved in running ActionScript on Flash 9 player today, and there won't be one in IronMonkey.
Note: you don't need to cite YouTube or EVE Online to justify Python (even if they are real, they may not seem real to non-believers . It's enough to point out that CPython easily outperforms SpiderMonkey, the current JavaScript engine used by Firefox.
Seo Sanghyeon |
07/08/15 - 12:53 am | #
|
|
AFAIK Tamarin gets its speedup thanks to optional static type declarations. So I don't know how it would help the ironpython port...
Luis |
07/08/15 - 2:24 am | #
|
|
(Paraphrase) AFAIK C# running on CLI gets its speedup thanks to its static type declarations. So I don't know how it would help IronPython running on CLI... Oh, I do know.
Seo Sanghyeon |
07/08/15 - 2:43 am | #
|
|
Hum. The main problem with performance here is how good the concepts from CLI maps to concepts of tamarin. If they map good, than it should be unnoticable (provided that tamarin is indeed fine-tuned, which I've got no idea about). My concern is that those might not map very well, which will mean performance penalty with approach of translating CLI bytecode directly to tamaring bytecode. But well, time will tell.
PS. Why comment window is so terribly small?
fijal |
07/08/15 - 9:21 am | #
|
|
The Mono project gets a double dose of hate from some vocal open-source advocates. Even more hate than Microsoft gets.
> But well, time will tell.
Every time you hedge your bets, a baby angel loses its wings. Please be more careful in future. Think about the angel babies.
manuelg |
07/08/15 - 5:25 pm | #
|
|
|
Commenting by HaloScan
|