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

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
NewsMicrosoft is testing an annoying desktop watermark if you install Windows 11 on unsupported hardware Pin
Kent Sharkey22-Feb-22 10:01
staffKent Sharkey22-Feb-22 10:01 
GeneralRe: Microsoft is testing an annoying desktop watermark if you install Windows 11 on unsupported hardware Pin
David O'Neil22-Feb-22 10:26
professionalDavid O'Neil22-Feb-22 10:26 
GeneralRe: Microsoft is testing an annoying desktop watermark if you install Windows 11 on unsupported hardware Pin
Matias Lopez23-Feb-22 6:28
Matias Lopez23-Feb-22 6:28 
NewsPackaging Python with the PyOxidizer Pants plugin Pin
Kent Sharkey22-Feb-22 9:46
staffKent Sharkey22-Feb-22 9:46 
NewsC++ exceptions are becoming more and more problematic Pin
Kent Sharkey22-Feb-22 9:31
staffKent Sharkey22-Feb-22 9:31 
GeneralRe: C++ exceptions are becoming more and more problematic Pin
David O'Neil22-Feb-22 10:21
professionalDavid O'Neil22-Feb-22 10:21 
GeneralRe: C++ exceptions are becoming more and more problematic Pin
trønderen22-Feb-22 10:45
trønderen22-Feb-22 10:45 
GeneralRe: C++ exceptions are becoming more and more problematic Pin
Greg Utas22-Feb-22 14:40
professionalGreg Utas22-Feb-22 14:40 
The crux appears to be this:
Quote:
2) exception unwinding is effectively single-threaded, because the table driven unwinder logic used by modern C++ compilers grabs a global mutex to protect the tables from concurrent changes. This has disastrous consequences for high core counts and makes exceptions nearly unusable on such machines [later giving the example of 256 cores].
I don't get the nuance of the global lock and have to wonder if a lock dedicated to in-progress exceptions or these mysterious "tables" would suffice.

Not to mention that anyone running massive concurrency on 256 cores, apart from some real bespoke CPU-intensive application that inherently lends itself to parallel computation, has less than mush for brains.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.

GeneralRe: C++ exceptions are becoming more and more problematic Pin
David O'Neil22-Feb-22 17:29
professionalDavid O'Neil22-Feb-22 17:29 
NewsEarly peek at C# 11 features Pin
Kent Sharkey22-Feb-22 8:01
staffKent Sharkey22-Feb-22 8:01 
GeneralRe: Early peek at C# 11 features Pin
BillWoodruff23-Feb-22 0:37
professionalBillWoodruff23-Feb-22 0:37 
GeneralRe: Early peek at C# 11 features Pin
Dan Neely23-Feb-22 3:07
Dan Neely23-Feb-22 3:07 
NewsAstrophysicists say 'planetary intelligence' exists… but Earth doesn't have any Pin
Kent Sharkey22-Feb-22 7:16
staffKent Sharkey22-Feb-22 7:16 
GeneralRe: Astrophysicists say 'planetary intelligence' exists… but Earth doesn't have any Pin
obermd23-Feb-22 3:08
obermd23-Feb-22 3:08 
GeneralRe: Astrophysicists say 'planetary intelligence' exists… but Earth doesn't have any Pin
Daniel Pfeffer23-Feb-22 7:57
professionalDaniel Pfeffer23-Feb-22 7:57 
GeneralRe: Astrophysicists say 'planetary intelligence' exists… but Earth doesn't have any Pin
obermd23-Feb-22 10:24
obermd23-Feb-22 10:24 
JokeRe: Astrophysicists say 'planetary intelligence' exists… but Earth doesn't have any Pin
Daniel Pfeffer23-Feb-22 7:54
professionalDaniel Pfeffer23-Feb-22 7:54 
NewsIs C++ doomed? Pin
Kent Sharkey22-Feb-22 7:16
staffKent Sharkey22-Feb-22 7:16 
GeneralRe: Is C++ doomed? Pin
David O'Neil22-Feb-22 7:58
professionalDavid O'Neil22-Feb-22 7:58 
GeneralRe: Is C++ doomed? Pin
Kent Sharkey22-Feb-22 8:20
staffKent Sharkey22-Feb-22 8:20 
GeneralRe: Is C++ doomed? Pin
David O'Neil22-Feb-22 9:18
professionalDavid O'Neil22-Feb-22 9:18 
GeneralRe: Is C++ doomed? Pin
Greg Utas22-Feb-22 14:52
professionalGreg Utas22-Feb-22 14:52 
GeneralRe: Is C++ doomed? Pin
trønderen22-Feb-22 14:57
trønderen22-Feb-22 14:57 
GeneralRe: Is C++ doomed? Pin
Peter_in_278022-Feb-22 15:22
professionalPeter_in_278022-Feb-22 15:22 
GeneralRe: Is C++ doomed? Pin
Greg Utas22-Feb-22 15:25
professionalGreg Utas22-Feb-22 15:25 

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.