Click here to Skip to main content
15,887,214 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: What about using AI to optimize compiler code generation? Pin
Sander Rossel16-Oct-23 21:34
professionalSander Rossel16-Oct-23 21:34 
GeneralRe: What about using AI to optimize compiler code generation? Pin
megaadam17-Oct-23 1:47
professionalmegaadam17-Oct-23 1:47 
GeneralRe: What about using AI to optimize compiler code generation? Pin
Daniel Pfeffer17-Oct-23 2:43
professionalDaniel Pfeffer17-Oct-23 2:43 
GeneralRe: What about using AI to optimize compiler code generation? Pin
honey the codewitch17-Oct-23 3:01
mvahoney the codewitch17-Oct-23 3:01 
GeneralRe: What about using AI to optimize compiler code generation? Pin
jschell17-Oct-23 6:17
jschell17-Oct-23 6:17 
GeneralRe: What about using AI to optimize compiler code generation? Pin
honey the codewitch17-Oct-23 6:26
mvahoney the codewitch17-Oct-23 6:26 
GeneralRe: What about using AI to optimize compiler code generation? Pin
trønderen17-Oct-23 7:48
trønderen17-Oct-23 7:48 
GeneralRe: What about using AI to optimize compiler code generation? Pin
jschell18-Oct-23 5:43
jschell18-Oct-23 5:43 
trønderen wrote:
Yet, I think that you go to far stating that 'Optimizing code seldom provides any measurable impact',


I was referring to what is normally known as 'micro optimization'.

Happens when a developer comes across a bit of code which they 'know' can be written to execute more efficiently and then they re-write it. Without ever attempting an end to end test on the application with real business messages to see what impact that specific bit of code has on the enterprise.


trønderen wrote:
I experience a lot more than 1% speedup. 'Especially in terms of the user experience', as you phrase it.


I don't.

Coding
1. Most of my time is spent designing and writing code. Hardware can't speed that up.
2. Compiling. Certainly never seen a compile go from 1 hour to 1 minute regardless of hardware. If it goes from 60 minutes to 50 minutes (more than 1%) I would not even notice.
3. Debugging. Hardware can't help with that.


For some other examples at the current company the primary system is on the biggest cloud box available (multiples.) Can't go bigger. The performance problem is due to a legacy system upgraded piecemeal (not even coherently) and with no limits on how the users are allowed to use the system. Up until about 6 months ago even the public Rest API throttle did not work but even with that the company motto is just to increase the limit, at no charge, if they have a problem.

Hardware will not fix any of that.

Another example is from a different company. Performance testing with business load demonstrated that the application was as optimized as possible. That was even proven over time with production. The proven (measured) bottleneck was the third party services that the application had to interact with. No way to even fix that problem.
GeneralRe: What about using AI to optimize compiler code generation? Pin
trønderen18-Oct-23 12:41
trønderen18-Oct-23 12:41 
GeneralRe: What about using AI to optimize compiler code generation? Pin
jschell19-Oct-23 5:00
jschell19-Oct-23 5:00 
GeneralRe: What about using AI to optimize compiler code generation? Pin
trønderen17-Oct-23 7:27
trønderen17-Oct-23 7:27 
GeneralRe: What about using AI to optimize compiler code generation? Pin
jmaida17-Oct-23 11:59
jmaida17-Oct-23 11:59 
Generalworldle 633 1/6 Pin
jmaida16-Oct-23 16:44
jmaida16-Oct-23 16:44 
GeneralCode telepathy Pin
honey the codewitch16-Oct-23 15:53
mvahoney the codewitch16-Oct-23 15:53 
GeneralRe: Code telepathy Pin
David O'Neil16-Oct-23 16:56
professionalDavid O'Neil16-Oct-23 16:56 
GeneralRe: Code telepathy Pin
honey the codewitch16-Oct-23 17:16
mvahoney the codewitch16-Oct-23 17:16 
GeneralRe: Code telepathy Pin
jmaida16-Oct-23 17:06
jmaida16-Oct-23 17:06 
GeneralRe: Code telepathy Pin
honey the codewitch16-Oct-23 17:13
mvahoney the codewitch16-Oct-23 17:13 
GeneralRe: Code telepathy Pin
jmaida16-Oct-23 19:00
jmaida16-Oct-23 19:00 
GeneralRe: Code telepathy Pin
englebart18-Oct-23 2:20
professionalenglebart18-Oct-23 2:20 
GeneralWordle 850 Pin
StarNamer@work16-Oct-23 13:05
professionalStarNamer@work16-Oct-23 13:05 
GeneralRe: Wordle 850 Pin
Amarnath S16-Oct-23 14:27
professionalAmarnath S16-Oct-23 14:27 
GeneralRe: Wordle 850 Pin
GKP199216-Oct-23 18:14
professionalGKP199216-Oct-23 18:14 
GeneralRe: Wordle 850 Pin
Shane010316-Oct-23 18:44
Shane010316-Oct-23 18:44 
GeneralRe: Wordle 850 Pin
GuyThiebaut16-Oct-23 19:30
professionalGuyThiebaut16-Oct-23 19:30 

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.