Suchergebnisse - Java bytecode counting~

  • Treffer 1 - 15 von 15
Treffer weiter einschränken
  1. 1

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

    ISSN: 1335-8243, 1338-3957
    Veröffentlicht: Sciendo 01.01.2019
    Veröffentlicht in 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 …”
    Volltext
    Journal Article
  2. 2

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

    ISBN: 153860888X, 9781538608883
    Veröffentlicht: IEEE 01.11.2017
    “… Besides the time complexity indicators, ALGator also measures the usages of the Java bytecode instructions …”
    Volltext
    Tagungsbericht
  3. 3

    Portable and accurate sampling profiling for Java von Binder, Walter

    ISSN: 0038-0644, 1097-024X
    Veröffentlicht: Chichester, UK John Wiley & Sons, Ltd 01.05.2006
    Veröffentlicht in 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 …”
    Volltext
    Journal Article
  4. 4

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

    ISBN: 0769526659, 9780769526652
    Veröffentlicht: IEEE 2006
    “… ), to investigate the use of bytecode instruction counting (BIC) as an estimation of real CPU consumption …”
    Volltext
    Tagungsbericht
  5. 5

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

    ISSN: 1571-0661, 1571-0661
    Veröffentlicht: Elsevier B.V 23.05.2006
    Veröffentlicht in Electronic notes in theoretical computer science (23.05.2006)
    “… The Java Virtual Machine (JVM) is a predominant target platform for application and middleware developers, but it currently lacks standard mechanisms for resource management …”
    Volltext
    Journal Article
  6. 6

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

    ISSN: 1571-0661, 1571-0661
    Veröffentlicht: Elsevier B.V 26.10.2006
    Veröffentlicht in Electronic notes in theoretical computer science (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 …”
    Volltext
    Journal Article
  7. 7

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

    ISSN: 2331-8422
    Veröffentlicht: Ithaca Cornell University Library, arXiv.org 13.06.2014
    Veröffentlicht in 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 …”
    Volltext
    Paper
  8. 8

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

    ISSN: 1071-9458
    Veröffentlicht: IEEE 01.11.2008
    “… Definitions of joinpoint coverage in the literature typically require counting the execution of aspects at each joinpoint …”
    Volltext
    Tagungsbericht
  9. 9

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

    ISSN: 0038-0644, 1097-024X
    Veröffentlicht: Bognor Regis Blackwell Publishing Ltd 01.06.2016
    Veröffentlicht in 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 …”
    Volltext
    Journal Article
  10. 10

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

    ISBN: 9780769522982, 076952298X
    Veröffentlicht: 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 …”
    Volltext
    Tagungsbericht
  11. 11

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

    ISSN: 2331-8422
    Veröffentlicht: Ithaca Cornell University Library, arXiv.org 01.07.2016
    Veröffentlicht in 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 …”
    Volltext
    Paper
  12. 12

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

    ISSN: 0178-4617, 1432-0541
    Veröffentlicht: New York Springer US 01.08.2016
    Veröffentlicht in Algorithmica (01.08.2016)
    “… The new dual-pivot Quicksort by Vladimir Yaroslavskiy—used in Oracle’s Java runtime library since version 7 …”
    Volltext
    Journal Article Verlag
  13. 13

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

    ISBN: 9780769515731, 0769515738
    Veröffentlicht: IEEE 2002
    “… Parallel, multithreaded Java applications such as Web servers, database servers, and scientific applications are becoming increasingly prevalent …”
    Volltext
    Tagungsbericht
  14. 14

    Analysis of Pivot Sampling in Dual-Pivot Quicksort von Wild, Sebastian, Nebel, Markus E, Martínez, Conrado

    ISSN: 2331-8422
    Veröffentlicht: Ithaca Cornell University Library, arXiv.org 10.08.2015
    Veröffentlicht in arXiv.org (10.08.2015)
    “… The new dual-pivot Quicksort by Vladimir Yaroslavskiy - used in Oracle's Java runtime library since version 7 - features intriguing asymmetries …”
    Volltext
    Paper
  15. 15

    A Selective Ahead-Of-Time Compiler on Android Device von Yeong-Kyu Lim, Parambil, S., Cheong-Ghil Kim, See-Hyung Lee

    ISBN: 1467314021, 9781467314022
    ISSN: 2162-9048
    Veröffentlicht: IEEE 01.05.2012
    “… The runtime environment of Android is based on its own Java Virtual Machine(JVM) called Dalvik Virtual Machine (DVM …”
    Volltext
    Tagungsbericht