3 research outputs found

    Evaluasi Kinerja Koridor Ruas Jalan Dr. Ir. H. Soekarno, Surabaya Berdasarkan Elemen Rancang Complete Street

    Get PDF
    Jalan Dr. Ir. H. Soekarno / MERR merupakan salah satu jalan dengan tingkat kecelakaan tertinggi di Kota Surabaya. Sepanjang periode 2017-2021, terjadi 273 kali kecelakaan pada ruas Jalan Dr. Ir. H. Soekarno. Statistik tersebut memiliki arti bahwa setidaknya, satu minggu sekali terjadi kecelakaan. Lebih jauh lagi, diketahui bahwa terdapat 73 orang pejalan kaki terlibat dalam kecelakaan di ruas Jalan Dr. Ir. H. Soekarno pada periode 2013-2021. Akibatnya, diperlukan adanya suatu konsep pengembangan untuk menjamin koridor yang aman untuk bermobilisasi, yaitu konsep complete street. Complete street adalah sebuah konsep dimana siapapun itu, terlepas dari kemampuan fisik dan moda yang digunakan, berkesempatan untuk bermobilitas dengan aman dan nyaman. Tujuan dari penelitian ini adalah untuk memahami seberapa baik kinerja elemen rancang koridor eksisting yang dilihat berdasarkan variabel konsep complete street untuk meningkatkan rasa aman dan nyaman bagi pengguna jalan. Penelitian ini menggunakan Analisis Delphi untuk mendapatkan variabel elemen rancang yang relevan dan aplikatif pada koridor Jalan Dr. Ir. H. Soekarno, dilanjutkan dengan Analisis IPGA (Importance-Performance Gap Analysis) guna mengetahui tingkat kepuasan pengguna jalan terhadap variabel dilihat dari sisi kinerja dan kepentingannya. Hasilnya, ditemukan bahwa kinerja seluruh variabel complete street masih jauh dibawah harapan pengguna jalan, dimana variabel elemen rancang complete street yang dimaksud adalah kamera kecepatan, pita penggaduh, separasi lajur, material trotoar, jalur penyeberangan, pulau penyeberangan, bollards, penerangan, kontinuitas trotoar, lebar trotoar, landscaping, seating, ubin pemandu, pelandaian kereb, wayfinding signage, street vending, lajur khusus bus, tempat pemberhentian bus, jalur sepeda, marka jalur sepeda, separator jalur sepeda, dan toucan crossing

    Infrastructures and Compilation Strategies for the Performance of Computing Systems

    Get PDF
    This document presents our main contributions to the field of compilation, and more generally to the quest of performance ofcomputing systems.It is structured by type of execution environment, from static compilation (execution of native code), to JIT compilation, and purelydynamic optimization. We also consider interpreters. In each chapter, we give a focus on the most relevant contributions.Chapter 2 describes our work about static compilation. It covers a long time frame (from PhD work 1995--1998 to recent work on real-timesystems and worst-case execution times at Inria in 2015) and various positions, both in academia and in the industry.My research on JIT compilers started in the mid-2000s at STMicroelectronics, and is still ongoing. Chapter 3 covers the results we obtained on various aspects of JIT compilers: split-compilation, interaction with real-time systems, and obfuscation.Chapter 4 reports on dynamic binary optimization, a research effort started more recently, in 2012. This considers the optimization of a native binary (without source code), while it runs. It incurs significant challenges but also opportunities.Interpreters represent an alternative way to execute code. Instead of native code generation, an interpreter executes an infinite loop thatcontinuously reads a instruction, decodes it and executes its semantics. Interpreters are much easier to develop than compilers,they are also much more portable, often requiring a simple recompilation. The price to pay is the reduced performance. Chapter 5presents some of our work related to interpreters.All this research often required significant software infrastructures for validation, from early prototypes to robust quasi products, andfrom open-source to proprietary. We detail them in Chapter 6.The last chapter concludes and gives some perspectives
    corecore