Tag

ARM

2 views collected around this technical thread.

Deepin Linux
Deepin Linux
Jun 11, 2025 · Fundamentals

How ARM+Linux Interrupts Power Efficient Computing: Deep Dive into Mechanisms

This article explains the role of the interrupt system in ARM‑based Linux platforms, covering hardware modes, vector tables, exception handling, GIC architecture, and kernel integration, and provides detailed code examples and optimization techniques for developers working on embedded and high‑performance systems.

ARMEmbedded SystemsGIC
0 likes · 47 min read
How ARM+Linux Interrupts Power Efficient Computing: Deep Dive into Mechanisms
Architects' Tech Alliance
Architects' Tech Alliance
Jun 9, 2025 · Fundamentals

How Do x86, ARM, and RISC‑V Architectures Differ? A Deep Dive into CPU Instruction Sets

This article compares the major CPU instruction set architectures—x86, ARM, and RISC‑V—detailing their design philosophies, evolution, strengths, and weaknesses, while also summarizing recent updates in CPU, GPU, memory, and storage technologies and highlighting the trade‑offs between CISC and RISC approaches.

ARMCISCCPU architecture
0 likes · 12 min read
How Do x86, ARM, and RISC‑V Architectures Differ? A Deep Dive into CPU Instruction Sets
Cognitive Technology Team
Cognitive Technology Team
May 17, 2025 · Fundamentals

Understanding Memory Consistency Models: From Sequential Consistency to x86‑TSO and Weak Memory Models

This article explains how modern multiprocessor hardware and compiler optimizations affect program behavior, introduces memory consistency models such as sequential consistency, x86‑TSO, and ARM/POWER weak models, demonstrates their differences with litmus tests, and discusses the DRF‑SC guarantee for data‑race‑free programs.

ARMDRF-SCMemory Model
0 likes · 27 min read
Understanding Memory Consistency Models: From Sequential Consistency to x86‑TSO and Weak Memory Models
iQIYI Technical Product Team
iQIYI Technical Product Team
May 15, 2025 · Big Data

Introducing AMD and ARM Bare‑Metal Instances for iQIYI Big Data Computing: Cloud Selection, Performance Evaluation, and Heterogeneous Scheduling

To reduce costs and boost compute density, iQIYI's big data team migrated from aging private‑cloud Intel servers to public‑cloud AMD and ARM bare‑metal instances, establishing a systematic machine‑selection process, performance testing framework, and YARN‑based heterogeneous scheduling to fully leverage the new hardware.

AMDARMBig Data
0 likes · 16 min read
Introducing AMD and ARM Bare‑Metal Instances for iQIYI Big Data Computing: Cloud Selection, Performance Evaluation, and Heterogeneous Scheduling
Raymond Ops
Raymond Ops
Apr 9, 2025 · Databases

Step-by-Step Guide to Installing MySQL 5.7 on ARM (Aarch64) Linux

This tutorial walks you through checking the OS architecture, preparing the environment, downloading and extracting the MySQL 5.7 ARM package, configuring my.cnf, setting up auto‑start and environment variables, initializing the server, securing the root account, and configuring master‑slave replication on Linux.

ARMAarch64Database
0 likes · 13 min read
Step-by-Step Guide to Installing MySQL 5.7 on ARM (Aarch64) Linux
Java Tech Enthusiast
Java Tech Enthusiast
Jul 23, 2024 · Fundamentals

Understanding __disable_irq() and __enable_irq() Intrinsic Functions in ARM Cortex-M

The article explains that __disable_irq() and __enable_irq() are compiler‑provided intrinsics that expand to CPSID i and CPSIE i instructions, return the prior PRIMASK state, globally mask CPU interrupt handling without stopping hardware events, and contrasts them with CMSIS __NVIC_DisableIRQ/EnableIRQ which control individual interrupt lines.

ARMC++Interrupt
0 likes · 7 min read
Understanding __disable_irq() and __enable_irq() Intrinsic Functions in ARM Cortex-M
Architects' Tech Alliance
Architects' Tech Alliance
Jun 29, 2024 · Fundamentals

2024 China Server CPU Industry Overview: Market Size, Competition, and Ecosystem Trends

The 2024 China server CPU industry overview analyzes the dominance of X86 and ARM ecosystems, presents market size growth from 2018 to 2028, examines competitive advantages of domestic vendors, and discusses policy-driven demand and pricing challenges shaping the domestic CPU market.

ARMCPUChina
0 likes · 6 min read
2024 China Server CPU Industry Overview: Market Size, Competition, and Ecosystem Trends
Java Tech Enthusiast
Java Tech Enthusiast
Jun 12, 2024 · Mobile Development

TUXEDO Announces ARM Laptop “Drako” Powered by Snapdragon X Elite

German Linux‑hardware maker TUXEDO unveiled its ARM‑based “Drako” laptop at Computex, featuring a Qualcomm Snapdragon X Elite 12‑core CPU, 14‑inch 2560×1600 IPS display, 32 GB LPDDR5x RAM and PCIe Gen4 SSD, running the KDE‑Plasma TUXEDO OS ported to ARM, with Qualcomm’s upstream Linux support and collaborations with Lenovo, Arm and Linaro, and the first units slated for delivery by the end of 2024.

ARMHardwareLaptop
0 likes · 4 min read
TUXEDO Announces ARM Laptop “Drako” Powered by Snapdragon X Elite
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
May 27, 2024 · Cloud Computing

Migrating Core Business to Alibaba Cloud Yitian ARM Instances: Practices, Performance, and Cost Optimization

The article details Qianxun's migration of its core location services to Alibaba Cloud's Yitian ARM-based ECS instances, covering preparation steps, performance benchmarks, cost‑benefit analysis, operational challenges, and future migration plans to improve efficiency and reduce expenses.

ARMAlibaba CloudCost Efficiency
0 likes · 11 min read
Migrating Core Business to Alibaba Cloud Yitian ARM Instances: Practices, Performance, and Cost Optimization
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
May 24, 2024 · Cloud Computing

Exploring Arm Neoverse: Business Innovation with Yitian Arm Architecture – Insights from the Feitian Technology Salon

The Feitian Technology Salon held on May 16 in Shanghai showcased Arm Neoverse's core advantages and demonstrated how Yitian 710‑based ECS instances deliver significant cost‑effective performance gains for big‑data and video workloads through cloud‑native optimizations and software acceleration techniques.

ARMBig DataVideo Encoding
0 likes · 5 min read
Exploring Arm Neoverse: Business Innovation with Yitian Arm Architecture – Insights from the Feitian Technology Salon
Java Tech Enthusiast
Java Tech Enthusiast
Feb 12, 2024 · Fundamentals

The Birth of ARM: From Acorn's BBC Micro to a Global RISC Powerhouse

From a rapid BBC Micro prototype in the early 1980s to the 1985 launch of the Acorn RISC Machine, ARM evolved into a low‑power, licensed CPU core that powered devices from the Newton to today’s iPhone, ultimately becoming the world’s most ubiquitous processor architecture.

ARMCPU designComputer History
0 likes · 7 min read
The Birth of ARM: From Acorn's BBC Micro to a Global RISC Powerhouse
Architects' Tech Alliance
Architects' Tech Alliance
Feb 11, 2024 · Fundamentals

Overview of Modern Processor Instruction Set Architectures: x86, ARM, and RISC‑V

This article provides a comprehensive overview of contemporary processor instruction set architectures, comparing CISC‑based x86 with RISC‑based ARM and RISC‑V, discussing their design philosophies, historical evolution, advantages, disadvantages, and the current landscape of domestic and international CPU development.

ARMCISCComputer Architecture
0 likes · 14 min read
Overview of Modern Processor Instruction Set Architectures: x86, ARM, and RISC‑V
Deepin Linux
Deepin Linux
Jan 29, 2024 · Fundamentals

Understanding Linux Kernel Oops Messages and Debugging Techniques

This article explains how Linux kernel Oops messages are generated, their format, the relationship between BUG, Oops and panic, and provides step‑by‑step debugging methods with code examples for ARM, PowerPC and MIPS architectures.

ARMLinuxMIPS
0 likes · 32 min read
Understanding Linux Kernel Oops Messages and Debugging Techniques
Architects' Tech Alliance
Architects' Tech Alliance
Jan 16, 2024 · Databases

Deep Performance Evaluation and Comparison of Cloud RDS MySQL (2024)

This article presents a detailed performance comparison of cloud RDS MySQL services across major providers, examining x86 versus ARM architectures, various storage options, and cost‑performance ratios, and concludes with practical recommendations for choosing the most suitable configuration.

ARMAWSAlibaba Cloud
0 likes · 5 min read
Deep Performance Evaluation and Comparison of Cloud RDS MySQL (2024)
Architects' Tech Alliance
Architects' Tech Alliance
Dec 11, 2023 · Fundamentals

Overview of Modern Processor Instruction Set Architectures: x86, ARM, and RISC‑V

This article provides a comprehensive overview of modern processor instruction set architectures, comparing CISC‑based x86 with RISC‑based ARM and RISC‑V, discussing their historical development, design philosophies, advantages, disadvantages, and current market adoption in both domestic and global contexts.

ARMCISCISA
0 likes · 12 min read
Overview of Modern Processor Instruction Set Architectures: x86, ARM, and RISC‑V
Architects' Tech Alliance
Architects' Tech Alliance
Dec 7, 2023 · Artificial Intelligence

Evolution of ARM Architecture: From EPYC Flexibility to Armv9, Neoverse, Graviton and Confidential Compute

The article provides a comprehensive overview of ARM's recent architectural advances—including the flexible EPYC design, the Neoverse platform, AWS Graviton processors, and the security‑focused Armv9 with AI‑optimized SVE2 and Confidential Compute—highlighting their impact on cloud, data‑center and edge computing.

ARMArtificial IntelligenceCPU architecture
0 likes · 18 min read
Evolution of ARM Architecture: From EPYC Flexibility to Armv9, Neoverse, Graviton and Confidential Compute
政采云技术
政采云技术
Nov 28, 2023 · Databases

Deploying StarRocks 3 on ARM Architecture Using Docker

This guide explains how to deploy the high‑performance MPP database StarRocks 3 on ARM servers by using Docker images, configuring FE and BE nodes, adjusting Java versions, integrating with Hadoop/Hive, and setting up monitoring and log‑cleanup scripts.

ARMBig DataDatabase Deployment
0 likes · 12 min read
Deploying StarRocks 3 on ARM Architecture Using Docker
DaTaobao Tech
DaTaobao Tech
Nov 24, 2023 · Artificial Intelligence

Performance Optimization of Depthwise Conv Int8 on ARM CPUs

By converting the input format to a C16 layout and exploiting the ARM V8.2 Sdot instruction, the Int8 depthwise‑convolution operator on ARM CPUs can be accelerated from 4.46 ms to 1.75 ms—a 2.5× speedup—though the required data‑rearrangement overhead prevents it from overtaking FP16 performance.

ARMDepthwiseConvolutionInt8
0 likes · 10 min read
Performance Optimization of Depthwise Conv Int8 on ARM CPUs
Architects' Tech Alliance
Architects' Tech Alliance
Nov 22, 2023 · Fundamentals

Understanding ARM vs. x86 Processors, RISC vs. CISC, and Their Energy Trade‑offs

The article explains the fundamental differences between ARM and x86 CPUs, compares RISC and CISC instruction set philosophies, discusses how each architecture balances transistor count, performance, power consumption and cost, and highlights why ARM dominates low‑power devices while x86 remains prevalent in high‑performance computers.

ARMCISCCPU architecture
0 likes · 9 min read
Understanding ARM vs. x86 Processors, RISC vs. CISC, and Their Energy Trade‑offs