Sciweavers

35 search results - page 2 / 7
» cc 2000
Sort
View
ECIS
2000
13 years 6 months ago
Transforming Healthcare in Australia: The PeCC Initiative
Many of the current crises in contemporary healthcare management centre on issues concerning information management and costs. Electronic commerce (or e-commerce) activity, grounde...
Elizabeth More, G. Michael McGrath
CONCURRENCY
2000
133views more  CONCURRENCY 2000»
13 years 5 months ago
OpenMP versus threading in C/C++
When comparing OpenMP to other parallel programming models, it is easier to choose between OpenMP and MPI than between OpenMP and POSIX Threads (Pthreads). With languages like C a...
Bob Kuhn, Paul Petersen, Eamonn O'Toole
CC
2000
Springer
134views System Software» more  CC 2000»
13 years 5 months ago
Pipelined Java Virtual Machine Interpreters
The performance of a Java Virtual Machine (JVM) interpreter running on a very long instruction word (VLIW) processor can be improved by means of pipelining. While one bytecode is i...
Jan Hoogerbrugge, Lex Augusteijn
CC
2000
Springer
135views System Software» more  CC 2000»
13 years 9 months ago
Fast Escape Analysis and Stack Allocation for Object-Based Programs
A fast and scalable interprocedural escape analysis algorithm is presented. The analysis computes a description of a subset of created objects whose lifetime is bounded by the life...
David Gay, Bjarne Steensgaard
CC
2000
Springer
100views System Software» more  CC 2000»
13 years 9 months ago
A Static Study of Java Exceptions Using JESP
JESP is a tool for statically examining the usage of user thrown exceptions in Java source code. Reported here are the first findings over a dataset of 31 publicly available Java...
Barbara G. Ryder, Donald Smith, Ulrich Kremer, Mic...