Výsledky vyhledávání - (( Java bytecode counting ) OR ( Java bytecode accounting ))

  1. 1

    JAVA BYTECODE INSTRUCTION USAGE COUNTING WITH ALGATOR Autor Dobravec, Tomaž

    ISSN: 1335-8243, 1338-3957
    Vydáno: Sciendo 01.01.2019
    Vydáno v Acta electrotechnica et informatica (01.01.2019)
    “…Development of algorithms for solving various kinds of computer related problems consists of several consecutive and possibly repetitive phases. The final and…”
    Získat plný text
    Journal Article
  2. 2

    Estimating the time complexity of the algorithms by counting the Java bytecode instructions Autor Dobravec, Tomaz

    ISBN: 153860888X, 9781538608883
    Vydáno: IEEE 01.11.2017
    “… Besides the time complexity indicators, ALGator also measures the usages of the Java bytecode instructions…”
    Získat plný text
    Konferenční příspěvek
  3. 3

    Continuous Bytecode Instruction Counting for CPU Consumption Estimation Autor Binder, Walter, Hulaas, Jarle, Camesi, Andrea

    ISBN: 0769526659, 9780769526652
    Vydáno: IEEE 2006
    “…) a program will require to run properly in a given environment. In this paper, we build on the Java Resource Accounting Framework, Second Edition (J-RAF2…”
    Získat plný text
    Konferenční příspěvek
  4. 4

    Java Bytecode Transformations for Efficient, Portable CPU Accounting Autor Binder, Walter, Hulaas, Jarle

    ISSN: 1571-0661, 1571-0661
    Vydáno: Elsevier B.V 05.12.2005
    “… Resource accounting allows to study and optimize program performance and to charge users for the resource consumption of their deployed components, while resource control can limit the resource…”
    Získat plný text
    Journal Article
  5. 5

    Using Bytecode Instruction Counting as Portable CPU Consumption Metric Autor Binder, Walter, Hulaas, Jarle

    ISSN: 1571-0661, 1571-0661
    Vydáno: Elsevier B.V 23.05.2006
    “… In this paper we present a tool, the Java Resource Accounting Framework, Second Edition (J-RAF2), which enables precise CPU management on standard…”
    Získat plný text
    Journal Article
  6. 6

    Portable and accurate sampling profiling for Java Autor Binder, Walter

    ISSN: 0038-0644, 1097-024X
    Vydáno: Chichester, UK John Wiley & Sons, Ltd 01.05.2006
    Vydáno v Software, practice & experience (01.05.2006)
    “… We exploit bytecode instruction counting to regularly activate a user‐defined profiling agent, which processes the current call stack…”
    Získat plný text
    Journal Article
  7. 7

    Exact and Portable Profiling for the JVM Using Bytecode Instruction Counting Autor Binder, Walter, Hulaas, Jarle

    ISSN: 1571-0661, 1571-0661
    Vydáno: Elsevier B.V 26.10.2006
    “… counters, and bytecode instruction counters. We exploit the number of executed bytecode instructions as profiling metric, which has several advantages, such as making the instrumentation entirely portable and generating reproducible profiles…”
    Získat plný text
    Journal Article
  8. 8

    Pivot Sampling in Dual-Pivot Quicksort Autor Nebel, Markus E, Wild, Sebastian

    ISSN: 2331-8422
    Vydáno: Ithaca Cornell University Library, arXiv.org 13.06.2014
    Vydáno v arXiv.org (13.06.2014)
    “…, swaps and executed Java Bytecode instructions. It turns out that - unlike for classic Quicksort, where it is optimal to choose the pivot as median of the sample…”
    Získat plný text
    Paper
  9. 9

    A Joinpoint Coverage Measurement Tool for Evaluating the Effectiveness of Test Inputs for AspectJ Programs Autor Wedyan, F., Ghosh, S.

    ISSN: 1071-9458
    Vydáno: IEEE 01.11.2008
    “… Definitions of joinpoint coverage in the literature typically require counting the execution of aspects at each joinpoint…”
    Získat plný text
    Konferenční příspěvek
  10. 10

    Flow-sensitive runtime estimation: an enhanced hot spot detection heuristics for embedded Java just-in-time compilers Autor Lee, Seong-Won, Moon, Soo-Mook, Kim, Seong-Moo

    ISSN: 0038-0644, 1097-024X
    Vydáno: Bognor Regis Blackwell Publishing Ltd 01.06.2016
    Vydáno v Software, practice & experience (01.06.2016)
    “…Summary Java just‐in‐time compilers often compile only hot methods because the compilation overhead is a part of the running time…”
    Získat plný text
    Journal Article
  11. 11

    A portable CPU-management framework for Java Autor Binder, W., Hulaas, J.

    ISSN: 1089-7801, 1941-0131
    Vydáno: Los Alamitos IEEE 01.09.2004
    Vydáno v IEEE internet computing (01.09.2004)
    “…The Java resource accounting framework, second edition (J-RAF2), is a portable CPU-management framework for Java environments…”
    Získat plný text
    Journal Article
  12. 12

    Portable virtual cycle accounting for large-scale distributed cycle sharing systems Autor Yamauchi, Hiroshi, Xu, Dongyan

    ISSN: 0167-8191, 1872-7336
    Vydáno: Elsevier B.V 01.05.2007
    Vydáno v Parallel computing (01.05.2007)
    “… heterogeneous hardware and operating system platforms. Such an accounting mechanism is especially desirable when CPU resources are traded and a lack of uniform workload…”
    Získat plný text
    Journal Article
  13. 13

    JShrink: Debloating Modern Java Applications Autor Arora, Jaspreet Singh

    ISBN: 1658486242, 9781658486248
    Vydáno: ProQuest Dissertations & Theses 01.01.2020
    “… However, many of these techniques are built upon pure static analysis and have yet to be extended and evaluated in the context of modern Java applications where dynamic language features are prevalent…”
    Získat plný text
    Dissertation
  14. 14

    Context Threading: A Flexible and Efficient Dispatch Technique for Virtual Machine Interpreters Autor Berndl, Marc, Vitale, Benjamin, Zaleski, Mathew, Brown, Angela Demke

    ISBN: 9780769522982, 076952298X
    Vydáno: Washington, DC, USA IEEE Computer Society 20.03.2005
    “…Direct-threaded interpreters use indirect branches to dispatch bytecodes, but deeply-pipelined architectures rely on branch prediction for performance…”
    Získat plný text
    Konferenční příspěvek
  15. 15

    Garbage Collection in JyNI - How to bridge Mark/Sweep and Reference Counting GC Autor Richthofer, Stefan

    ISSN: 2331-8422
    Vydáno: Ithaca Cornell University Library, arXiv.org 01.07.2016
    Vydáno v arXiv.org (01.07.2016)
    “… It achieves high efficiency by compiling Python code to Java bytecode and thus letting Java's JIT optimize it - an approach that enables Python code to call Java functions or to subclass Java classes…”
    Získat plný text
    Paper
  16. 16

    A multithreaded concurrent garbage collector parallelizing the new instruction in Java Autor Lo, C.-T. D., Srisa-an, W., Chang, J. M.

    ISBN: 9780769515731, 0769515738
    Vydáno: IEEE 2002
    “…Parallel, multithreaded Java applications such as Web servers, database servers, and scientific applications are becoming increasingly prevalent…”
    Získat plný text
    Konferenční příspěvek
  17. 17

    Analysis of Pivot Sampling in Dual-Pivot Quicksort: A Holistic Analysis of Yaroslavskiy’s Partitioning Scheme Autor Nebel, Markus E., Wild, Sebastian, Martínez, Conrado

    ISSN: 0178-4617, 1432-0541
    Vydáno: New York Springer US 01.08.2016
    Vydáno v Algorithmica (01.08.2016)
    “…The new dual-pivot Quicksort by Vladimir Yaroslavskiy—used in Oracle’s Java runtime library since version 7…”
    Získat plný text
    Journal Article
  18. 18

    Embedding remote object mobility in Java RMI Autor Avvenuti, M., Vecchio, A.

    ISBN: 0769513840, 9780769513843
    ISSN: 1071-0485
    Vydáno: IEEE 2001
    “… The paper addresses this issue and describes the basic functionalities of Mobile RMI, a toolkit that extends Java RMI with mechanisms for creating and moving remote objects across different address spaces…”
    Získat plný text
    Konferenční příspěvek
  19. 19

    Sun Microsystems: Sun open sources Java platform and releases source code under GPL license via NetBeans and Java.net communities; Builds on success of NetBeans and OpenSolaris to establish new communities for open source development of Java technology

    Vydáno: Coventry Normans Media Ltd 13.11.2006
    Vydáno v M2 Presswire (13.11.2006)
    “…SANTA CLARA, CALIF. - Sun Microsystems, Inc. (NASDAQ: SUNW), the creator and leading advocate of Java technology, today announced it is releasing…”
    Získat plný text
    Newsletter
  20. 20

    Sun Microsystems: Sun led J2ME[tm] Personal Profile specification approved by Java Community Process[sm]; Personal Profile and CDC HI will increase reach of Java[tm] technology in networked consumer electronic space

    Vydáno: Coventry Normans Media Ltd 25.09.2002
    Vydáno v M2 Presswire (25.09.2002)
    “… advanced Java 2 technology features such as reflection and security, on-board bytecode verification, a Java Native Interface (JNI…”
    Získat plný text
    Newsletter