A copy of this work was available on the public web and has been preserved in the Wayback Machine. The capture dates from 2015; you can also visit the original URL.
The file type is application/pdf
.
Filters
Financial Constraints, Social Policy And Migration: Evidence From Indonesia
2014
Zenodo
It combines internal and international migration in an integrated empirical analysis. ...
Households with lack access to finance have lower propensity to participate in international migration. ...
Indeed, most urban areas are in Java which has less space compared to most large non-Java islands. ...
doi:10.5281/zenodo.12768
fatcat:t2zri7tuvfa3lan2awifijtwnu
A study of exception handling and its dynamic optimization in Java
2001
SIGPLAN notices
We propose a new technique called Exception-Directed Optimization (Edo), which optimizes exception-intensive programs without slowing down exception-minimal programs. ...
Optimizing exception handling is critical for programs that frequently throw exceptions. We observed that there are many such exception-intensive programs in various categories of Java programs. ...
EXCEPTION-DIRECTED OPTIMIZATION In this section, we explain our technique called Exception-Directed Optimization (Edo) to optimize exception-intensive programs. ...
doi:10.1145/504311.504289
fatcat:7po2x65jhjbolerweylhd4olc4
A study of exception handling and its dynamic optimization in Java
2001
Proceedings of the 16th ACM SIGPLAN conference on Object oriented programming, systems, languages, and applications - OOPSLA '01
We propose a new technique called Exception-Directed Optimization (Edo), which optimizes exception-intensive programs without slowing down exception-minimal programs. ...
Optimizing exception handling is critical for programs that frequently throw exceptions. We observed that there are many such exception-intensive programs in various categories of Java programs. ...
EXCEPTION-DIRECTED OPTIMIZATION In this section, we explain our technique called Exception-Directed Optimization (Edo) to optimize exception-intensive programs. ...
doi:10.1145/504282.504289
dblp:conf/oopsla/OgasawaraKN01
fatcat:tst7xpiwxzckxlhyke62y5lmom
Determinants of Firm Innovation in Indonesia: The Role of Institutions and Access to Finance
2015
Economics and Finance in Indonesia
This paper investigates the determinants of firm innovation in Indonesia. ...
Regional Autonomy Watch (KPPOD) as measure of institutions, We found that better institutional quality at the local level was associated with more innovation and that firms experiencing major obstacle in ...
At least in our sample, we found that provinces in Java had relatively better institutional quality than non-Java ones. ...
doi:10.7454/efi.v61i3.512
fatcat:66vkfgmxdvgjfc7qloyj6gapia
A High-Performance Algorithm for Identifying Frequent Items in Data Streams
[article]
2017
arXiv
pre-print
We describe a highly optimized version of Misra and Gries' algorithm that is suitable for deployment in industrial settings. ...
First, it handles weighted updates in amortized constant time, a common requirement in practice. ...
Additional Implementation Details We have completed a highly optimized implementation of Algorithm 4 in Java and incorporated it into an open source library [20] that is widely deployed within Yahoo ...
arXiv:1705.07001v2
fatcat:ntjupbz7qzdqhalimamnnjmv34
Evolutionary History of Continental Southeast Asians: "Early Train" Hypothesis Based on Genetic Analysis of Mitochondrial and Autosomal DNA Data
2012
Molecular biology and evolution
The population history of the indigenous populations in island Southeast Asia is generally accepted to have been shaped by two major migrations: the ancient "Out of Africa" migration $50,000 years before ...
We determined 86 mitochondrial DNA (mtDNA) complete genome sequences in four indigenous Malaysian populations, together with a reanalysis of published autosomal single-nucleotide polymorphism (SNP) data ...
, Borneo, and Java) tend to be found in Indochina or South China. ...
doi:10.1093/molbev/mss169
pmid:22729749
fatcat:4jijk3vyuvee5mrvae4i3ykel4
Mapping Recent Shoreline Changes Spanning the Lateral Collapse of Anak Krakatau Volcano, Indonesia
2020
Applied Sciences
The lateral collapse reduced the island area to ~1.5 km2 but this was followed by a rapid increase in area in the first two months of 2019, reaching up to 3.27 km2. ...
This work tests the results of this method in a highly dynamic volcanic environment and validates them with manually digitized shorelines. ...
The authors also appreciate the efforts of the European Space Agency in providing high-quality open-access data to the scientific community and Google Earth Engine for facilitating the access to and the ...
doi:10.3390/app10020536
fatcat:jdqmmqq5gvepflpiblg7mv4rsm
A dynamic optimization framework for a Java just-in-time compiler
2001
SIGPLAN notices
The high performance implementation of Java Virtual Machines (JVM) and Just-In-Time (JIT) compilers is directed toward adaptive compilation optimizations on the basis of online runtime profile information ...
This paper describes the design and implementation of a dynamic optimization framework in a production-level Java JIT compiler. ...
Jn the measurement for Section 6.3, the decision-tree construction was based on the benefit-ordered strategy. @ Exception-directed optimization (EDO) [29] was enabled. ...
doi:10.1145/504311.504296
fatcat:ma2rpfxb2ndzhf2oub4m7tnrzq
Evolution of a Java just-in-time compiler for IA-32 platforms
2004
IBM Journal of Research and Development
Java has gained widespread popularity in the industry, and an efficient Java virtual machine (JVM) and just-in-time (JIT) compiler are crucial in providing high performance for Java applications. ...
optimizations applied to the IR. ...
We also thank the IBM Java performance team in Austin, Texas, particularly Bill Alexander, Mike Collins, and Weiming Gu, for their helpful discussion and analysis for identifying opportunities to improve ...
doi:10.1147/rd.485.0767
fatcat:wcyoooi6ubgznbouxxxhumt6g4
A dynamic optimization framework for a Java just-in-time compiler
2001
Proceedings of the 16th ACM SIGPLAN conference on Object oriented programming, systems, languages, and applications - OOPSLA '01
The high performance implementation of Java Virtual Machines (JVM) and Just-In-Time (JIT) compilers is directed toward adaptive compilation optimizations on the basis of online runtime profile information ...
This paper describes the design and implementation of a dynamic optimization framework in a production-level Java JIT compiler. ...
Jn the measurement for Section 6.3, the decision-tree construction was based on the benefit-ordered strategy. @ Exception-directed optimization (EDO) [29] was enabled. ...
doi:10.1145/504282.504296
dblp:conf/oopsla/SuganumaYKKN01
fatcat:jgry4x2omrdgnnhnej5j4zbxxa
A region-based compilation technique for a Java just-in-time compiler
2003
Proceedings of the ACM SIGPLAN 2003 conference on Programming language design and implementation - PLDI '03
We have implemented these techniques in our Java JIT compiler, and conducted a comprehensive evaluation. ...
Method inlining and data flow analysis are two major optimization components for effective program transformations, however they often suffer from the existence of rarely or never executed code contained ...
In particular, we thank Motohiro Kawahito for implementing the partial dead code elimination routine. ...
doi:10.1145/781131.781166
dblp:conf/pldi/SuganumaYN03
fatcat:ijsbmcftpbe6nlm3hfcvvdbsv4
A region-based compilation technique for a Java just-in-time compiler
2003
SIGPLAN notices
We have implemented these techniques in our Java JIT compiler, and conducted a comprehensive evaluation. ...
Method inlining and data flow analysis are two major optimization components for effective program transformations, however they often suffer from the existence of rarely or never executed code contained ...
In particular, we thank Motohiro Kawahito for implementing the partial dead code elimination routine. ...
doi:10.1145/780822.781166
fatcat:3napqf2jcfeyhfkiokuygcglg4
A region-based compilation technique for a Java just-in-time compiler
2003
Proceedings of the ACM SIGPLAN 2003 conference on Programming language design and implementation - PLDI '03
We have implemented these techniques in our Java JIT compiler, and conducted a comprehensive evaluation. ...
Method inlining and data flow analysis are two major optimization components for effective program transformations, however they often suffer from the existence of rarely or never executed code contained ...
In particular, we thank Motohiro Kawahito for implementing the partial dead code elimination routine. ...
doi:10.1145/781163.781166
fatcat:vy6jhuyqcbaynljq3tpictsb3q
Online feedback-directed optimization of Java
2002
SIGPLAN notices
This paper describes the implementation of an online feedback-directed optimization system. The system is fully automatic; it requires no prior (offline) profiling run. ...
This profile information is used to drive several traditional optimizations, as well as a novel algorithm for performing feedback-directed control flow graph node splitting. ...
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. ...
doi:10.1145/583854.582432
fatcat:badoqwak2ng2vhgiizq7uhg4xi
Online feedback-directed optimization of Java
2002
Proceedings of the 17th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications - OOPSLA '02
This paper describes the implementation of an online feedback-directed optimization system. The system is fully automatic; it requires no prior (offline) profiling run. ...
This profile information is used to drive several traditional optimizations, as well as a novel algorithm for performing feedback-directed control flow graph node splitting. ...
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. ...
doi:10.1145/582419.582432
dblp:conf/oopsla/ArnoldHR02
fatcat:rymxxmbsd5eslkxxaxa5fqhzwa
« Previous
Showing results 1 — 15 out of 135 results