Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 gnu 闪电制作一个基本的 jit 编译器。我想知道的是怎么可能做一个恒定的块?这是一个函数之前或之后的区域,其中包含一些我可以从中加载 (ldr_i) 的常量。
文档中没有任何内容表明这是可能的,但实际上很可能应该是,否则我将无法加载任何常量!