Academic literature on the topic 'Compiler Options'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Compiler Options.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Compiler Options"

1

Kovács, András. "Closure-Free Functional Programming in a Two-Level Type Theory." Proceedings of the ACM on Programming Languages 8, ICFP (2024): 659–92. http://dx.doi.org/10.1145/3674648.

Full text
Abstract:
Many abstraction tools in functional programming rely heavily on general-purpose compiler optimization to achieve adequate performance. For example, monadic binding is a higher-order function which yields runtime closures in the absence of sufficient compile-time inlining and beta-reductions, thereby significantly degrading performance. In current systems such as the Glasgow Haskell Compiler, there is no strong guarantee that general-purpose optimization can eliminate abstraction overheads, and users only have indirect and fragile control over code generation through inlining directives and co
APA, Harvard, Vancouver, ISO, and other styles
2

Bogaevskiy, D. V., S. N. Ezhov, and D. I. Kaplun. "Analysis of GCC Compiler Vectorizing Option Sets for H.264 Video Compression Algorithms Implemented on the MIPS SIMD Architecture." LETI Transactions on Electrical Engineering & Computer Science 16, no. 4 (2023): 46–53. http://dx.doi.org/10.32603/2071-8985-2023-16-4-46-53.

Full text
Abstract:
As part of the article, a study was made of the influence of optimizing, including vectorizing, compiler options on the performance of the visualization system for promising systems on a chip with a vector processor. Based on the analysis of the optimizing options of the GCC compiler for the MIPS SIMD architecture, test sets of parameters and compiler options were determined, using which the profiling of 4 test algorithms used in the H.264 video compression standard was carried out.
APA, Harvard, Vancouver, ISO, and other styles
3

Yu, Chang, Yi Xu, Ye Kuang, Yuanming Hu, and Tiantian Liu. "MeshTaichi." ACM Transactions on Graphics 41, no. 6 (2022): 1–17. http://dx.doi.org/10.1145/3550454.3555430.

Full text
Abstract:
Meshes are an indispensable representation in many graphics applications because they provide conformal spatial discretizations. However, mesh-based operations are often slow due to unstructured memory access patterns. We propose MeshTaichi, a novel mesh compiler that provides an intuitive programming model for efficient mesh-based operations. Our programming model hides the complex indexing system from users and allows users to write mesh-based operations using reference-style neighborhood queries. Our compiler achieves its high performance by exploiting data locality. We partition input mesh
APA, Harvard, Vancouver, ISO, and other styles
4

Zhu, Qi Shen. "Improving Program Performance via Auto-Vectorization of Loops with Conditional Statements with GCC Compiler Setting." Applied Mechanics and Materials 433-435 (October 2013): 1410–14. http://dx.doi.org/10.4028/www.scientific.net/amm.433-435.1410.

Full text
Abstract:
The GCC is an auto-vectorization compiler across iterations of loops to parallelism data. Turning GCC compiler optimizations flags for auto-vectorization is a way to improve the performance ability, which is a popular approach to speed up program performance. However, there are many options in GCC compiler and selecting the best combination of these options to improve program performance through vectorization is non-trivial ( as the search space is very large ).In this work we focus on the selection of compiler transformations to auto-vectorize loops with conditional statements. The selection
APA, Harvard, Vancouver, ISO, and other styles
5

Heidari, Sayed Moeid, and Alexey A. Paznikov. "Multipurpose Cloud-Based Compiler Based on Microservice Architecture and Container Orchestration." Symmetry 14, no. 9 (2022): 1818. http://dx.doi.org/10.3390/sym14091818.

Full text
Abstract:
Compilation often takes a long time, especially for large projects or when identifying better optimization options. Currently, compilers are mainly installed on local machines and used as standalone software. Despite the availability of several online compilers, they do not offer an efficient all-in-one package for private account management, command line interface (CLI), code advisors, and optimization techniques. Today, the widespread usage of Software as a Service (SaaS) is ever-growing, and compilers are not an exception. In this paper, we describe a symmetric approach to compilation and h
APA, Harvard, Vancouver, ISO, and other styles
6

Pallister, J., S. J. Hollis, and J. Bennett. "Identifying Compiler Options to Minimize Energy Consumption for Embedded Platforms." Computer Journal 58, no. 1 (2013): 95–109. http://dx.doi.org/10.1093/comjnl/bxt129.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Wu, Jiang, Jianjun Xu, Xiankai Meng, Haoyu Zhang, and Zhuo Zhang. "Enabling Reliability-Driven Optimization Selection with Gate Graph Attention Neural Network." International Journal of Software Engineering and Knowledge Engineering 30, no. 11n12 (2020): 1641–65. http://dx.doi.org/10.1142/s0218194020400240.

Full text
Abstract:
Modern compilers provide a huge number of optional compilation optimization options. It is necessary to select the appropriate compilation optimization options for different programs or applications. To mitigate this problem, machine learning is widely used as an efficient technology. How to ensure the integrity and effectiveness of program information is the key to problem mitigation. In addition, when selecting the best compilation optimization option, the optimization goals are often execution speed, code size, and CPU consumption. There is not much research on program reliability. This pap
APA, Harvard, Vancouver, ISO, and other styles
8

Zhu, Di, Feng Yue, Jianmin Pang, Xin Zhou, Wenjie Han, and Fudong Liu. "Bytecode Similarity Detection of Smart Contract across Optimization Options and Compiler Versions Based on Triplet Network." Electronics 11, no. 4 (2022): 597. http://dx.doi.org/10.3390/electronics11040597.

Full text
Abstract:
In recent years, the number of smart contracts running in the blockchain has increased rapidly, accompanied by many security problems, such as vulnerability propagation caused by code reuse or vicious transaction caused by malicious contract deployment, for example. Most smart contracts do not publish the source code, but only the bytecode. Based on the research of bytecode similarity of smart contract, smart contract upgrade, vulnerability search and malicious contract analysis can be carried out. The difficulty of bytecode similarity research is that different compilation versions and optimi
APA, Harvard, Vancouver, ISO, and other styles
9

Luo, Zhenhao, Baosheng Wang, Yong Tang, and Wei Xie. "Semantic-Based Representation Binary Clone Detection for Cross-Architectures in the Internet of Things." Applied Sciences 9, no. 16 (2019): 3283. http://dx.doi.org/10.3390/app9163283.

Full text
Abstract:
Code reuse is widespread in software development as well as internet of things (IoT) devices. However, code reuse introduces many problems, e.g., software plagiarism and known vulnerabilities. Solving these problems requires extensive manual reverse analysis. Fortunately, binary clone detection can help analysts mitigate manual work by matching reusable code and known parts. However, many binary clone detection methods are not robust to various compiler optimization options and different architectures. While some clone detection methods can be applied across different architectures, they rely
APA, Harvard, Vancouver, ISO, and other styles
10

Artal, Cayetano Guerra, Maria Dolores Afonso Suarez, Idafen Santana Perez, and Ruben Quesada Lopez. "OLC, On-Line Compiler to Teach Programming Languages." International Journal of Computers Communications & Control 3, no. 1 (2008): 69. http://dx.doi.org/10.15837/ijccc.2008.1.2376.

Full text
Abstract:
The advance of Internet towards Web 2.0 conveys the potential it has in a wide range of scopes. The ongoing progress of the Web technology and its availability in teaching and learning, as well as a students’ profile increasingly more used to managing an important amount of digital information, offers lecturers the opportunity and challenge of putting at students’ disposal didactic tools making use of the Internet. Programming is one of the essential areas taught in university studies of Computer Science and other engineering degrees. At present, it is a knowledge acquired through tutorial cla
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Compiler Options"

1

Park, Eun Jung. "Methodology of dynamic compiler option selection based on static program analysis implementation and evaluation /." Access to citation, abstract and download form provided by ProQuest Information and Learning Company; downloadable PDF file, 74 p, 2007. http://proquest.umi.com/pqdweb?did=1407501141&sid=12&Fmt=2&clientId=8331&RQT=309&VName=PQD.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Lin, Huang-Sen, and 林煌森. "Automatic Selection of Compiler Options for Performance Optimization on the Kernel Modules of a Storage Server." Thesis, 2007. http://ndltd.ncl.edu.tw/handle/61306628875808341893.

Full text
Abstract:
碩士<br>臺灣大學<br>資訊工程學研究所<br>95<br>Because of the variety of the program behavior and different characteristics of the platforms, an optimizing compiler provides its users with options. To find out an effective combination of compiler options for the optimal program performance, the user must understand the program behavior, platform architecture, and the compiler options, which it is not easy for an average user. Systematic search methods have been proposed to find out effective combinations of compiler options, but these methods targeted user-space applications. This thesis proposes an improved
APA, Harvard, Vancouver, ISO, and other styles
3

Chen, Chi-Meng. "Finding the Best Compiler Optimization Option Set Rapidly via Machine Learning." 2007. http://www.cetd.com.tw/ec/thesisdetail.aspx?etdun=U0001-2808200714071300.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Chen, Chi-Meng, and 陳奇孟. "Finding the Best Compiler Optimization Option Set Rapidly via Machine Learning." Thesis, 2007. http://ndltd.ncl.edu.tw/handle/54363747575578347948.

Full text
Abstract:
碩士<br>臺灣大學<br>資訊網路與多媒體研究所<br>95<br>For a compiler to find a set of options that result in an optimal program execution is a NP-hard problem, especially when there are a lot of options to choose. For a large program, finding the optimal set of compiler options can take an enormous amount of time. Thus, methods have been proposed to shorten the searching time by reducing the complexity of the problem. This thesis proposes a different approach to solve the problem via machine learning techniques. The goal of this approach is to give an acceptable answer in a short time. Using our approach we achi
APA, Harvard, Vancouver, ISO, and other styles
5

Chang, TingKoung, and 張廷光. "Using Search Space Reduction to Speedup Automatic Compiler Optimization Option Selection." Thesis, 2011. http://ndltd.ncl.edu.tw/handle/84379901395649258207.

Full text
Abstract:
碩士<br>國立中正大學<br>資訊工程研究所<br>99<br>Compilers usually provide a large number of optimization options for users to optimize their programs. But most users are not familiar with compiler optimizations so that they don’t have the capability to select suitable optimization options. Genetic algorithm is a good solution to select the best optimization options set, but it’s time consuming. This study uses UROM to eliminate some options that don’t have effect for target program. Average has been a 46.62 percent decrease in search space. So we can reduce the evolution time by reduces population size. We
APA, Harvard, Vancouver, ISO, and other styles
6

Zhang, Jun-Ming, and 張峻銘. "Exploiting Cache Design Space Variation under the Influence of Compiler Optimization Options:A Case Study of H.264." Thesis, 2008. http://ndltd.ncl.edu.tw/handle/14912149074816071364.

Full text
Abstract:
碩士<br>大葉大學<br>資訊工程學系碩士班<br>96<br>Merging of mobile computing and multimedia application opens many new opportunities for industry of information technology and benefits our daily life. However the merge also brings new technical challenges to computer designers. Among the others, power consumption has being a major concerned. The high data accessing rate of multimedia applications consume a great percentage of overall battery power of mobile device. This thesis studies variation of cache performance, cost, and power consumption that under different compiler optimization options. The ITU H.264
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Compiler Options"

1

Fridman, Yuriy, and Aleksandr Korzhenevich. Learning to solve problems in physics: preparing for the Unified State Exam. INFRA-M Academic Publishing LLC., 2021. http://dx.doi.org/10.12737/995926.

Full text
Abstract:
If you are holding this textbook in your hands, it means that you understand the need to solve problems when studying a physics course at school. Indeed, it is difficult to overestimate the effect that the solution of problems in the study of physics gives. The textbook contains about 800 problems for the high school physics course. The tasks are based on the examination materials of various universities, including the Republic of Crimea, data from the magazines "Kvant", "Physics at School", information received from correspondence physics and mathematics schools of the Moscow State University
APA, Harvard, Vancouver, ISO, and other styles
2

Stallman, Richard. Gcc Command Options: Using and Porting the Gnu Complier Collection Gcc (Using and Porting the GNU Compiler Collection). Iuniverse Inc, 2000.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Schofield, Neil C. Commodity Derivatives. Oxford University Press, 2018. http://dx.doi.org/10.1093/oso/9780190656010.003.0005.

Full text
Abstract:
Like most asset classes, commodity derivatives consist of the traditional building blocks: forwards, futures, swaps, and options. The main structures used by investors to take exposure to commodities are exchange-traded products, total return swaps, and structured notes. This chapter discusses the main features of each of these products within an investment context. For example, the coverage focuses on using exchange-traded futures to compile investment indices. The section on swaps examines the total return variant of the classic “fixed for floating” structures. Because the fundamentals of de
APA, Harvard, Vancouver, ISO, and other styles
4

van Donk, Mirjam, Mark Swilling, Edgar Pieterse, and Susan Parnell. Consolidating Developmental Local Government: Lessons from the South African Experience. UCT Press, 2022. http://dx.doi.org/10.15641/1-775-82052-9.

Full text
Abstract:
Consolidating Developmental Local Government documents the dynamics of local government transformation and captures the key themes of the debates about policy options, lessons and key strategic decisions. These debates are aimed at ensuring that municipalities play a key role in creating more democratic, non-racial, equitable and sustainable communities, towns and cities. Compiled and written by people who participated in one way or another in the experience of democratic consolidation, this text will be an indispensable resource for government officials, students, researchers, specialists, co
APA, Harvard, Vancouver, ISO, and other styles
5

Colton, Timothy J. Russia. Oxford University Press, 2016. http://dx.doi.org/10.1093/wentk/9780199917808.001.0001.

Full text
Abstract:
Today’s Russia, also known as the Russian Federation, is often viewed as less powerful than the Soviet Union of the past. When stacked against other major nations in the present, however, the new Russia is a formidable if flawed player. Russia: What Everyone Needs to Know® provides fundamental information about the origins, evolution, and current affairs of the Russian state and society. The story begins with Russia’s geographic endowment, proceeds through its experiences as a kingdom and empire, and continues through the USSR’s three-quarters of a century, and finally the shocking breakup of
APA, Harvard, Vancouver, ISO, and other styles
6

Kastelik, Jack, Phillip Barber, and Keyvan Moghissi. Perspectives in Lung Cancer Compiles Basic and Advanced Topics on Lung Cancer Pathology and Treatment in a Single Volume. Chapters Introduce the Reader to Chest and Lung Anatomy Followed by the Biology of Lung Cancer. Subsequent Chapters Delve into Diagnostic Methods for Lung Cancer While Progressing into Treatment Options. the Book Culminates into an Explanation of the Concept of the Lung Cancer . Bentham Science Publishers, 2020.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Compiler Options"

1

Sakagami, Hitoshi. "Three-Dimensional Fluid Code with XcalableMP." In XcalableMP PGAS Programming Language. Springer Singapore, 2020. http://dx.doi.org/10.1007/978-981-15-7683-6_6.

Full text
Abstract:
AbstractIn order to adapt parallel computers to general convenient tools for computational scientists, a high-level and easy-to-use portable parallel programming paradigm is mandatory. XcalableMP, which is proposed by the XcalableMP Specification Working Group, is a directive-based language extension for Fortran and C to easily describe parallelization in programs for distributed memory parallel computers. The Omni XcalableMP compiler, which is provided as a reference XcalableMP compiler, is currently implemented as a source-to-source translator. It converts XcalableMP programs to standard MPI
APA, Harvard, Vancouver, ISO, and other styles
2

Luque, Gabriel, and Enrique Alba. "Finding Best Compiler Options for Critical Software Using Parallel Algorithms." In Intelligent Distributed Computing XII. Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-99626-4_7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Suprapto and Retantyo Wardoyo. "Algorithms of the Combination of Compiler Optimization Options for Automatic Performance Tuning." In Lecture Notes in Computer Science. Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-36818-9_10.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Gay, Warren W. "ARM Compile Options." In Mastering the Raspberry Pi. Apress, 2014. http://dx.doi.org/10.1007/978-1-4842-0181-7_35.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Gay, Warren W. "ARM Compile Options." In Experimenting with Raspberry Pi. Apress, 2014. http://dx.doi.org/10.1007/978-1-4842-0769-7_13.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Gay, Warren W. "ARM Compile Options." In Raspberry Pi System Software Reference. Apress, 2014. http://dx.doi.org/10.1007/978-1-4842-0796-3_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Tërnava, Xhevahire, Mathieu Acher, Luc Lesoil, Arnaud Blouin, and Jean-Marc Jézéquel. "Scratching the Surface of ./configure: Learning the Effects of Compile-Time Options on Binary Size and Gadgets." In Reuse and Software Quality. Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-08129-3_3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Ho, Ching-Hsien, and Kuanting Lee. "Sustainable Fisheries Under Net-Zero Emissions: A Case Study of the Taiwan Fishery Administration." In Springer Climate. Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-24545-9_6.

Full text
Abstract:
AbstractThis study focuses on the marine fishing industry, takes Taiwan’s fishery authorities as the subject of discussion, collects and compiles documents related to international trends and policy implementation in various countries, incorporates the implemented or planned policies and measures by Taiwan fishery authorities to conduct a comparative analysis on fishery policies in Taiwan and other developed countries, and determines the green policy strategies and opportunities for a low-carbon economy in the context of net-zero emissions. The comparative analysis results were used to examine
APA, Harvard, Vancouver, ISO, and other styles
9

Sato, Mamoru. "Transport of 137Cs into Fruits After External Deposition onto Japanese Persimmon Trees." In Agricultural Implications of Fukushima Nuclear Accident (IV). Springer Nature Singapore, 2023. http://dx.doi.org/10.1007/978-981-19-9361-9_10.

Full text
Abstract:
AbstractPrior to the Fukushima Daiichi accident, radiocesium released during previous nuclear accidents was deposited in periods when fruit was growing on fruit trees and radiocaesium deposited onto surface of soil and leaf was assumed to be the main route of transfer into fruit trees. In contrast, fruit trees in Japan were in their dormancy phase, so radiocesium was deposited onto external branches of the trees and onto orchard soils after the Fukushima Daiichi nuclear power plant accident in March 2011. While data had previously been compiled on root to fruit transfer, there were few studies
APA, Harvard, Vancouver, ISO, and other styles
10

Guo, Jingdong, Ying Wang, and Zhuo Wang. "Accurate Detection of Third-Party Library Version of IoT Firmware Based on GNN." In Frontiers in Artificial Intelligence and Applications. IOS Press, 2023. http://dx.doi.org/10.3233/faia230854.

Full text
Abstract:
Third-party libraries are widely used in IoT firmware, and different versions of libraries have different vulnerabilities. Therefore, extracting versions of third-party libraries is of great significance for discovering known vulnerabilities of IoT devices. However, identifying the version of third-party library in IoT firmware is very challenging due to cross-architecture, cross-compiler, and cross-optimization options issues. To address this challenge, we present FirmAd, a GNN-based system that accurately detects third-party libraries’ versions in IoT firmware. The system leverages a two-sta
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Compiler Options"

1

Wang, Taiyan, Ruipeng Wang, Yu Chen, et al. "Enhancing Black-box Compiler Option Fuzzing with LLM through Command Feedback." In 2024 IEEE 35th International Symposium on Software Reliability Engineering (ISSRE). IEEE, 2024. https://doi.org/10.1109/issre62328.2024.00039.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Jäger, Klaus, Sven Burger, Urs Aeberhard, et al. "A Roadmap on Optics for Terawatt Scale Photovoltaics." In Solar Energy and Light-Emitting Devices. Optica Publishing Group, 2024. http://dx.doi.org/10.1364/seled.2024.stu2g.5.

Full text
Abstract:
The ongoing development of photovoltaics into terawatt scale poses a number of challenges where the optics and photonics communities can contribute. An international consortium recently compiled a roadmap that elaborates on these challenges.
APA, Harvard, Vancouver, ISO, and other styles
3

Walker, Cameron, Brycklin Wilson, Noelia Diaz, Mike O’Donoghue, and Vijay Datta. "Lifecycle Cost Analysis: How to Make Educated Decisions When Picking Lining Systems in the Mining Industry (Slurry Tank Example)." In CONFERENCE 2025. AMPP, 2025. https://doi.org/10.5006/c2025-00184.

Full text
Abstract:
Abstract Every organization aims to reduce capital and operation costs through a range of decisions including selective maintenance planning and optimal designs. One aspect that is often overlooked is the investment in capital planning to reduce operation and maintenance costs. In many cases the judicious selection of proper materials and asset planning can significantly reduce operating costs and provide the best net return on a facility owner’s investment. In highly corrosive environments, coating and lining selection can be a key element that has a major impact on maintenance requirements a
APA, Harvard, Vancouver, ISO, and other styles
4

Zhong, Shengtong, Yang Shen, and Fei Hao. "Tuning Compiler Optimization Options via Simulated Annealing." In 2009 Second International Conference on Future Information Technology and Management Engineering (FITME). IEEE, 2009. http://dx.doi.org/10.1109/fitme.2009.81.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Patyk, Tomasz, Harri Hannula, Pertti Kellomaki, and Jarmo Takala. "Energy consumption reduction by automatic selection of compiler options." In 2009 International Symposium on Signals, Circuits and Systems - ISSCS 2009. IEEE, 2009. http://dx.doi.org/10.1109/isscs.2009.5206106.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Yang, Jing, Yibiao Yang, Maolin Sun, Ming Wen, Yuming Zhou, and Hai Jin. "Isolating Compiler Optimization Faults via Differentiating Finer-grained Options." In 2022 IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER). IEEE, 2022. http://dx.doi.org/10.1109/saner53432.2022.00065.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Yuan, Shih-Yi, Po-Yen Lin, Chia-Hung Su, and Tzung-Hsien Chen. "Compiler options effect on system-level near field EMI." In 2018 IEEE International Symposium on Electromagnetic Compatibility and 2018 IEEE Asia-Pacific Symposium on Electromagnetic Compatibility (EMC/APEMC). IEEE, 2018. http://dx.doi.org/10.1109/isemc.2018.8393901.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Haneda, M., P. M. W. Knijnenburg, and H. A. G. Wijshoff. "Automatic selection of compiler options using non-parametric inferential statistics." In 14th International Conference on Parallel Architectures and Compilation Techniques (PACT'05). IEEE, 2005. http://dx.doi.org/10.1109/pact.2005.9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Nagiub, Mena, and Wael Farag. "Automatic selection of compiler options using genetic techniques for embedded software design." In 2013 IEEE 14th International Symposium on Computational Intelligence and Informatics (CINTI). IEEE, 2013. http://dx.doi.org/10.1109/cinti.2013.6705166.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Pizzolotto, Davide, and Katsuro Inoue. "Identifying Compiler and Optimization Options from Binary Code using Deep Learning Approaches." In 2020 IEEE International Conference on Software Maintenance and Evolution (ICSME). IEEE, 2020. http://dx.doi.org/10.1109/icsme46990.2020.00031.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Compiler Options"

1

Esquivel, Maricarmen, Tsuneki Hori, Sergio Lacambra Ayuso, et al. Index of Governance and Public Policy in Disaster Risk Management (iGOPP): Application Protocol. Inter-American Development Bank, 2015. http://dx.doi.org/10.18235/0010634.

Full text
Abstract:
The protocol describes in detail the necessary steps for the measurement of indicators, including the information to be compiled, the assessment process, recommendations and examples based on the application conducted, as well as on the experiences of other countries in the Region. Additionally, the protocol contains some hypothetical examples with situations that could be found in the countries and suggestions on options to collect information in different contexts. Also, in order to adapt its methodology and indicator assessment process, this protocol is sensitive to those legal/constitution
APA, Harvard, Vancouver, ISO, and other styles
2

Molnar, Eric, Paul van der Werf, and Jury Gualandris. 100% Great Lake Fish Ontario Supply Chain Analysis. Commissioned by the Conference of Great Lakes and St. Lawrence Governors and Premiers. Ivey Centre for Building Sustainable Value, 2024. http://dx.doi.org/10.5206/iveypub.79.2024.

Full text
Abstract:
Southern Ontario offers valuable insights into the supply chain dynamics of fish harvesting and processing across the Great Lakes region. This report analyzes the existing supply of raw materials produced by fish processing plants and evaluates the feasibility of integrating these resources into other markets. The synthesized report compiles and integrates information from various databases. The analysis examines the quantities and rhythms of fish components from Walleye and Yellow Perch. The findings reveal that combining components from the two species can mitigate supply volatility througho
APA, Harvard, Vancouver, ISO, and other styles
3

Johansen, Richard, Alan Katzenmeyer, Kaytee Pokrzywinski, and Molly Reif. A review of sensor-based approaches for monitoring rapid response treatments of cyanoHABs. Engineer Research and Development Center (U.S.), 2023. http://dx.doi.org/10.21079/11681/47261.

Full text
Abstract:
Water quality sensors are dynamic and vary greatly both in terms of utility and data acquisition. Data collection can range from single-parameter and one-dimensional to highly complex multiparameter spatiotemporal. Likewise, the analytical and statistical approaches range from relatively simple (e.g., linear regression) to more complex (e.g., artificial neural networks). Therefore, the decision to implement a particular water quality monitoring strategy is dependent upon many factors and varies widely. The purpose of this review was to document the current scientific literature to identify and
APA, Harvard, Vancouver, ISO, and other styles
4

Fuelberth, August, Karlee Feinen, Peter Stynoski, et al. José María Gil Adobe : historic context, maintenance issues, measured drawings, and adaptive reuse. Engineer Research and Development Center (U.S.), 2023. http://dx.doi.org/10.21079/11681/47707.

Full text
Abstract:
The José María Gil Adobe, located on Fort Hunter Liggett, California, was added to the National Register of Historic Places (NRHP) in 1974. The building has been vacant since the early 1970s. It is a fine example of a small adobe ranch house possessing character-defining features of its period of significance of the mid-19th century on its exterior, interior, and within the site itself. This document is a reconstruction, repair, maintenance, and adaptive reuse report compiled with photographed, written, and drawn as-is conditions of construction materials of the José María Gil Adobe building a
APA, Harvard, Vancouver, ISO, and other styles
5

Shamblin, Robert, Kevin Whelan, Mario Londono, and Judd Patterson. South Florida/Caribbean Network early detection protocol for exotic plants: Corridors of invasiveness. National Park Service, 2022. http://dx.doi.org/10.36967/nrr-2293364.

Full text
Abstract:
Exotic plant populations can be potentially catastrophic to the natural communities of South Florida. Aggressive exotics such as Brazillian Pepper (Schinus terebinthifolius) and Melaleuca (Melaleuca quinquinervia) have displaced native habitats and formed monocultures of exotic stands (Dalrymple et al. 2003). Nearby plant nurseries, especially the ones outside the boundaries of Biscayne National Park (BISC) and Everglades National Park (EVER), are a continuous source of new exotic species that may become established within South Florida’s national parks. Early detection and rapid response to t
APA, Harvard, Vancouver, ISO, and other styles
6

Samochowiec, Jakub, Johannes C. Bauer, and Kathrin Neumüller. Strategies for Dealing With the Labour Shortage – An Overview. Gdi-verlag, GDI Gottlieb Duttweiler Institute, 2023. http://dx.doi.org/10.59986/hcmm6371.

Full text
Abstract:
The Swiss labour market will shrink without immigration. But even with high immigrationnfigures, it will not be possible to maintain the previous growth of the labour market. Employers need to adapt to this situation. This study compiles and arranges different measures for dealing with the labour shortage, with the aim of showing different approaches to deal with the situation. The measures are arranged following the formula: Number of person-hours x efficiency = output The increase in the number of person-hours includes, on the one hand, measures to make employers more attractive. These are r
APA, Harvard, Vancouver, ISO, and other styles
7

Sett, Dominic, Christina Widjaja, Patrick Sanady, et al. Hazards, Exposure and Vulnerability in Indonesia: A risk assessment across regions and provinces to inform the development of an Adaptive Social Protection Road Map. United Nations University - Institute for Environment and Human Security, 2022. http://dx.doi.org/10.53324/uvrd1447.

Full text
Abstract:
Risk induced by natural hazards and climate change has been accelerating worldwide, leading to adverse impacts on communities' well-being. Dealing with this risk is increasingly complex and requires cross-sectoral action. Adaptive Social Protection (ASP) has emerged as a promising approach to strengthen the resilience of communities by integrating Social Protection (SP), Disaster Risk Management (DRM) and Climate Change Adaptation (CCA) efforts. To inform this integration and thereby support the development of a functional ASP approach, the identification and provision of relevant data and inf
APA, Harvard, Vancouver, ISO, and other styles
8

Determining the “IMPACT” of therapeutics for depression requires an adaptive trial design. ACAMH, 2018. http://dx.doi.org/10.13056/acamh.10573.

Full text
Abstract:
A large proportion of adolescents suffering from moderate-to-severe major depression respond to psychological and pharmacological therapy, and the range of effective treatment modalities is increasing. Now, Ian Goodyer and Paul Wilkinson have compiled a Practitioner Review that compares the various treatment options available and assesses their effectiveness for adolescents affected by major depressive episodes.
APA, Harvard, Vancouver, ISO, and other styles
9

PR-312-10202-E01 Characterization of Natural Gas Pneumatic Device Types Vent Rates. Pipeline Research Council International, Inc. (PRCI), 2014. http://dx.doi.org/10.55274/r0010554.

Full text
Abstract:
For the onshore natural gas transmission compression and storage segments, natural gas pneumatic device venting is included as one of reportable sources required under Subpart W "Petroleum and Natural Gas Systems" of the GHG Mandatory Reporting Rule (MRR). In the natural gas transmission and storage industry, pneumatic devices are used to control process conditions such as temperature, pressure, flow and liquid level. A count and categorization into continuous high-, intermittent-, and continuous low-bleed pneumatic devices is required to calculate GHG emissions from pneumatic controllers. EPA
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!