Improved Parallel Scanner for the Concurrent Execution of Lexical Analysis Tasks on Multi-Core Systems
Journal Title: INTERNATIONAL JOURNAL OF APPLIED ENGINEERING AND MANAGEMENT LETTERS (IJAEML) - Year 2022, Vol 6, Issue 1
Abstract
Purpose:The processing power of machines will continue to accelerate massively. Modern eras of computing are driven by elevated parallel processing by the revolution of multi-core processors. This continuing trend toward parallel architectural paradigms facilitates parallel processing on a single machine and necessitates parallel programming in order to utilize the machine's enormous processing power. As a consequence, scanner generator applications will eventually need to be parallelized in order to fully leverage the throughput benefits of multi-core processors. This article discusses the way of processing the tasks in parallel during the scanning stage of lexical analysis. This is done by recognizing tokens in different lines of the source program in parallel along with auto detection of keyword in a character stream. Tasks are allocated line-by-line to the multiple instancesof the lexical analyzer program. Then, each of the instances isrun in parallel to detect tokens on different cores that are not yet engaged. Design/Methodology/Approach:Developing a theoretical and experimental approach for parallelizing the lexical scanning process on a multi-core system.Findings/Result:Based onthe developed model, the theoretical and practical results indicate that the suggested methodology outperforms the sequential strategy in terms of tokenization consistently. It significantly decreases the amount of time spent on lexical analysis during the compilation process. It is clearly observed that the speedup should increase at or close to the same rate as the number of cores and keywords in the source program increases. This enhancement would improve the overall compilation time even more.Originality/Value:A hybrid model is developed for the concurrent execution of a lexical analyzer on multi-core systems using a dynamic task allocation algorithm and an auto-keyword detection method.Paper Type:Experimental Research.
Authors and Affiliations
Vaikunta Pai T. , Nethravathi P. S. , P. S. Aithal
Direct to Consumer using Livestream as an Innovative Marketing Medium during COVID-19
Purpose: Owingto COVID, when many of the physical retail areas were closed and customers were inside, brands were always considering inventive ways to associate with the customers. The accessibility of cus...
Performance Analysis of Mobile Ad Hoc Routing Protocols in Vehicular Ad Hoc Networks using NS3
Vehicular Ad hoc Networks (VANET) is an emerging technology that brings tremendous technological advancement in the method of communication among smart vehicles. Due to its complex infrastructure and vehicle speed, dat...
Accelerating the Race to Autonomous Cars –A Case Study
Background/Purpose:Every automaker is racing to generate self-driving innovations and some slew of fantastic tech firms and start-ups doing the same. The vehicle industry has a long history of implementi...
Reinventing Smart Water Management System through ICT and IoT Driven Solution for Smart Cities
Purpose: Worldwide water scarcity is one of the major problems to deal with. Smart Cities also faces this challenging problem due to its ever-increasing population and limited sources of natural water. Addit...
Demonstration of Drawing by Robotic Arm using RoboDK and C#
Purpose:Robots are transforming the world, and soon they will take part or assist in our all-dailylife activities. There are several fields where robots are already doing well, like Surgery, painting, industrial automa...