Difference between revisions of "Runtime Scheduling for Multicore"

From esoterum.org
Jump to: navigation, search
(Runtime Compilation)
(Runtime Compilation)
Line 1: Line 1:
 
= Runtime Compilation =
 
= Runtime Compilation =
 +
*[http://www.amazon.com/Programming-Scala-Multi-Core-Complexity-Programmers/dp/193435631X Programming Scala: Tackle Multi-Core Complexity on the Java Virtual Machine], book at Amazon
 +
:
 
*[http://www.aonix.com/perc.html Real time virtual JVM from Aonix], SMP machine has limited real-time capability
 
*[http://www.aonix.com/perc.html Real time virtual JVM from Aonix], SMP machine has limited real-time capability
 
*[http://forums.sun.com/thread.jspa?threadID=5341160 Virtual Machine and multicore system thread at sun.com]
 
*[http://forums.sun.com/thread.jspa?threadID=5341160 Virtual Machine and multicore system thread at sun.com]
 
: MartinHilpert Re: Virtual Machine and multicore system, Oct 24, 2008 8:32 AM
 
: MartinHilpert Re: Virtual Machine and multicore system, Oct 24, 2008 8:32 AM
 
:"Nope. The next big step in compilers and virtual machines is exactly what you would like to have now: transparent usage of multiple cores/cpus for an application without explicitaly writing your app with multiple threads. If you app is just 1 servlet with just 1 thread - how should it be distributed among multiple cpus?"
 
:"Nope. The next big step in compilers and virtual machines is exactly what you would like to have now: transparent usage of multiple cores/cpus for an application without explicitaly writing your app with multiple threads. If you app is just 1 servlet with just 1 thread - how should it be distributed among multiple cpus?"
 +
 +
 +
== Possible Project ==
 +
*Scheduler to run on JVM which will automatically manage threads to run java representation of streaming code on multicore
  
 
= Runtime Scheduling =
 
= Runtime Scheduling =

Revision as of 19:35, 20 December 2009

Runtime Compilation

MartinHilpert Re: Virtual Machine and multicore system, Oct 24, 2008 8:32 AM
"Nope. The next big step in compilers and virtual machines is exactly what you would like to have now: transparent usage of multiple cores/cpus for an application without explicitaly writing your app with multiple threads. If you app is just 1 servlet with just 1 thread - how should it be distributed among multiple cpus?"


Possible Project

  • Scheduler to run on JVM which will automatically manage threads to run java representation of streaming code on multicore

Runtime Scheduling


Last printed: 11.3