Examining Execution Speed of JITted Code with CF 2.0

Last post 06-06-2008 10:21 by esierp. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 06-05-2008 9:21

    • esierp
    • Top 200 Contributor
    • Joined on 06-05-2008
    • Posts 3

    Examining Execution Speed of JITted Code with CF 2.0

    I was reading Chris Tacke's March 2006 article "Examining Execution Speed of JITted Code with CF 2.0" and it references sample code that could be downloaded.  I have not been able to find this sample code and am very interested in it as I need to do basically the same thing.  Does anyone know where this code can be downloaded from?

     Thanks!

  • 06-05-2008 11:02 In reply to

    • ctacke
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-27-2007
    • Indiana
    • Posts 1,940

    Re: Examining Execution Speed of JITted Code with CF 2.0

    Looks like MSDN must have misplaced the code.   I don't see it readily on this PC, though I've changed machines a couple times since I wrote that.  Most of the code is actually in the article text.  The only thing significant that's missing is the PhysicalAddressPointer, which is part of the SDF and also published in my blog.

  • 06-06-2008 10:15 In reply to

    • esierp
    • Top 200 Contributor
    • Joined on 06-05-2008
    • Posts 3

    Re: Examining Execution Speed of JITted Code with CF 2.0

    Thanks for the response.  Do you know if there is any way to be notified of an interrupt on a GPIO without polling it?

     Thanks

  • 06-06-2008 10:19 In reply to

    • ctacke
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-27-2007
    • Indiana
    • Posts 1,940

    Re: Examining Execution Speed of JITted Code with CF 2.0

    That's purely platform dependent.  If the platform has the GPIO set up for interrupts, then a call to InterruptInitialize/InterruptConnect and InterruptDone would do it.  If not, then there's really no way. 

     

     

  • 06-06-2008 10:21 In reply to

    • esierp
    • Top 200 Contributor
    • Joined on 06-05-2008
    • Posts 3

    Re: Examining Execution Speed of JITted Code with CF 2.0

    Great!  Thanks again!

Page 1 of 1 (5 items)