Zobrazeno 1 - 8
of 8
pro vyhledávání: '"Eliot Miranda"'
Publikováno v:
Software: Practice and Experience. 50:1629-1650
OpenSmalltalk-VM is a virtual machine (VM) for languages in the Smalltalk family (eg, Squeak and Pharo), which is itself written in a subset of Smalltalk that can easily be translated to C. VM development is done in Smalltalk, an activity we call “
Publikováno v:
DLS
To keep applications highly responsive, garbage collectors (GCs) try to minimize interruptions of the application threads. While pauses due to non moving GCs can be drastically reduced through concurrent or incremental strategies, compaction pauses r
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=doi_dedup___::d6aa424f3040f9afdc0a7f06f529bb14
https://biblio.vub.ac.be/vubir/lazy-pointer-update-for-low-heap-compaction-pause-times(f5fc4951-4c2b-4c0b-ba1a-d7aa80c6e107).html
https://biblio.vub.ac.be/vubir/lazy-pointer-update-for-low-heap-compaction-pause-times(f5fc4951-4c2b-4c0b-ba1a-d7aa80c6e107).html
Publikováno v:
VMIL@SPLASH
VMIL 2018 Virtual Machines and Language Implementations
Virtual Machines and Language Implementations VMIL 2018
Virtual Machines and Language Implementations VMIL 2018, 2018, Boston, United States. ⟨10.1145/3281287.3281295⟩
VMIL 2018 Virtual Machines and Language Implementations
Virtual Machines and Language Implementations VMIL 2018
Virtual Machines and Language Implementations VMIL 2018, 2018, Boston, United States. ⟨10.1145/3281287.3281295⟩
International audience; OpenSmalltalk-VM is a virtual machine (VM) for languages in the Smalltalk family (e.g. Squeak, Pharo) which is itself written in a subset of Smalltalk that can easily be translated to C. Development is done in Smalltalk, an ac
Publikováno v:
Proceedings of the 14th International Conference on Managed Languages and Runtimes
Proceedings of the 14th International Conference on Managed Languages and Runtimes, Sep 2017, Prague, Czech Republic. pp.1-11, ⟨10.1145/3132190.3132201⟩
ManLang
Proceedings of the 14th International Conference on Managed Languages and Runtimes, Sep 2017, Prague, Czech Republic. pp.1-11, ⟨10.1145/3132190.3132201⟩
ManLang
International audience; Modern virtual machines for object-oriented languages such as Java HotSpot, Javascript V8 or Python PyPy reach high performance through just-in-time compilation techniques, involving on-the-fly optimization and deoptimization
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=doi_dedup___::c07d19a62538de886f5efb5098dc683e
https://inria.hal.science/hal-01596321/file/Hal.pdf
https://inria.hal.science/hal-01596321/file/Hal.pdf
Publikováno v:
The Journal of Object Technology
The Journal of Object Technology, Chair of Software Engineering, 2016, 15 (2), pp.1:1-26. ⟨10.5381/jot.2016.15.2.a1⟩
The Journal of Object Technology, 2016, 15 (2), pp.1:1-26. ⟨10.5381/jot.2016.15.2.a1⟩
The Journal of Object Technology, Chair of Software Engineering, 2016, 15 (2), pp.1:1-26. ⟨10.5381/jot.2016.15.2.a1⟩
The Journal of Object Technology, 2016, 15 (2), pp.1:1-26. ⟨10.5381/jot.2016.15.2.a1⟩
International audience; Speculative inlining in just-in-time compilers enables many performance optimizations. However, it also introduces significant complexity. The compiler optimizations themselves, as well as the deoptimization mechanism are comp
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=doi_dedup___::d13408740525fe3bbd0682d3b942361f
https://hal.inria.fr/hal-01299371
https://hal.inria.fr/hal-01299371
Autor:
Clément Béra, Eliot Miranda
Publikováno v:
International Symposium on Memory Management
International Symposium on Memory Management, Jun 2015, Portland, United States. pp.93-104 ⟨10.1145/2754169.2754186⟩
ISMM
International Symposium on Memory Management, Jun 2015, Portland, United States. pp.93-104 ⟨10.1145/2754169.2754186⟩
ISMM
International audience; Live programming, originally introduced by Smalltalk and Lisp, and now gaining popularity in contemporary systems such as Swift, requires on-the-fly support for object schema migration, such that the layout of objects may be c
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=doi_dedup___::55119b9c63c7b5bbd66d8d3123a483cc
https://hal.inria.fr/hal-01152610
https://hal.inria.fr/hal-01152610
Publikováno v:
Computer Graphics Forum. 11:131-138
This paper compares two image space hidden surface removal algorithms for polygonal scenes. These are the z‐buffer and scan‐line algorithms. There is first an overview of each algorithm, followed by a simulation experiment, designed to compare th
Autor:
Eliot Miranda
Publikováno v:
OOPSLA
BrouHaHa is a portable implementation of the Smalltalk-80 virtual machine interpreter. It is a more efficient redesign of the standard Smalltalk specification, and is tailored to suit conventional 32 bit microprocessors. This paper presents the major