RAD Studio 13.1 Florence adds

RAD Studio 13.1 Florence adds

RAD Studio 13.1 Florence adds a new compiler target that enables existing Windows codebases to run natively on Arm hardware.

RAD Studio by Embarcadero is an integrated development environment (IDE) used to build applications for various platforms. It allows programmers to create native apps for Windows, macOS, mobile devices (Android and iOS), and more using C++ or Delphi. RAD Studio is known for its rapid application development features and is targeted towards professional developers building data-rich and visually appealing applications.

The RAD Studio 13.1 Florence release introduces a native Windows on Arm target for the Delphi compiler, enabling developers to produce Arm64 binaries directly from their existing applications. This removes the dependency on Intel-based emulation, improving performance and compatibility on modern Arm-powered devices, including virtualized environments on Arm-based Macs.

相关推荐
ywf12152 小时前
Spring Boot接收参数的19种方式
java·spring boot·后端
敲代码的瓦龙3 小时前
Java?面向对象三大特性!!!
java·开发语言
架构师沉默3 小时前
AI 写的代码,你敢上线吗?
java·后端·架构
骑龙赶鸭3 小时前
java开发项目中遇到的难点,面试!
java·开发语言·面试
NGC_66113 小时前
Java线程池七大核心参数介绍
java·开发语言
float_com3 小时前
【java进阶】------ Lambda表达式
java·开发语言
小碗羊肉4 小时前
【从零开始学Java | 第二十三篇】泛型(Generics)
java·开发语言·新手入门