Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
pjmlp
6y ago
0 comments
Save
Share
There JIT implementations without interpreter phase, .NET being one of them.
0 comments
3 comments · 1 top-level
top
newest
oldest
saagarjha
6y ago
· 2 in thread
It appears that Mono has added the interpreter back:
https://www.mono-project.com/news/2017/11/13/mono-interprete...
. I think the CLR has one too, but I haven't looked into it much:
https://github.com/dotnet/runtime/blob/master/src/coreclr/sr...
pjmlp
OP
6y ago
From Microsoft side, regular CLR never had one, only the .NET MF variant.
saagarjha
6y ago
Shows what I know; I just searched for "interpreter" in the repository. I'm curious how C# runs on iOS, though.
1 more reply
j
/
k
navigate · click thread line to collapse