Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Other Computer Engineering (271)
- Electrical and Computer Engineering (168)
- Robotics (145)
- Computer and Systems Architecture (140)
- Digital Communications and Networking (139)
-
- Hardware Systems (120)
- Electrical and Electronics (64)
- Digital Circuits (54)
- Data Storage Systems (52)
- Physical Sciences and Mathematics (52)
- Mechanical Engineering (47)
- Computer Sciences (46)
- Other Electrical and Computer Engineering (39)
- Controls and Control Theory (36)
- VLSI and Circuits, Embedded and Hardware Systems (34)
- Systems and Communications (31)
- Signal Processing (29)
- Computational Engineering (28)
- Electro-Mechanical Systems (22)
- Power and Energy (21)
- Arts and Humanities (15)
- Aerospace Engineering (14)
- Life Sciences (14)
- Software Engineering (14)
- Biomedical Engineering and Bioengineering (13)
- Education (13)
- OS and Networks (12)
- Social and Behavioral Sciences (12)
- Keyword
-
- Robotics (31)
- Arduino (29)
- Android (26)
- Machine Learning (23)
- Robot (23)
-
- Computer Vision (18)
- Roborodentia (18)
- Bluetooth (14)
- IOS (14)
- Autonomous (13)
- Game (13)
- FPGA (12)
- Security (12)
- Software (12)
- App (11)
- Computer vision (11)
- Mobile (11)
- Artificial Intelligence (10)
- Python (10)
- Linux (9)
- Automation (8)
- Education (8)
- Embedded (8)
- Embedded systems (8)
- GPS (8)
- IoT (8)
- Machine learning (8)
- Mechatronics (8)
- Microcontroller (8)
- Networking (8)
- Publication Year
- Publication
-
- Computer Engineering (282)
- Master's Theses (220)
- Computer Science and Software Engineering (76)
- Electrical Engineering (50)
- College of Engineering Summer Undergraduate Research Program (37)
-
- Mechanical Engineering (22)
- Liberal Arts and Engineering Studies (11)
- STAR Program Research Presentations (8)
- Architectural Engineering (3)
- General Engineering (3)
- BioResource and Agricultural Engineering (2)
- Biomedical Engineering (2)
- Graphic Communication (2)
- Physics (2)
- Industrial and Manufacturing Engineering (1)
- Publication Type
- File Type
Articles 721 - 721 of 721
Full-Text Articles in Computer Engineering
Post Register Allocation Spill Code Optimization, Christopher Lupo, Kent Wilken
Post Register Allocation Spill Code Optimization, Christopher Lupo, Kent Wilken
Computer Science and Software Engineering
A highly optimized register allocator should provide an efficient placement of save/restore code for procedures that contain calls. This paper presents a new approach to placing callee-saved save and restore instructions that generalizes Chow's shrink-wrapping technique (Chow 1988). An efficient, profile-guided, hierarchical spill code placement algorithm is used to analyze the structure of a procedure to calculate the minimum dynamic execution count locations to place callee-saved save and restore code. The algorithm is implemented in the Gnu Compiler Collection and has been tested on the SPEC CPU2000 Integer Benchmark suite. Results show that the technique reduces the number of dynamic …