Click here to Skip to main content
15,892,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: RS232 Communication [modified] Pin
Subjugate25-Feb-09 14:23
Subjugate25-Feb-09 14:23 
GeneralRe: RS232 Communication Pin
Bharat Jain13-Mar-09 2:59
Bharat Jain13-Mar-09 2:59 
QuestionDummie question: compiled language or not? Pin
Sonhospa3-Feb-09 9:32
Sonhospa3-Feb-09 9:32 
AnswerRe: Dummie question: compiled language or not? Pin
EliottA3-Feb-09 9:39
EliottA3-Feb-09 9:39 
GeneralRe: Dummie question: compiled language or not? Pin
Dave Kreskowiak3-Feb-09 9:54
mveDave Kreskowiak3-Feb-09 9:54 
GeneralRe: Dummie question: compiled language or not? Pin
Sonhospa3-Feb-09 10:09
Sonhospa3-Feb-09 10:09 
GeneralRe: Dummie question: compiled language or not? Pin
Heywood3-Feb-09 14:44
Heywood3-Feb-09 14:44 
GeneralRe: Dummie question: compiled language or not? Pin
Jon_Boy4-Feb-09 2:42
Jon_Boy4-Feb-09 2:42 
Little further clarification on what's been posted already for those not familiar with the topic.

MSIL is compiled to native (machine) code at runtime to take advantage of varying CPUs and architecture types; however the JIT compiler does not compile the entire assembly at once - it is done at a method by method level. It is possible to pre-compile using NGEN.

When a method is called, that method then gets compiled to native code (once per the lifetime of the assembly). If there are methods that are never called during the operation of the assembly, then they never get converted to native code. This is done to increase performance during startup and runtime of the assembly to avoid a massive hit during initial startup.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

AnswerRe: Dummie question: compiled language or not? Pin
Wendelius3-Feb-09 9:40
mentorWendelius3-Feb-09 9:40 
GeneralRe: Dummie question: compiled language or not? Pin
Sonhospa3-Feb-09 9:58
Sonhospa3-Feb-09 9:58 
GeneralRe: Dummie question: compiled language or not? Pin
Wendelius3-Feb-09 10:12
mentorWendelius3-Feb-09 10:12 
GeneralRe: Dummie question: compiled language or not? Pin
Dave Kreskowiak3-Feb-09 15:05
mveDave Kreskowiak3-Feb-09 15:05 
GeneralRe: Dummie question: compiled language or not? Pin
Luc Pattyn3-Feb-09 14:23
sitebuilderLuc Pattyn3-Feb-09 14:23 
QuestionPDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 6:19
professionalDominick Marciano3-Feb-09 6:19 
AnswerRe: PDFCreator Problems with Excel Pin
EliottA3-Feb-09 6:27
EliottA3-Feb-09 6:27 
GeneralRe: PDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 6:39
professionalDominick Marciano3-Feb-09 6:39 
GeneralRe: PDFCreator Problems with Excel Pin
EliottA3-Feb-09 6:42
EliottA3-Feb-09 6:42 
GeneralRe: PDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 7:14
professionalDominick Marciano3-Feb-09 7:14 
AnswerRe: PDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 8:00
professionalDominick Marciano3-Feb-09 8:00 
QuestionWidth and Height of a Character Pin
Hari-Adarapu3-Feb-09 6:06
Hari-Adarapu3-Feb-09 6:06 
AnswerRe: Width and Height of a Character Pin
Dominick Marciano3-Feb-09 6:35
professionalDominick Marciano3-Feb-09 6:35 
GeneralRe: Width and Height of a Character Pin
Hari-Adarapu3-Feb-09 8:49
Hari-Adarapu3-Feb-09 8:49 
GeneralRe: Width and Height of a Character Pin
EliottA3-Feb-09 9:05
EliottA3-Feb-09 9:05 
GeneralRe: Width and Height of a Character Pin
Dominick Marciano3-Feb-09 9:19
professionalDominick Marciano3-Feb-09 9:19 
GeneralRe: Width and Height of a Character Pin
EliottA3-Feb-09 9:24
EliottA3-Feb-09 9:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.