Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
Jörgen Andersson19-Apr-23 22:12
professionalJörgen Andersson19-Apr-23 22:12 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
Mark Starr20-Apr-23 3:40
professionalMark Starr20-Apr-23 3:40 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
PIEBALDconsult20-Apr-23 3:55
mvePIEBALDconsult20-Apr-23 3:55 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
Mark Starr20-Apr-23 3:59
professionalMark Starr20-Apr-23 3:59 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
Richard MacCutchan19-Apr-23 21:29
mveRichard MacCutchan19-Apr-23 21:29 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
jschell25-Apr-23 12:02
jschell25-Apr-23 12:02 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
Matt Bond24-Apr-23 5:38
Matt Bond24-Apr-23 5:38 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
jschell25-Apr-23 12:07
jschell25-Apr-23 12:07 
Matt Bond wrote:
I've been told it not as efficient some how,


They did not understand what they are talking about.

First it only matters during compilation. It has no impact (zero, none) when it runs. The import statement is not even in the final binary.

In the Sun/Oracle compiler compilation is done in java - it is written in java. So when it imports a class for compilation it must validate the class. The entire thing. It cannot just validate part of it.

IBM use to have a compiler that was faster (presumably not written in java.) And oddly enough more compliant with the Java Specification. But still it would had to do a simpler import process to make sure the class was compliant just to insure that it could create a compliant binary.
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
Paul Sanders (the other one)19-Apr-23 21:53
Paul Sanders (the other one)19-Apr-23 21:53 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
PIEBALDconsult20-Apr-23 3:57
mvePIEBALDconsult20-Apr-23 3:57 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
pkfox19-Apr-23 22:12
professionalpkfox19-Apr-23 22:12 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
Kate-X25719-Apr-23 22:43
Kate-X25719-Apr-23 22:43 
GeneralRe: The one thing about VS's "smarts" that drives me nuts... Pin
PIEBALDconsult20-Apr-23 4:19
mvePIEBALDconsult20-Apr-23 4:19 
JokeRe: The one thing about VS's "smarts" that drives me nuts... Pin
Kate-X25723-Apr-23 23:01
Kate-X25723-Apr-23 23:01 
GeneralSay goodbye to C++, Java and JavaScript Pin
jschell19-Apr-23 4:52
jschell19-Apr-23 4:52 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
Rage19-Apr-23 4:59
professionalRage19-Apr-23 4:59 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
OriginalGriff19-Apr-23 5:00
mveOriginalGriff19-Apr-23 5:00 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
honey the codewitch19-Apr-23 5:15
mvahoney the codewitch19-Apr-23 5:15 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
PIEBALDconsult19-Apr-23 5:49
mvePIEBALDconsult19-Apr-23 5:49 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
theoldfool19-Apr-23 5:53
professionaltheoldfool19-Apr-23 5:53 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
englebart19-Apr-23 14:19
professionalenglebart19-Apr-23 14:19 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
Single Step Debugger19-Apr-23 6:17
Single Step Debugger19-Apr-23 6:17 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
BernardIE531719-Apr-23 6:32
BernardIE531719-Apr-23 6:32 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
Amarnath S19-Apr-23 6:56
professionalAmarnath S19-Apr-23 6:56 
GeneralRe: Say goodbye to C++, Java and JavaScript Pin
PIEBALDconsult19-Apr-23 7:03
mvePIEBALDconsult19-Apr-23 7:03 

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.