Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

JIT support in TinyCLR?


  • Please log in to reply
1 reply to this topic

#1 CW2

CW2

    Advanced Member

  • Members
  • PipPipPip
  • 1592 posts
  • LocationCzech Republic

Posted 20 August 2010 - 11:55 AM

Despite the popular information that Just-In-Time compilation is not available in .NET Micro Framework, there is a lot of JIT-related code in CLR core source files, controlled by TINYCLR_JITTER conditional compilation (TinyCLR_PlatformDef.h). As the code clearly performs translation from CIL op-codes to ARM instructions, it is obviously not intended to solve "jitter" issues. Thus, does anyone have any idea what is this code used for? Why it is disabled? And what will be the results/consequences after enabling it? Apart from the compiler errors I am seeing now... Posted Image

#2 Solidus

Solidus

    Member

  • Members
  • PipPip
  • 12 posts

Posted 21 August 2010 - 07:35 AM

I imagine that in the future it'd be supported as more beefy architectures become available. Who knows, maybe the NETMF team is working on a JIT that balances the desire for faster execution with the inherent constraints of embedded systems.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.