Re: [RFC v5 02/10] build: Implement libnative library and the build machinery for libnative

2023-08-25 Thread Richard Henderson
On 8/25/23 03:20, Yeqi Fu wrote: This commit implements a shared library, where native functions are rewritten as special instructions. At runtime, user programs load the shared library, and special instructions are executed when native functions are called. Signed-off-by: Yeqi Fu ... diff --

[RFC v5 02/10] build: Implement libnative library and the build machinery for libnative

2023-08-25 Thread Yeqi Fu
This commit implements a shared library, where native functions are rewritten as special instructions. At runtime, user programs load the shared library, and special instructions are executed when native functions are called. Signed-off-by: Yeqi Fu --- Makefile| 2 +