Click here to Skip to main content
15,888,521 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!

 
NewsWhere Is .NET Headed? Pin
Terrence Dorsey15-May-13 12:15
sitebuilderTerrence Dorsey15-May-13 12:15 
GeneralRe: Where Is .NET Headed? Pin
Marc Clifton15-May-13 12:53
mvaMarc Clifton15-May-13 12:53 
GeneralRe: Where Is .NET Headed? Pin
Dave Calkins15-May-13 16:30
Dave Calkins15-May-13 16:30 
NewsAsm.js: The JavaScript Compile Target Pin
Terrence Dorsey15-May-13 12:14
sitebuilderTerrence Dorsey15-May-13 12:14 
NewsJavaScript Regular Expression Enlightenment Pin
Terrence Dorsey15-May-13 12:14
sitebuilderTerrence Dorsey15-May-13 12:14 
GeneralRe: JavaScript Regular Expression Enlightenment Pin
AspDotNetDev15-May-13 13:16
protectorAspDotNetDev15-May-13 13:16 
GeneralRe: JavaScript Regular Expression Enlightenment Pin
Marc Clifton19-May-13 16:38
mvaMarc Clifton19-May-13 16:38 
NewsGarbage Collection in Java Pin
Terrence Dorsey15-May-13 12:13
sitebuilderTerrence Dorsey15-May-13 12:13 
At the end of a CMS collection its possible for some objects to not have been deleted - this is called Floating Garbage. This happens when objects become de-referenced since the initial mark. The concurrent preclean and the remark phase ensure that all live objects are marked by looking at objects which have been created, mutated or promoted. If an object has become dereferenced between the initial mark and the remark phase then it would require a complete retrace of the entire object graph in order to find all dead objects. This is obviously very expensive, and the remark phase must be kept short since its a pausing phase. This isn't necessarily a problem for users of CMS since the next run of the CMS collector will clean up this garbage.
Part of a series on implementing GC in a Java app.
NewsApple’s new Objective-C to Javascript Bridge Pin
Terrence Dorsey15-May-13 10:56
sitebuilderTerrence Dorsey15-May-13 10:56 
NewsThe Elusive Universal Web Bytecode Pin
Terrence Dorsey15-May-13 10:56
sitebuilderTerrence Dorsey15-May-13 10:56 
NewsWriting a good README Pin
Terrence Dorsey15-May-13 10:55
sitebuilderTerrence Dorsey15-May-13 10:55 
NewsWhy Google Should Unify Its Operating Systems Pin
Terrence Dorsey15-May-13 10:55
sitebuilderTerrence Dorsey15-May-13 10:55 
NewsDo Not Track: Are Weak Protections Worse Than None At All? Pin
Terrence Dorsey15-May-13 10:54
sitebuilderTerrence Dorsey15-May-13 10:54 
NewsKnowing More Programming Languages Will Make You Smarter Pin
Terrence Dorsey14-May-13 13:11
sitebuilderTerrence Dorsey14-May-13 13:11 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
Suvabrata Roy14-May-13 18:34
professionalSuvabrata Roy14-May-13 18:34 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
AspDotNetDev14-May-13 19:10
protectorAspDotNetDev14-May-13 19:10 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
Rob Grainger15-May-13 4:00
Rob Grainger15-May-13 4:00 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
Suvabrata Roy15-May-13 4:18
professionalSuvabrata Roy15-May-13 4:18 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
lukeer14-May-13 21:12
lukeer14-May-13 21:12 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
peterchen14-May-13 21:13
peterchen14-May-13 21:13 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
dusty_dex15-May-13 2:27
dusty_dex15-May-13 2:27 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
harold aptroot14-May-13 21:35
harold aptroot14-May-13 21:35 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
Matthew Faithfull15-May-13 1:29
Matthew Faithfull15-May-13 1:29 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
peterchen15-May-13 4:21
peterchen15-May-13 4:21 
GeneralRe: Knowing More Programming Languages Will Make You Smarter Pin
harold aptroot15-May-13 5:17
harold aptroot15-May-13 5:17 

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.