473,503 Members | 1,725 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Embedded JIT Question

Hello

I am building an Embedded C#.NET with CE 4.2 application on a 150MHz ARM
with 32MB SDRAM and 64 SD Card (Flash)

My problem is, whenever I have to ColdBoot (rare, but it happens)
displaying each of my GUI screens are incredibly slow (3-4 seconds) th
first time, due to JIT. The second time, GUI screens take <200ms, so
know its JIT that is killing me

Does anyone know how to get around JIT on an embedded device
1. XP has HIBERNATE, which stores OS and App RAM to Harddrive (Flash), bu
CE.NET doesn't support this. If I could HIBERNATE, I could copy m
application+JIT to FLASH, then restore back to SDRAM during Coldboot
2. x86 processors have NGEN, which pre-compiles the MSIL to x86, but thi
only works for x86. Microsoft says that they have no plans for makin
precompilers for each processor, and only supports x86
3. Hive-Based Registry might work, but I don't understand it enough t
know....

Maybe I made a mistake using .NET, since I will always be on the ARM,
don't need the flexibility the JIT provides, but the penalty is too hig
for me to continue to pay

Any suggestions would be welcome

Thanks
Beau Chimen
3M Corp.
Nov 22 '05 #1
0 1061

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
4227
by: Mark Yudkin | last post by:
The documentation is unclear (at least to me) on the permissibility of accessing DB2 (8.1.5) concurrently on and from Windows 2000 / XP / 2003, with separate transactions scope, from separate...
5
2015
by: Captain Dondo | last post by:
I am working on an embedded platform which will serve a small number of dynamic webpages. Right now we are looking at php+javascript with apache as the webserver. Do we need to compile the...
2
8145
by: Owen.Leibman | last post by:
Here is a complete web page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> <title>Javascript Embed and onunload</title> <script type="text/javascript"> function useplayer() {...
20
2008
by: =?ISO-8859-1?Q?Tom=E1s_=D3_h=C9ilidhe?= | last post by:
There are a few guarantees I exploit in the C Standard. For instance, I might write (unsigned)-1 to get the maximum value for an unsigned integer. Also, I might rely on things such as: ...
2
2767
by: Num GG | last post by:
Hi all, Given this simple code: <div id="mydiv" ondblclick="alert(id)" //parent div Div4 bla bla bla bla on div 4 <div id="myembeddeddiv"ondblclick="alert(id)" // child div...
0
7280
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7332
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7462
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4673
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.